removed duplicative test

Former-commit-id: 6b8ccf6c0e94827b165d6cabc935086905858675
This commit is contained in:
Jeremy Long
2014-05-03 11:00:48 -04:00
parent bab49d04b7
commit 2c51b7b835

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.