소스 검색

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 {


불러오는 중...
취소
저장