Skip to content

Commit 7707996

Browse files
sideshowbarkerhsivonen
authored andcommitted
Add html5lib-tests as a submodule
1 parent 1281180 commit 7707996

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "test-src/test/resources/html5lib-tests"]
2+
path = test-src/test/resources/html5lib-tests
3+
url = [email protected]:html5lib/html5lib-tests.git

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
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>
@@ -131,7 +131,11 @@
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>
Submodule html5lib-tests added at 6ddcf58

0 commit comments

Comments
 (0)