dmarston 01/09/07 15:24:07
Added: test/tests/conf-gold/namespace namespace96.out
namespace121.out namespace122.out namespace123.out
namespace124.out namespace48.out namespace55.out
namespace120.out
Log:
New cases: namespace48 shows recovery from a bad name,
others deal with combination of name="p1:whatever" and
namespace="URI" with various other URIs in the way.
Revision Changes Path
1.1 xml-xalan/test/tests/conf-gold/namespace/namespace96.out
Index: namespace96.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out xmlns:p1="testguys.com"><p1:foo xmlns="other.com"
xmlns:p1="other.com"><yyy xmlns:p1="testguys.com"/></p1:foo></out>
1.1 xml-xalan/test/tests/conf-gold/namespace/namespace121.out
Index: namespace121.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out xmlns="base.test" xmlns:p1="xyz"><p1:foo xmlns:p1="base.test"><yyy
xmlns:p1="xyz"/></p1:foo></out>
1.1 xml-xalan/test/tests/conf-gold/namespace/namespace122.out
Index: namespace122.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out xmlns="base.test" xmlns:p1="xyz"><p1:foo><yyy/></p1:foo></out>
1.1 xml-xalan/test/tests/conf-gold/namespace/namespace123.out
Index: namespace123.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out xmlns="base.test" xmlns:p1="xyz"><baz:foo
xmlns:baz="base.test"><yyy/></baz:foo></out>
1.1 xml-xalan/test/tests/conf-gold/namespace/namespace124.out
Index: namespace124.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out xmlns="base.test" xmlns:p1="xyz"><baz:foo
xmlns:baz="xyz"><yyy/></baz:foo></out>
1.1 xml-xalan/test/tests/conf-gold/namespace/namespace48.out
Index: namespace48.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out xmlns:err="www.error.com"><yyy/></out>
1.1 xml-xalan/test/tests/conf-gold/namespace/namespace55.out
Index: namespace55.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out><p2:foo xmlns:p2="other.com" xmlns="other.com"><yyy
xmlns:p2="barz.com"/></p2:foo></out>
1.1 xml-xalan/test/tests/conf-gold/namespace/namespace120.out
Index: namespace120.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out xmlns="base.test" xmlns:p1="xyz"><p1:foo xmlns:p1="new"><yyy
xmlns:p1="xyz"/></p1:foo></out>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]