Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 11907 invoked from network); 7 Apr 2005 20:39:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2005 20:39:25 -0000 Received: (qmail 76652 invoked by uid 500); 7 Apr 2005 20:39:24 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 76626 invoked by uid 500); 7 Apr 2005 20:39:24 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 76610 invoked by uid 500); 7 Apr 2005 20:39:24 -0000 Delivered-To: apmail-incubator-derby-cvs@incubator.apache.org Received: (qmail 76602 invoked by uid 99); 7 Apr 2005 20:39:24 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 07 Apr 2005 13:39:24 -0700 Received: (qmail 11894 invoked by uid 65534); 7 Apr 2005 20:39:23 -0000 Message-ID: <20050407203923.11892.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Thu, 07 Apr 2005 20:39:23 -0000 Subject: svn commit: r160466 [2/2] - in incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests: master/ master/DerbyNet/ master/DerbyNetClient/ master/jdk14/ tests/jdbcapi/ tests/lang/ To: derby-cvs@incubator.apache.org From: fuzzylogic@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Added: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/func= tionTests/tests/jdbcapi/odbc_metadata_sed.properties URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/= org/apache/derbyTesting/functionTests/tests/jdbcapi/odbc_metadata_sed.prope= rties?view=3Dauto&rev=3D160466 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functio= nTests/tests/jdbcapi/odbc_metadata_sed.properties (added) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functio= nTests/tests/jdbcapi/odbc_metadata_sed.properties Thu Apr 7 13:39:20 2005 @@ -0,0 +1,27 @@ +# Filters and substitutes for SED +# Multiple patterns for DELETE: comma separated +# delete=3Dpattern1,pattern2,...,patternn +# No commas can be allowed in the patterns. +# +# Multiple patterns for SUBSTITUTE: comma separated p= air +# substitute=3Dpattern1;substitute1,pattern2;substitute2,...,patternn;su= bstituten +# No commas or semicolons can be allowed in the patterns/subsitutes. +substitute=3Dversion [0-9][.][0-9]..[0-9][.][0-9][.][0-9][0-9]?.$;version = (EXPECTED VERSION),version [0-9][.][0-9]..[0-9].[0-9].[0-9][0-9]? Test Buil= d=2E$;version (EXPECTED VERSION),getDriverVersion....2.*$;getDriverVersion(= ): EXPECTED VERSION +# Filters and substitutes for SED +# Multiple patterns for DELETE: comma separated +# delete=3Dpattern1,pattern2,...,patternn +# No commas can be allowed in the patterns. +# +# Multiple patterns for SUBSTITUTE: comma separated p= air +# substitute=3Dpattern1;substitute1,pattern2;substitute2,...,patternn;su= bstituten +# No commas or semicolons can be allowed in the patterns/subsitutes. +substitute=3Dversion [0-9][.][0-9]..[0-9][.][0-9][.][0-9][0-9]?.$;version = (EXPECTED VERSION),version [0-9][.][0-9]..[0-9].[0-9].[0-9][0-9]? Test Buil= d=2E$;version (EXPECTED VERSION),getDriverVersion....2.*$;getDriverVersion(= ): EXPECTED VERSION +# Filters and substitutes for SED +# Multiple patterns for DELETE: comma separated +# delete=3Dpattern1,pattern2,...,patternn +# No commas can be allowed in the patterns. +# +# Multiple patterns for SUBSTITUTE: comma separated p= air +# substitute=3Dpattern1;substitute1,pattern2;substitute2,...,patternn;su= bstituten +# No commas or semicolons can be allowed in the patterns/subsitutes. +substitute=3Dversion [0-9][.][0-9]..[0-9][.][0-9][.][0-9][0-9]?.$;version = (EXPECTED VERSION),version [0-9][.][0-9]..[0-9].[0-9].[0-9][0-9]? Test Buil= d=2E$;version (EXPECTED VERSION),getDriverVersion....2.*$;getDriverVersion(= ): EXPECTED VERSION Propchange: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting= /functionTests/tests/jdbcapi/odbc_metadata_sed.properties ---------------------------------------------------------------------------= --- svn:eol-style =3D native Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/f= unctionTests/tests/lang/updatableResultSet.java URL: http://svn.apache.org/viewcvs/incubator/derby/code/trunk/java/testing/= org/apache/derbyTesting/functionTests/tests/lang/updatableResultSet.java?vi= ew=3Ddiff&r1=3D160465&r2=3D160466 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functio= nTests/tests/lang/updatableResultSet.java (original) +++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functio= nTests/tests/lang/updatableResultSet.java Thu Apr 7 13:39:20 2005 @@ -213,7 +213,7 @@ warnings =3D conn.getWarnings(); while (warnings !=3D null) { - System.out.println("warnings on connection =3D " + warnings); + JDBCDisplayUtil.ShowWarnings(System.out, warnings); warnings =3D warnings.getNextWarning(); } conn.clearWarnings();