thekid          Tue May 22 12:16:32 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/sybase_ct/tests        test_long.phpt 
  Log:
  - Changed hardcoded "tempdb" database name to a constant
  
http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_ct/tests/test_long.phpt?r1=1.1&r2=1.1.6.1&diff_format=u
Index: php-src/ext/sybase_ct/tests/test_long.phpt
diff -u php-src/ext/sybase_ct/tests/test_long.phpt:1.1 
php-src/ext/sybase_ct/tests/test_long.phpt:1.1.6.1
--- php-src/ext/sybase_ct/tests/test_long.phpt:1.1      Sun May 16 20:28:31 2004
+++ php-src/ext/sybase_ct/tests/test_long.phpt  Tue May 22 12:16:32 2007
@@ -6,7 +6,7 @@
 <?php
 /* This file is part of PHP test framework for ext/sybase_ct
  *
- * $Id: test_long.phpt,v 1.1 2004/05/16 20:28:31 thekid Exp $ 
+ * $Id: test_long.phpt,v 1.1.6.1 2007/05/22 12:16:32 thekid Exp $ 
  */
 
   require('test.inc');
@@ -15,7 +15,7 @@
   define('LONG_MIN', -LONG_MAX - 1);
 
   $db= sybase_connect_ex();
-  var_dump(sybase_select_db('tempdb', $db));
+  var_dump(sybase_select_db(TEMPDB, $db));
   
   // Create table and insert some values
   var_dump(sybase_query('create table test_long (value numeric(20, 0))'));

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

Reply via email to