Skip to content

Commit 04904c4

Browse files
Make the Maven build run the encoding tests too
1 parent 789258a commit 04904c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@
125125
</javac>
126126
<!-- We use fork="true" here because without it, we otherwise get -->
127127
<!-- java.lang.NoClassDefFoundError: jdk/internal/reflect/ConstructorAccessorImpl -->
128+
<java classname="nu.validator.htmlparser.test.EncodingTester" fork="true" failonerror="${failonerror}">
129+
<classpath>
130+
<pathelement location="${project.build.outputDirectory}"/>
131+
<pathelement location="${project.build.testOutputDirectory}"/>
132+
</classpath>
133+
<arg value="${basedir}/html5lib-tests/encoding"/>
134+
</java>
128135
<java classname="nu.validator.htmlparser.test.TokenizerTester" fork="true" failonerror="${failonerror}">
129136
<classpath>
130137
<pathelement path="${test_classpath}"/>

0 commit comments

Comments
 (0)