Skip to content

Commit

Permalink
Merge pull request #806 from xml-project/fix-tests
Browse files Browse the repository at this point in the history
Fixed two test
  • Loading branch information
xml-project authored Jan 8, 2025
2 parents 8cb7eea + e3e53a8 commit ffcef7c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion test-suite/tests/ab-p-document038.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
<t:info>
<t:title>p:document 038</t:title>
<t:revision-history>
<t:revision>
<t:date>2025-01-08</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Change the test, so its about href and not about xml:base.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2019-11-24</t:date>
<t:author>
Expand All @@ -23,7 +32,7 @@
<p:output port="result"/>

<p:identity>
<p:with-input xml:base="/%gg/" href="file.xml" />
<p:with-input href="/%gg/file.xml" />
</p:identity>

</p:declare-step>
Expand Down
11 changes: 10 additions & 1 deletion test-suite/tests/ab-p-document040.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
<t:info>
<t:title>p:document 040</t:title>
<t:revision-history>
<t:revision>
<t:date>2025-01-08</t:date>
<t:author>
<t:name>Achim Berndzen</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Change the test, so its about href and not about xml:base.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2019-11-24</t:date>
<t:author>
Expand All @@ -24,7 +33,7 @@

<p:identity>
<p:with-input>
<p:document xml:base="/%gg/" href="file.xml" />
<p:document href="/%gg/file.xml" />
</p:with-input>
</p:identity>

Expand Down

0 comments on commit ffcef7c

Please sign in to comment.