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 79
79
<groupId >org.apache.maven.plugins</groupId >
80
80
<artifactId >maven-compiler-plugin</artifactId >
81
81
<configuration >
82
- <source >1.7 </source >
83
- <target >1.7 </target >
82
+ <source >1.8 </source >
83
+ <target >1.8 </target >
84
84
</configuration >
85
85
</plugin >
86
86
<plugin >
131
131
<groupId >org.apache.maven.plugins</groupId >
132
132
<artifactId >maven-surefire-plugin</artifactId >
133
133
<configuration >
134
- <skip >true</skip >
134
+ <test >Html5libTest</test >
135
+ <testFailureIgnore >true</testFailureIgnore > <!-- FIXME: Remove this testFailureIgnore after we have all tests passing -->
136
+ <additionalClasspathElements >
137
+ <additionalClasspathElement >${project.build.testSourceDirectory} /test/resources</additionalClasspathElement >
138
+ </additionalClasspathElements >
135
139
</configuration >
136
140
</plugin >
137
141
</plugins >
You can’t perform that action at this time.
0 commit comments