[teiid-commits] teiid SVN: r1157 - trunk/client-jdbc/src/test/java/org/teiid/jdbc.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Jul 20 15:35:47 EDT 2009


Author: rareddy
Date: 2009-07-20 15:35:47 -0400 (Mon, 20 Jul 2009)
New Revision: 1157

Modified:
   trunk/client-jdbc/src/test/java/org/teiid/jdbc/TestTeiidDriver.java
Log:
TEIID-725: Providing a mechanism in the "embedded" mode is shutdown the instance. This is similar to how derby does the "embedded" shutdown.

Modified: trunk/client-jdbc/src/test/java/org/teiid/jdbc/TestTeiidDriver.java
===================================================================
--- trunk/client-jdbc/src/test/java/org/teiid/jdbc/TestTeiidDriver.java	2009-07-20 17:56:03 UTC (rev 1156)
+++ trunk/client-jdbc/src/test/java/org/teiid/jdbc/TestTeiidDriver.java	2009-07-20 19:35:47 UTC (rev 1157)
@@ -35,7 +35,7 @@
     
     @Test public void testGetPropertyInfo1() throws Exception {        
         DriverPropertyInfo info[] = drv.getPropertyInfo("jdbc:teiid:vdb at mm://localhost:12345", null); //$NON-NLS-1$
-        assertEquals(19, info.length);
+        assertEquals(20, info.length);
     }
     
     @Test public void testAccepts() throws Exception {



More information about the teiid-commits mailing list