File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ [submodule "test-src/test/resources/html5lib-tests "]
2
+ path = test-src/test/resources/html5lib-tests
3
+ url = [email protected] :html5lib/html5lib-tests.git
Original file line number Diff line number Diff line change 80
80
<groupId >org.apache.maven.plugins</groupId >
81
81
<artifactId >maven-compiler-plugin</artifactId >
82
82
<configuration >
83
- <source >1.5 </source >
84
- <target >1.5 </target >
83
+ <source >1.8 </source >
84
+ <target >1.8 </target >
85
85
</configuration >
86
86
</plugin >
87
87
<plugin >
132
132
<groupId >org.apache.maven.plugins</groupId >
133
133
<artifactId >maven-surefire-plugin</artifactId >
134
134
<configuration >
135
- <skip >true</skip >
135
+ <test >Html5libTest</test >
136
+ <testFailureIgnore >true</testFailureIgnore > <!-- FIXME: Remove this testFailureIgnore after we have all tests passing -->
137
+ <additionalClasspathElements >
138
+ <additionalClasspathElement >${project.build.testSourceDirectory} /test/resources</additionalClasspathElement >
139
+ </additionalClasspathElements >
136
140
</configuration >
137
141
</plugin >
138
142
<plugin >
You can’t perform that action at this time.
0 commit comments