소스 검색

Make the fop.layoutengine.disabled property work with fop.layoutengine.starts-with


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@529667 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_94
Vincent Hennebert 17 년 전
부모
커밋
2f6386898a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      test/java/org/apache/fop/layoutengine/LayoutEngineTestSuite.java

+ 1
- 0
test/java/org/apache/fop/layoutengine/LayoutEngineTestSuite.java 파일 보기

@@ -140,6 +140,7 @@ public class LayoutEngineTestSuite {
} else if (startsWith != null) {
filter = new PrefixFileFilter(startsWith);
filter = new AndFileFilter(filter, new SuffixFileFilter(".xml"));
filter = decorateWithDisabledList(filter);
} else {
filter = new SuffixFileFilter(".xml");
filter = decorateWithDisabledList(filter);

Loading…
취소
저장