removed one test as method was removed

Former-commit-id: 1910abb63319e5afd451dc241a1b3f7f76bd9704
This commit is contained in:
Jeremy Long
2014-01-11 12:43:44 -05:00
parent 6938b0f4ae
commit 03a753b82c

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.
*/