removed one test as method was removed

Former-commit-id: fee24a17a2e1878aefc294c253e46b5bf41c40ec
This commit is contained in:
Jeremy Long
2014-01-11 12:43:44 -05:00
parent 1a2720649b
commit 73eab87dd9

View File

@@ -60,19 +60,6 @@ public class StandardUpdateIntegrationTest {
return instance;
}
/**
* Test of setDeleteAndRecreate method, of class StandardUpdate.
*/
@Test
public void testSetDeleteAndRecreate() throws Exception {
boolean deleteAndRecreate = false;
boolean expResult = false;
StandardUpdate instance = getStandardUpdateTask();
instance.setDeleteAndRecreate(deleteAndRecreate);
boolean result = instance.shouldDeleteAndRecreate();
assertEquals(expResult, result);
}
/**
* Test of openDataStores method, of class StandardUpdate.
*/