File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 7979 <groupId >org.apache.maven.plugins</groupId >
8080 <artifactId >maven-compiler-plugin</artifactId >
8181 <configuration >
82- <source >1.7 </source >
83- <target >1.7 </target >
82+ <source >1.8 </source >
83+ <target >1.8 </target >
8484 </configuration >
8585 </plugin >
8686 <plugin >
131131 <groupId >org.apache.maven.plugins</groupId >
132132 <artifactId >maven-surefire-plugin</artifactId >
133133 <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 >
135139 </configuration >
136140 </plugin >
137141 </plugins >
You can’t perform that action at this time.
0 commit comments