Browse Source

update test

tags/2.0.1
Jonathan Cobb 4 years ago
parent
commit
9c4e221842
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/test/java/bubble/abp/spec/SelectorTest.java

+ 1
- 1
src/test/java/bubble/abp/spec/SelectorTest.java View File

@@ -173,7 +173,7 @@ public class SelectorTest {
@Override public InputStream urlInputStream() { return loadResourceAsStream("AntiMalwareABP.txt"); } @Override public InputStream urlInputStream() { return loadResourceAsStream("AntiMalwareABP.txt"); }
}.download(); }.download();
assertEquals("error parsing some lines", 0, source.getBlockList().getWhitelist().size()); assertEquals("error parsing some lines", 0, source.getBlockList().getWhitelist().size());
assertEquals("error parsing some lines", 553, source.getBlockList().getBlacklist().size());
assertEquals("error parsing some lines", 556, source.getBlockList().getBlacklist().size());
} catch (Exception e) { } catch (Exception e) {
fail("testComplexList: badness: "+shortError(e)); fail("testComplexList: badness: "+shortError(e));
} }


Loading…
Cancel
Save