mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 15:54:52 +01:00
removed one test as method was removed
Former-commit-id: 1910abb63319e5afd451dc241a1b3f7f76bd9704
This commit is contained in:
@@ -60,19 +60,6 @@ public class StandardUpdateIntegrationTest {
|
|||||||
return instance;
|
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.
|
* Test of openDataStores method, of class StandardUpdate.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user