Skip to content

Commit

Permalink
Merge pull request #699 from ndw/fix-build
Browse files Browse the repository at this point in the history
Oops; apologies for breaking the build!
  • Loading branch information
ndw authored May 8, 2024
2 parents efa88d4 + e79fbd6 commit f3c178d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ tasks.register("test_suite_rng", JavaExec) {
outputs.file "build/test-suite.rng"

classpath = configurations.tools
main = 'com.thaiopensource.relaxng.translate.Driver'
mainClass = 'com.thaiopensource.relaxng.translate.Driver'
args = ["src/main/schema/test-suite.rnc", "build/test-suite.rng"]
}

Expand Down
2 changes: 1 addition & 1 deletion test-suite/tests/nw-filter-010.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<t:test expected="pass"
xmlns:t="http://xproc.org/ns/testsuite/3.0">
<t:info>
<t:title>p:filter 009 (NW)</t:title>
<t:title>p:filter 010 (NW)</t:title>
<t:revision-history>
<t:revision>
<t:date>2024-05-08</t:date>
Expand Down
2 changes: 1 addition & 1 deletion test-suite/tests/nw-filter-011.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<t:test expected="pass"
xmlns:t="http://xproc.org/ns/testsuite/3.0">
<t:info>
<t:title>p:filter 009 (NW)</t:title>
<t:title>p:filter 011 (NW)</t:title>
<t:revision-history>
<t:revision>
<t:date>2024-05-08</t:date>
Expand Down

0 comments on commit f3c178d

Please sign in to comment.