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 km...@apache.org on 2005/01/18 22:11:33 UTC

svn commit: r125547 - in incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master: . DerbyNetClient

Author: kmarsden
Date: Tue Jan 18 13:11:31 2005
New Revision: 125547

URL: http://svn.apache.org/viewcvs?view=rev&rev=125547
Log:
Update and consolodate master for schema change in test


Removed:
   incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/csPrepStmt.out
   incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/prepstmt.out
Modified:
   incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/csPrepStmt.out
   incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/prepStmt.out

Deleted: /incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/csPrepStmt.out
Url: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/csPrepStmt.out?view=auto&rev=125546
==============================================================================

Deleted: /incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/prepstmt.out
Url: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/prepstmt.out?view=auto&rev=125546
==============================================================================

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/csPrepStmt.out
Url: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/csPrepStmt.out?view=diff&rev=125547&p1=incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/csPrepStmt.out&r1=125546&p2=incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/csPrepStmt.out&r2=125547
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/csPrepStmt.out	(original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/csPrepStmt.out	Tue Jan 18 13:11:31 2005
@@ -47,7 +47,7 @@
 Col # 500 = 500  Col 1000 = 1000
 Insert too many Columns
 insertTab ( bigtab,1001)
-SQLState: 42X14 message: 'C1001' is not a column in table or VTI 'CS.BIGTAB'.
+SQLState: 42X14 message: 'C1001' is not a column in table or VTI 'APP.BIGTAB'.
 Expected Syntax error 
 insertTab ( bigtab,0)
 SQLState: 42X01 message: Syntax error: Encountered "<EOF>" at line 1, column 32.

Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/prepStmt.out
Url: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/prepStmt.out?view=diff&rev=125547&p1=incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/prepStmt.out&r1=125546&p2=incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/prepStmt.out&r2=125547
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/prepStmt.out	(original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/prepStmt.out	Tue Jan 18 13:11:31 2005
@@ -47,7 +47,7 @@
 Col # 500 = 500  Col 1000 = 1000
 Insert wrong column name
 insertTab ( bigtab,1001)
-SQLState: 42X14 message: 'C1001' is not a column in table or VTI 'CS.BIGTAB'.
+SQLState: 42X14 message: 'C1001' is not a column in table or VTI 'APP.BIGTAB'.
 Expected Syntax error 
 insertTab ( bigtab,0)
 SQLState: 42X01 message: Syntax error: Encountered "<EOF>" at line 1, column 29.