Update of /cvsroot/proxool/proxool/src/java-test/org/logicalcobwebs/proxool
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13472/src/java-test/org/logicalcobwebs/proxool
Modified Files:
TestConstants.java
Log Message:
Second test SQL
Index: TestConstants.java
===================================================================
RCS file: /cvsroot/proxool/proxool/src/java-test/org/logicalcobwebs/proxool/TestConstants.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** TestConstants.java 26 May 2004 17:19:09 -0000 1.6
--- TestConstants.java 7 Oct 2005 08:10:33 -0000 1.7
***************
*** 59,62 ****
--- 59,67 ----
/**
+ * SQL statement that should always succeed
+ */
+ public static String HYPERSONIC_TEST_SQL_2 = "SELECT COUNT(2) FROM SYSTEM_CATALOGS";
+
+ /**
* SQL statement that should always fail
*/
***************
*** 72,75 ****
--- 77,83 ----
Revision history:
$Log$
+ Revision 1.7 2005/10/07 08:10:33 billhorsman
+ Second test SQL
+
Revision 1.6 2004/05/26 17:19:09 brenuart
Allow JUnit tests to be executed against another database.
|