Update of /cvsroot/monetdb/clients/src/java/tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7945/tests

Modified Files:
      Tag: Clients_1-18
        Makefile.ag Test_PStypes.java build.xml 
Removed Files:
      Tag: Clients_1-18
        Test_Clargequery.java 
Log Message:
Reverted changes: no new features.
If any changes are merely bugfixes, they will have to be redone.

--- Test_Clargequery.java DELETED ---

Index: build.xml
===================================================================
RCS file: /cvsroot/monetdb/clients/src/java/tests/build.xml,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -d -r1.5.2.1 -r1.5.2.2
--- build.xml   16 Aug 2007 10:53:09 -0000      1.5.2.1
+++ build.xml   17 Aug 2007 12:56:50 -0000      1.5.2.2
@@ -38,7 +38,7 @@
   <property name="jdbc_jar"
     value="${jardir}/monetdb-${JDBC_MAJOR}.${JDBC_MINOR}-jdbc.jar" />
   <property name="jdbc_url"
-    
value="jdbc:monetdb://localhost/?user=monetdb&amp;password=monetdb${debug}" />
+    
value="jdbc:monetdb://localhost/d?user=monetdb&amp;password=monetdb${debug}" />
 
   <!-- Prepares the build directory -->
   <target name="prepare">
@@ -87,7 +87,6 @@
   <target name="test">
     <antcall target="Test_Cautocommit" />
     <antcall target="Test_Csavepoints" />
-    <antcall target="Test_Clargequery" />
     <antcall target="Test_Cmanycon" />
     <antcall target="Test_Ctransaction" />
     <antcall target="Test_Creplysize" />
@@ -128,12 +127,6 @@
     </antcall>
   </target>
 
-  <target name="Test_Clargequery">
-    <antcall target="test_class">
-      <param name="test.class" value="Test_Clargequery" />
-    </antcall>
-  </target>
-
   <target name="Test_Cmanycon">
     <antcall target="test_class">
       <param name="test.class" value="Test_Cmanycon" />

Index: Test_PStypes.java
===================================================================
RCS file: /cvsroot/monetdb/clients/src/java/tests/Test_PStypes.java,v
retrieving revision 1.2.6.1
retrieving revision 1.2.6.2
diff -u -d -r1.2.6.1 -r1.2.6.2
--- Test_PStypes.java   16 Aug 2007 10:53:06 -0000      1.2.6.1
+++ Test_PStypes.java   17 Aug 2007 12:56:50 -0000      1.2.6.2
@@ -72,18 +72,6 @@
                        pstmt.executeUpdate();
 
                        System.out.println("success :)");
-
-                       // try an update like bug #1757923
-                       pstmt = con.prepareStatement(
-"UPDATE HTMTEST set COMMENT=? WHERE HTMID=?"
-);
-                       System.out.print("2. updating record...");
-
-                       pstmt.setString(1, "some update");
-                       pstmt.setLong(2, 1L);
-                       pstmt.executeUpdate();
-
-                       System.out.println("success :)");
                } catch (SQLException e) {
                        System.out.println("FAILED :( "+ e.getMessage());
                        System.out.println("ABORTING TEST!!!");

Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/clients/src/java/tests/Makefile.ag,v
retrieving revision 1.6.4.1
retrieving revision 1.6.4.2
diff -u -d -r1.6.4.1 -r1.6.4.2
--- Makefile.ag 16 Aug 2007 10:52:59 -0000      1.6.4.1
+++ Makefile.ag 17 Aug 2007 12:56:49 -0000      1.6.4.2
@@ -16,19 +16,18 @@
 
 EXTRA_DIST = \
                Test_Cautocommit.java \
-               Test_Clargequery.java \
-               Test_Cmanycon.java \
-               Test_Creplysize.java \
                Test_Csavepoints.java \
                Test_Ctransaction.java \
                Test_PStimedate.java \
-               Test_PStimezone.java \
-               Test_PStypes.java \
                Test_Rbooleans.java \
-               Test_Rmetadata.java \
                Test_Rpositioning.java \
                Test_Rtimedate.java \
                Test_Sbatching.java \
+               Test_Rmetadata.java \
+               Test_Creplysize.java \
+               Test_PStimezone.java \
+               Test_PStypes.java \
+               Test_Cmanycon.java \
                BugConcurrent_clients_SF_1504657.java \
                build.xml build.properties
 
@@ -36,18 +35,17 @@
        DIR = datadir/MonetDB/Tests
        FILES = \
                Test_Cautocommit.class \
-               Test_Clargequery.class \
-               Test_Cmanycon.class \
-               Test_Creplysize.class \
                Test_Csavepoints.class \
                Test_Ctransaction.class \
                Test_PStimedate.class \
-               Test_PStimezone.class \
-               Test_PStypes.class \
                Test_Rbooleans.class \
-               Test_Rmetadata.class \
                Test_Rpositioning.class \
                Test_Rtimedate.class \
                Test_Sbatching.class \
-               BugConcurrent_clients_SF_1504657.class
+               Test_Rmetadata.class \
+               Test_Creplysize.class \
+               Test_PStimezone.class \
+               Test_PStypes.class \
+               BugConcurrent_clients_SF_1504657.class \
+               Test_Cmanycon.class
 }


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to