瀏覽代碼

more notes

tags/2.0.1
Jonathan Cobb 4 年之前
父節點
當前提交
cc5cc144bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/test/java/bubble/abp/spec/BlockListTest.java

+ 1
- 1
src/test/java/bubble/abp/spec/BlockListTest.java 查看文件

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


Loading…
取消
儲存