You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2006/11/14 21:31:05 UTC

svn commit: r474950 - /incubator/tuscany/java/das/rdb/src/test/java/org/apache/tuscany/das/rdb/test/ResultSetShapeTests.java

Author: kelvingoodson
Date: Tue Nov 14 12:31:04 2006
New Revision: 474950

URL: http://svn.apache.org/viewvc?view=rev&rev=474950
Log:
commenting out test case at lresende's request pending investigation of issue exposed by fix for TUSCANY-885

Modified:
    incubator/tuscany/java/das/rdb/src/test/java/org/apache/tuscany/das/rdb/test/ResultSetShapeTests.java

Modified: incubator/tuscany/java/das/rdb/src/test/java/org/apache/tuscany/das/rdb/test/ResultSetShapeTests.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/das/rdb/src/test/java/org/apache/tuscany/das/rdb/test/ResultSetShapeTests.java?view=diff&rev=474950&r1=474949&r2=474950
==============================================================================
--- incubator/tuscany/java/das/rdb/src/test/java/org/apache/tuscany/das/rdb/test/ResultSetShapeTests.java (original)
+++ incubator/tuscany/java/das/rdb/src/test/java/org/apache/tuscany/das/rdb/test/ResultSetShapeTests.java Tue Nov 14 12:31:04 2006
@@ -68,7 +68,8 @@
      * provide the shape info. Since the select will not return valid metadata,
      * this test is expected to fail
      */
-    public void testReadSingleVerifyShapeUse() throws Exception {
+    public void dont_testReadSingleVerifyShapeUse() throws Exception {  // kgoodson temporarily remove until apparent test case
+                                                                        // issue exposed by fix to TUSCANY-885 is resolved
 
         // Using literals in the select forces invalid resultset metadata
         String sqlString = "Select 99, 'Roosevelt', '1600 Pennsylvania Avenue' from customer";



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org