curcuru 01/03/22 11:51:29
Added: test/tests/api-gold/trax ExamplesTest_1.out
ExamplesTest_10.out ExamplesTest_11.out
ExamplesTest_12.out ExamplesTest_13.out
ExamplesTest_14.out ExamplesTest_15.out
ExamplesTest_16.out ExamplesTest_17.out
ExamplesTest_18.out ExamplesTest_19.out
ExamplesTest_2.out ExamplesTest_3.out
ExamplesTest_4.out ExamplesTest_5.out
ExamplesTest_6.out ExamplesTest_7.out
ExamplesTest_8.out ExamplesTest_9.out
Log:
Moving ExamplesTest gold files into the common api-gold directory so
we can actually run this test with other tests.
Revision Changes Path
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_1.out
Index: ExamplesTest_1.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document xmlns:foo="http://apache.org/foo"
xmlns:bar="http://apache.org/bar" file-name="test" file-path="work"
creation-date="971255692078">
<bar><param-val>default param value, text from my-var in
inc2.xsl</param-val><data>MyBar</data></bar>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_10.out
Index: ExamplesTest_10.out
===================================================================
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<out><some-text>default param value, text from my-var in
inc2.xslMyBar</some-text></out>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_11.out
Index: ExamplesTest_11.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document creation-date="971255692078" file-name="test" file-path="work"
xmlns:bar="http://apache.org/bar" xmlns:foo="http://apache.org/foo">
<bar:element>MyBar</bar:element>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_12.out
Index: ExamplesTest_12.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document xmlns:foo="http://apache.org/foo"
xmlns:bar="http://apache.org/bar" file-name="test" file-path="work"
creation-date="971255692078">
<bar><param-val>hello to you!, text from my-var in
inc2.xsl</param-val><data>MyBar</data></bar>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_13.out
Index: ExamplesTest_13.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document xmlns:foo="http://apache.org/foo"
xmlns:bar="http://apache.org/bar" file-name="test" file-path="work"
creation-date="971255692078">
<bar>
<param-val>default param value, text from my-var in inc2.xsl</param-val>
<data>MyBar</data>
</bar>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_14.out
Index: ExamplesTest_14.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document xmlns:foo="http://apache.org/foo"
xmlns:bar="http://apache.org/bar" file-name="test" file-path="work"
creation-date="971255692078">
<bar><param-val>hello to you!, text from my-var in
inc2.xsl</param-val><data>MyBar</data></bar>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_15.out
Index: ExamplesTest_15.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document xmlns:foo="http://apache.org/foo"
xmlns:bar="http://apache.org/bar" file-name="test" file-path="work"
creation-date="971255692078">
<bar>
<param-val>hello to me!, text from my-var in inc2.xsl</param-val>
<data>MyBar</data>
</bar>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_16.out
Index: ExamplesTest_16.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document xmlns:foo="http://apache.org/foo"
xmlns:bar="http://apache.org/bar" file-name="test" file-path="work"
creation-date="971255692078">
<bar>
<param-val>default param value, text from my-var in inc2.xsl</param-val>
<data>MyBar</data>
</bar>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_17.out
Index: ExamplesTest_17.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document xmlns:foo="http://apache.org/foo"
xmlns:bar="http://apache.org/bar" file-name="test" file-path="work"
creation-date="971255692078">
<bar><param-val>default param value, text from my-var in
inc2.xsl</param-val><data>MyBar</data></bar>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_18.out
Index: ExamplesTest_18.out
===================================================================
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document xmlns:foo="http://apache.org/foo" creation-date="971255692078"
file-name="test" file-path="work">
<bar>
<param-val>default param value, text from my-var in inc2.xsl</param-val>
<data>MyBar</data>
</bar>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_19.out
Index: ExamplesTest_19.out
===================================================================
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl">
<foo:document creation-date="971255692078" file-name="test" file-path="work"
xmlns:bar="http://apache.org/bar" xmlns:foo="http://apache.org/foo">
<bar:element>MyBar</bar:element>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_2.out
Index: ExamplesTest_2.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document xmlns:foo="http://apache.org/foo"
xmlns:bar="http://apache.org/bar" file-name="test" file-path="work"
creation-date="971255692078">
<bar><param-val>default param value, text from my-var in
inc2.xsl</param-val><data>MyBar</data></bar>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_3.out
Index: ExamplesTest_3.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document xmlns:foo="http://apache.org/foo"
xmlns:bar="http://apache.org/bar" file-name="test" file-path="work"
creation-date="971255692078">
<bar><param-val>default param value, text from my-var in
inc2.xsl</param-val><data>MyBar</data></bar>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_4.out
Index: ExamplesTest_4.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document xmlns:foo="http://apache.org/foo"
xmlns:bar="http://apache.org/bar" file-name="test" file-path="work"
creation-date="971255692078">
<bar><param-val>default param value, text from my-var in
inc2.xsl</param-val><data>MyBar</data></bar>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_5.out
Index: ExamplesTest_5.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document xmlns:foo="http://apache.org/foo"
xmlns:bar="http://apache.org/bar" file-name="test" file-path="work"
creation-date="971255692078">
<bar><param-val>default param value, text from my-var in
inc2.xsl</param-val><data>MyBar</data></bar>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_6.out
Index: ExamplesTest_6.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<foo:document xmlns:foo="http://apache.org/foo"
xmlns:bar="http://apache.org/bar">
<bar><param-val>default param value, text from my-var in
inc2.xsl</param-val><data>MyBaz</data></bar>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_7.out
Index: ExamplesTest_7.out
===================================================================
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document xmlns:foo="http://apache.org/foo" file-name="test"
file-path="work" creation-date="971255692078">
<bar><param-val>default param value, text from my-var in
inc2.xsl</param-val><data>MyBar</data></bar>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_8.out
Index: ExamplesTest_8.out
===================================================================
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document xmlns:foo="http://apache.org/foo"
xmlns:bar="http://apache.org/bar" file-name="test" file-path="work"
creation-date="971255692078">
<bar><param-val>default param value, text from my-var in
inc2.xsl</param-val><data>MyBar</data></bar>
</foo:document>
1.1 xml-xalan/test/tests/api-gold/trax/ExamplesTest_9.out
Index: ExamplesTest_9.out
===================================================================
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="../xsl/foo.xsl"?>
<foo:document xmlns:foo="http://apache.org/foo"
xmlns:bar="http://apache.org/bar" file-name="test" file-path="work"
creation-date="971255692078">
<bar><param-val>default param value, text from my-var in
inc2.xsl</param-val><data>MyBar</data></bar>
</foo:document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]