libxslt r1456 - in trunk: . libxslt tests/exslt/common



Author: wbrack
Date: Fri Feb 15 17:26:07 2008
New Revision: 1456
URL: http://svn.gnome.org/viewvc/libxslt?rev=1456&view=rev

Log:
*libxslt/extensions.c: fixed minor error bug #516483
*tests/exslt/common - deleted node-set.9 regression test,
 because it relied upon an external web import.

Removed:
   trunk/tests/exslt/common/node-set.9.out
   trunk/tests/exslt/common/node-set.9.xml
   trunk/tests/exslt/common/node-set.9.xsl
Modified:
   trunk/ChangeLog
   trunk/libxslt/extensions.c
   trunk/tests/exslt/common/Makefile.am

Modified: trunk/libxslt/extensions.c
==============================================================================
--- trunk/libxslt/extensions.c	(original)
+++ trunk/libxslt/extensions.c	Fri Feb 15 17:26:07 2008
@@ -1951,7 +1951,7 @@
         xsltGenericDebug(xsltGenericErrorContext,
                          "xsltExtInitTest: not initialized,"
                          " calling xsltStyleGetExtData\n");
-        xsltStyleGetExtData(ctxt->style, URI);
+        testStyleData = xsltStyleGetExtData(ctxt->style, URI);
         if (testStyleData == NULL) {
             xsltTransformError(ctxt, NULL, NULL,
                                "xsltExtInitTest: not initialized\n");

Modified: trunk/tests/exslt/common/Makefile.am
==============================================================================
--- trunk/tests/exslt/common/Makefile.am	(original)
+++ trunk/tests/exslt/common/Makefile.am	Fri Feb 15 17:26:07 2008
@@ -12,7 +12,6 @@
 	node-set.6.xml node-set.6.xsl node-set.6.out	\
 	node-set.7.xml node-set.7.xsl node-set.7.out	\
 	node-set.8.xml node-set.8.xsl node-set.8.out	\
-	node-set.9.xml node-set.8.xsl node-set.9.out	\
 	object-type.1.xml object-type.1.xsl object-type.1.out \
 	import-test1a.imp import-test1b.imp import-test1.out \
 	import-test1.xml import-test1.xsl



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]