helly           Thu Nov  7 18:03:59 2002 EDT

  Modified files:              
    /php4/ext/db/tests  003.phpt 
  Log:
  expand test: see if another insert fails
  
  
Index: php4/ext/db/tests/003.phpt
diff -u php4/ext/db/tests/003.phpt:1.3 php4/ext/db/tests/003.phpt:1.4
--- php4/ext/db/tests/003.phpt:1.3      Tue Oct 22 14:40:30 2002
+++ php4/ext/db/tests/003.phpt  Thu Nov  7 18:03:58 2002
@@ -8,6 +8,7 @@
        if (dbmopen($db_file, "n")) {
                dbminsert($db_file, "key1", "This is a test insert");
                dbmreplace($db_file, "key1", "This is the replacement text");
+               @dbminsert($db_file, "key1", "This is another replacement text?");
                $a = dbmfetch($db_file, "key1");
                dbmclose($db_file);
                echo $a;



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

Reply via email to