Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed expected code from s0044 to s0100 #110

Merged
merged 5 commits into from
Nov 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ task get_specs(type: XMLCalabashTask) {
}
}

["exec", "run", "steps-intro", "steps", "validation", "xquery", "xsl-formatter", "xproc"].each { name ->
["exec", "run", "steps", "validation", "xquery", "xsl-formatter", "xproc"].each { name ->
File target = new File("build/specs/" + name + ".html")
Task t = task "download_$name"(type: Download) {
src "https://spec.xproc.org/master/head/" + name + "/"
Expand Down
13 changes: 11 additions & 2 deletions test-suite/tests/ab-input-010.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0044">
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0100">
<t:info>
<t:title>Input 010</t:title>
<t:revision-history>
<t:revision>
<t:date>2018-11-10</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Changed expected error code from XS0044 to XS0100.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2018-06-02T17:53:51-05:00</t:date>
<t:author>
Expand All @@ -23,7 +32,7 @@
</t:revision-history>
</t:info>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Tests that XS0044 is raised when p:pipe is a child on p:input.</p>
<p>Tests that XS0100 is raised when p:pipe is a child on p:input.</p>
</t:description>
<t:pipeline>
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
Expand Down
13 changes: 11 additions & 2 deletions test-suite/tests/ab-input-030.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0044">
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0100">
<t:info>
<t:title>Input 030</t:title>
<t:revision-history>
<t:revision>
<t:date>2018-11-10</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Changed expected error code from XS0044 to XS0100.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2018-07-13T16:06:43+02:00</t:date>
<t:author>
Expand All @@ -14,7 +23,7 @@
</t:revision-history>
</t:info>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Tests XS0044 is raised, when p:input has a p:pipe child.</p>
<p>Tests XS0100 is raised, when p:input has a p:pipe child.</p>
</t:description>
<t:pipeline>
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" name="main" version="3.0">
Expand Down
11 changes: 10 additions & 1 deletion test-suite/tests/ab-with-input-039.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0044">
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0100">
<t:info>
<t:title>with-input-039</t:title>
<t:revision-history>
<t:revision>
<t:date>2018-11-10</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Changed expected error code from XS0044 to XS0100.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2018-06-02T17:53:51-05:00</t:date>
<t:author>
Expand Down
11 changes: 10 additions & 1 deletion test-suite/tests/ab-with-input-042.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0044">
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0100">
<t:info>
<t:title>with-input-042</t:title>
<t:revision-history>
<t:revision>
<t:date>2018-11-10</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Changed expected error code from XS0044 to XS0100.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2018-06-02T17:53:51-05:00</t:date>
<t:author>
Expand Down
11 changes: 10 additions & 1 deletion test-suite/tests/ab-with-input-043.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0044">
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0100">
<t:info>
<t:title>with-input-043</t:title>
<t:revision-history>
<t:revision>
<t:date>2018-11-10</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Changed expected error code from XS0044 to XS0100.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2018-06-02T17:53:51-05:00</t:date>
<t:author>
Expand Down
11 changes: 10 additions & 1 deletion test-suite/tests/ab-with-input-044.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0044">
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0100">
<t:info>
<t:title>with-input-044</t:title>
<t:revision-history>
<t:revision>
<t:date>2018-11-10</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Changed expected error code from XS0044 to XS0100.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2018-06-02T17:53:51-05:00</t:date>
<t:author>
Expand Down
11 changes: 10 additions & 1 deletion test-suite/tests/ab-with-input-047.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0044">
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0100">
<t:info>
<t:title>with-input-047</t:title>
<t:revision-history>
<t:revision>
<t:date>2018-11-10</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Changed expected error code from XS0044 to XS0100.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2018-06-02T17:53:51-05:00</t:date>
<t:author>
Expand Down
11 changes: 10 additions & 1 deletion test-suite/tests/ab-with-input-048.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0044">
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0100">
<t:info>
<t:title>with-input-048</t:title>
<t:revision-history>
<t:revision>
<t:date>2018-11-10</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Changed expected error code from XS0044 to XS0100.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2018-06-02T17:53:51-05:00</t:date>
<t:author>
Expand Down
11 changes: 10 additions & 1 deletion test-suite/tests/ab-with-input-049.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0044">
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0" xmlns:err="http://www.w3.org/ns/xproc-error" expected="fail" code="err:XS0100">
<t:info>
<t:title>with-input-049</t:title>
<t:revision-history>
<t:revision>
<t:date>2018-11-10</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Changed expected error code from XS0044 to XS0100.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2018-06-02T17:53:51-05:00</t:date>
<t:author>
Expand Down