tony2001                Tue Dec 12 13:11:36 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /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.1.2.3&r2=1.1.2.3.2.1&diff_format=u
Index: php-src/ext/oci8/tests/privileged_connect1.phpt
diff -u php-src/ext/oci8/tests/privileged_connect1.phpt:1.1.2.3 
php-src/ext/oci8/tests/privileged_connect1.phpt:1.1.2.3.2.1
--- php-src/ext/oci8/tests/privileged_connect1.phpt:1.1.2.3     Tue Dec  6 
19:28:25 2005
+++ php-src/ext/oci8/tests/privileged_connect1.phpt     Tue Dec 12 13:11:36 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