nlopess         Sun May  7 18:17:53 2006 UTC

  Modified files:              
    /php-src/ext/tidy/tests     021.phpt 
  Log:
  fix test, sorry.
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/tidy/tests/021.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/tidy/tests/021.phpt
diff -u php-src/ext/tidy/tests/021.phpt:1.1 php-src/ext/tidy/tests/021.phpt:1.2
--- php-src/ext/tidy/tests/021.phpt:1.1 Sun May  7 18:11:40 2006
+++ php-src/ext/tidy/tests/021.phpt     Sun May  7 18:17:53 2006
@@ -11,13 +11,13 @@
 var_dump($t->getOptDoc('ncr'));
 var_dump(strlen(tidy_get_opt_doc($t, 'wrap')) > 99);
 ?>
---EXPECT--
-Warning: tidy_get_opt_doc(): Unknown Tidy Configuration Option 
'some_bogus_cfg' in /cvs/php-src/ext/tidy/tests/021.php on line 3
+--EXPECTF--
+Warning: tidy_get_opt_doc(): Unknown Tidy Configuration Option 
'some_bogus_cfg' in %s021.php on line 3
 bool(false)
 string(73) "This option specifies if Tidy should allow numeric character 
references. "
 bool(true)
---UEXPECT--
-Warning: tidy_get_opt_doc(): Unknown Tidy Configuration Option 
'some_bogus_cfg' in /cvs/php-src/ext/tidy/tests/021.php on line 3
+--UEXPECTF--
+Warning: tidy_get_opt_doc(): Unknown Tidy Configuration Option 
'some_bogus_cfg' in %s021.php on line 3
 bool(false)
 unicode(73) "This option specifies if Tidy should allow numeric character 
references. "
 bool(true)

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

Reply via email to