Fixed intermittent and changing test failures.

This commit is contained in:
Everett Toews 2012-12-13 12:39:05 -06:00
parent f071128f5a
commit 0084dbeecb
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;