mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@81 375186e5-ef17-0410-b0b6-91563547dcda
This commit is contained in:
parent
03ee1785f6
commit
c5d190bc67
@ -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"));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user