Skip to content

Commit 1546a42

Browse files
committed
ignore xslt output
1 parent cacc894 commit 1546a42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/org/htmlunit/junit/ErrorOutputChecker.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ public class ErrorOutputChecker implements BeforeEachCallback, AfterEachCallback
5050
Pattern.compile(".*com.caucho.quercus.servlet.QuercusServlet initImpl\r?\n"),
5151
Pattern.compile(".*QuercusServlet starting as QuercusServletImpl\r?\n"),
5252
Pattern.compile(".*Quercus finished initialization in \\d*ms\r?\n"),
53+
54+
// XSLT
55+
Pattern.compile("ERROR: 'Use of the extension function .*\r?\n"),
5356
};
5457

5558
@Override

0 commit comments

Comments
 (0)