Pārlūkot izejas kodu

more notes

tags/2.0.1
Jonathan Cobb pirms 4 gadiem
vecāks
revīzija
cc5cc144bf
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/test/java/bubble/abp/spec/BlockListTest.java

+ 1
- 1
src/test/java/bubble/abp/spec/BlockListTest.java Parādīt failu

@@ -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 {


Notiek ielāde…
Atcelt
Saglabāt