You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by mi...@apache.org on 2006/08/18 00:46:55 UTC

svn commit: r432416 - /db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/autoincrement.out

Author: mikem
Date: Thu Aug 17 15:46:55 2006
New Revision: 432416

URL: http://svn.apache.org/viewvc?rev=432416&view=rev
Log:
DERBY-1719

updated master for autoincrement test, verified that existing output
was correct.


Modified:
    db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/autoincrement.out

Modified: db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/autoincrement.out
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/autoincrement.out?rev=432416&r1=432415&r2=432416&view=diff
==============================================================================
--- db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/autoincrement.out (original)
+++ db/derby/code/branches/10.1/java/testing/org/apache/derbyTesting/functionTests/master/autoincrement.out Thu Aug 17 15:46:55 2006
@@ -282,7 +282,7 @@
 0 rows inserted/updated/deleted
 ij> insert into ai_test (y) values (1),(2),(3),(4),(5),(6),(7),(8),(9),(10);
 10 rows inserted/updated/deleted
-ij> -- should see 20.
+ij> -- should see 0.
 values IDENTITY_VAL_LOCAL();
 1                              
 -------------------------------