tony2001                Tue Dec 12 13:12:22 2006 UTC

  Modified files:              
    /php-src/ext/oci8/tests     privileged_connect1.phpt 
  Log:
  fix test
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/privileged_connect1.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/oci8/tests/privileged_connect1.phpt
diff -u php-src/ext/oci8/tests/privileged_connect1.phpt:1.3 
php-src/ext/oci8/tests/privileged_connect1.phpt:1.4
--- php-src/ext/oci8/tests/privileged_connect1.phpt:1.3 Tue Dec  6 19:26:57 2005
+++ php-src/ext/oci8/tests/privileged_connect1.phpt     Tue Dec 12 13:12:22 2006
@@ -17,9 +17,9 @@
 echo "Done\n";
 ?>
 --EXPECTF--    
-Warning: oci_connect(): ORA-01031: insufficient privileges in %s on line %d
+Warning: oci_connect(): ORA-%d: %s in %s on line %d
 
-Warning: oci_connect(): ORA-01031: insufficient privileges in %s on line %d
+Warning: oci_connect(): ORA-%d: %s in %s on line %d
 
 Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
 

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

Reply via email to