Merge pull request #1069 from rackspace/nova-test-fix

Fixed intermittent and changing test failures in NovaErrorHandlerTest.
This commit is contained in:
Andrew Gaul 2012-12-13 11:01:25 -08:00
commit 4b5364878e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ import com.google.gson.Gson;
*
* @author Adrian Cole, Steve Loughran
*/
@Test(groups = { "unit" })
@Test(groups = "unit", testName = "NovaErrorHandlerTest", singleThreaded = true)
public class NovaErrorHandlerTest {
private HttpCommand command;