From: Kasimier T. Buchcik Date: Thu, 30 Mar 2006 15:31:11 +0000 (+0000) Subject: Fixed regression tests wrt usage of the attributes X-Git-Tag: v1.1.28~262 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63b4680f80e4611c5ee396b342b3d0305df4fb6d;p=platform%2Fupstream%2Flibxslt.git Fixed regression tests wrt usage of the attributes * tests/general/bug-36-inc.xsl tests/general/bug-37-inc.xsl tests/general/bug-65-inc.xsl tests/general/bug-100.xsl tests/REC/test-15-1.xsl tests/REC/test-7.1.1-3.xsl tests/namespaces/extra2.xsl tests/extensions/module.xsl tests/plugins/plugin.xsl python/tests/extelem.py python/tests/extfunc.py: Fixed regression tests wrt usage of the attributes "exclude-result-prefixes" and "extension-element-prefixes". test-7.1.1-3.xsl fails now, since the code still does not exclude ns-decls correctly. --- diff --git a/ChangeLog b/ChangeLog index e0fcb7a..7fee05e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Thu Mar 30 17:23:52 CEST 2006 Kasimier Buchcik + + * tests/general/bug-36-inc.xsl tests/general/bug-37-inc.xsl + tests/general/bug-65-inc.xsl tests/general/bug-100.xsl + tests/REC/test-15-1.xsl tests/REC/test-7.1.1-3.xsl + tests/namespaces/extra2.xsl tests/extensions/module.xsl + tests/plugins/plugin.xsl python/tests/extelem.py + python/tests/extfunc.py: Fixed regression tests wrt + usage of the attributes "exclude-result-prefixes" + and "extension-element-prefixes". test-7.1.1-3.xsl fails + now, since the code still does not exclude ns-decls + correctly. + Thu Mar 30 17:11:53 CEST 2006 Kasimier Buchcik * libxslt/xslt.c libxslt/xsltutils.c libxslt/preproc.c diff --git a/python/tests/extelem.py b/python/tests/extelem.py index b01f9c3..3364d01 100644 --- a/python/tests/extelem.py +++ b/python/tests/extelem.py @@ -41,7 +41,7 @@ styledoc = libxml2.parseDoc(""" + extension-element-prefixes='foo'>
FAILURE
diff --git a/python/tests/extfunc.py b/python/tests/extfunc.py index 8d505e5..0a55953 100755 --- a/python/tests/extfunc.py +++ b/python/tests/extfunc.py @@ -30,7 +30,7 @@ styledoc = libxml2.parseDoc(""" + exclude-result-prefixes='foo'> failure diff --git a/tests/REC/test-15-1.xsl b/tests/REC/test-15-1.xsl index 920a268..71cdc23 100644 --- a/tests/REC/test-15-1.xsl +++ b/tests/REC/test-15-1.xsl @@ -1,7 +1,7 @@ diff --git a/tests/REC/test-7.1.1-3.xsl b/tests/REC/test-7.1.1-3.xsl index d4a72b9..365a883 100644 --- a/tests/REC/test-7.1.1-3.xsl +++ b/tests/REC/test-7.1.1-3.xsl @@ -5,8 +5,8 @@ Some ignored documentation the prefix should not show up on the doc element - -SUCCESS + +SUCCESS diff --git a/tests/extensions/module.xsl b/tests/extensions/module.xsl index 7f69c18..4ada278 100644 --- a/tests/extensions/module.xsl +++ b/tests/extensions/module.xsl @@ -2,7 +2,7 @@ diff --git a/tests/general/bug-100.xsl b/tests/general/bug-100.xsl index c2e9a09..9a62e23 100644 --- a/tests/general/bug-100.xsl +++ b/tests/general/bug-100.xsl @@ -1,7 +1,7 @@ diff --git a/tests/general/bug-36-inc.xsl b/tests/general/bug-36-inc.xsl index 9605c88..df991b7 100644 --- a/tests/general/bug-36-inc.xsl +++ b/tests/general/bug-36-inc.xsl @@ -1,7 +1,7 @@ diff --git a/tests/general/bug-37-inc.xsl b/tests/general/bug-37-inc.xsl index 4da21d5..6fe2236 100644 --- a/tests/general/bug-37-inc.xsl +++ b/tests/general/bug-37-inc.xsl @@ -1,7 +1,7 @@ diff --git a/tests/general/bug-65.xsl b/tests/general/bug-65.xsl index 9caa31c..ec8f76d 100644 --- a/tests/general/bug-65.xsl +++ b/tests/general/bug-65.xsl @@ -1,5 +1,5 @@ - + diff --git a/tests/namespaces/extra2.xsl b/tests/namespaces/extra2.xsl index 237d9a8..52b63c8 100644 --- a/tests/namespaces/extra2.xsl +++ b/tests/namespaces/extra2.xsl @@ -2,7 +2,7 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict" xmlns:libxml="http://xmlsoft.org/XSLT/namespace" - xsl:extension-element-prefixes="libxml"> + extension-element-prefixes="libxml"> diff --git a/tests/plugins/plugin.xsl b/tests/plugins/plugin.xsl index 0203d23..767c980 100644 --- a/tests/plugins/plugin.xsl +++ b/tests/plugins/plugin.xsl @@ -2,7 +2,7 @@