fixed missing provider name on ninefold test

This commit is contained in:
Adrian Cole 2012-06-19 18:01:13 -06:00
parent 4a6947ac61
commit edf99657c0
1 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,9 @@ import org.testng.annotations.Test;
*
* @author Adrian Cole
*/
@Test(groups = "live", sequential = true, testName = "NinefoldStorageClientLiveTest")
@Test(groups = "live", singleThreaded = true, testName = "NinefoldStorageClientLiveTest")
public class NinefoldStorageClientLiveTest extends AtmosClientLiveTest {
public NinefoldStorageClientLiveTest() {
provider = "ninefold-storage";
}
}