Update of /cvsroot/proxool/proxool/src/java-test/org/logicalcobwebs/proxool
In directory sc8-pr-cvs1:/tmp/cvs-serv30342
Modified Files:
TestConstants.java
Log Message:
New test sql syntax constant
Index: TestConstants.java
===================================================================
RCS file: /cvsroot/proxool/proxool/src/java-test/org/logicalcobwebs/proxool/TestConstants.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestConstants.java 3 Mar 2003 11:12:05 -0000 1.4
--- TestConstants.java 30 Sep 2003 18:39:39 -0000 1.5
***************
*** 28,31 ****
--- 28,33 ----
static final String HYPERSONIC_PASSWORD = "";
+ static final String HYPERSONIC_TEST_SQL = "SELECT COUNT(1) FROM SYSTEM_CATALOGS";
+
}
***************
*** 33,36 ****
--- 35,41 ----
Revision history:
$Log$
+ Revision 1.5 2003/09/30 18:39:39 billhorsman
+ New test sql syntax constant
+
Revision 1.4 2003/03/03 11:12:05 billhorsman
fixed licence
|