Procházet zdrojové kódy

more notes

tags/2.0.1
Jonathan Cobb před 4 roky
rodič
revize
cc5cc144bf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/test/java/bubble/abp/spec/BlockListTest.java

+ 1
- 1
src/test/java/bubble/abp/spec/BlockListTest.java Zobrazit soubor

@@ -165,7 +165,7 @@ public class BlockListTest {
{"~foo.bar.com~[\"referer ne bar.com\"]", "foo.bar.com", "bar.com", ALLOW},
{"~foo.bar.com~[\"referer ne bar.com\"]", "foo.bar.com", "foo.com", BLOCK},
{"~foo.bar.com~[\"referer ne bar.com\"]", "bar.com", "foo.com", ALLOW}
// todo: add more tests for other operators, regex_find vs regex_exact, etc
// todo: add more tests for other operators, regex_find vs regex_exact, multiple conditions, etc
};

@Test public void testConditionalMatches () throws Exception {


Načítá se…
Zrušit
Uložit