Skip to content

Commit

Permalink
Add html5lib-tests as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Aug 23, 2020
1 parent f9674dc commit 1b971e8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "test-src/test/resources/html5lib-tests"]
path = test-src/test/resources/html5lib-tests
url = git@github.com:html5lib/html5lib-tests.git
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -132,7 +132,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
<test>Html5libTest</test>
<testFailureIgnore>true</testFailureIgnore> <!-- FIXME: Remove this testFailureIgnore after we have all tests passing -->
<additionalClasspathElements>
<additionalClasspathElement>${project.build.testSourceDirectory}/test/resources</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions test-src/test/resources/html5lib-tests
Submodule html5lib-tests added at 6ddcf5

0 comments on commit 1b971e8

Please sign in to comment.