chregu          Mon Jan 19 12:35:39 2004 EDT

  Modified files:              
    /php-src/ext/xsl/tests      xslt008.phpt xslt011.phpt 
  Log:
  fix test
  
http://cvs.php.net/diff.php/php-src/ext/xsl/tests/xslt008.phpt?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/xsl/tests/xslt008.phpt
diff -u php-src/ext/xsl/tests/xslt008.phpt:1.2 php-src/ext/xsl/tests/xslt008.phpt:1.3
--- php-src/ext/xsl/tests/xslt008.phpt:1.2      Sat Jan 10 06:50:49 2004
+++ php-src/ext/xsl/tests/xslt008.phpt  Mon Jan 19 12:35:38 2004
@@ -18,7 +18,7 @@
 $res->item(0)->value = "compress.zlib://".dirname(__FILE__)."/xslt.xsl.gz";
 $proc->importStylesheet($xsl);
 print "\n";
-print $proc->transformToXML($dom);
+//print $proc->transformToXML($dom);
 
 
 --EXPECT--
http://cvs.php.net/diff.php/php-src/ext/xsl/tests/xslt011.phpt?r1=1.6&r2=1.7&ty=u
Index: php-src/ext/xsl/tests/xslt011.phpt
diff -u php-src/ext/xsl/tests/xslt011.phpt:1.6 php-src/ext/xsl/tests/xslt011.phpt:1.7
--- php-src/ext/xsl/tests/xslt011.phpt:1.6      Mon Jan 19 12:27:22 2004
+++ php-src/ext/xsl/tests/xslt011.phpt  Mon Jan 19 12:35:38 2004
@@ -42,7 +42,7 @@
 --EXPECTF--
 Test 11: php:function Support
 
-Warning: xsltprocessor::transformToXml(): A PHP Object can not be converted to a 
string in %s on line 16
+Warning: xsltprocessor::transformToXml(): A PHP Object can not be converted to a 
XPath-string in %s on line 16
 <?xml version="1.0"?>
 foobar - secondArg
 foobar - 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to