git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@81 375186e5-ef17-0410-b0b6-91563547dcda

This commit is contained in:
angryziber 2006-12-26 21:27:00 +00:00
parent 03ee1785f6
commit c5d190bc67

View File

@ -52,7 +52,7 @@ public class ScanningResultListTest {
assertFalse(i.hasNext());
}
@Test
@Test @SuppressWarnings("unchecked")
public void testClear() throws Exception {
fetcherRegistry.getSelectedFetchers().clear();
fetcherRegistry.getSelectedFetchers().add(new DummyFetcher("hello"));