removed duplicative test

Former-commit-id: e403e85cef541416ccb3cf13704d019f4c2b5f92
This commit is contained in:
Jeremy Long
2014-05-03 11:00:48 -04:00
parent d383776245
commit da805d037f

View File

@@ -67,16 +67,16 @@ public class StandardUpdateIntegrationTest extends BaseTest {
result = instance.withinRange(lastRun, current, range); result = instance.withinRange(lastRun, current, range);
assertEquals(expResult, result); assertEquals(expResult, result);
} }
// test removed as it is duplicative of the EngineIntegrationTest and the NvdCveUpdaterIntergraionTest
/** // /**
* Test of update method, of class StandardUpdate. // * Test of update method, of class StandardUpdate.
*/ // */
@Test // @Test
public void testUpdate() throws Exception { // public void testUpdate() throws Exception {
StandardUpdate instance = getStandardUpdateTask(); // StandardUpdate instance = getStandardUpdateTask();
instance.update(); // instance.update();
//TODO make this an actual test // //TODO make this an actual test
} // }
/** /**
* Test of updatesNeeded method, of class StandardUpdate. * Test of updatesNeeded method, of class StandardUpdate.