[teiid-commits] teiid SVN: r1687 - trunk/test-integration/db/src/main/java/org/teiid/test/framework.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Dec 21 14:41:27 EST 2009


Author: vhalbert at redhat.com
Date: 2009-12-21 14:41:26 -0500 (Mon, 21 Dec 2009)
New Revision: 1687

Modified:
   trunk/test-integration/db/src/main/java/org/teiid/test/framework/ConfigPropertyNames.java
Log:
Teiid 781 - added back for backwards compatibility testing

Modified: trunk/test-integration/db/src/main/java/org/teiid/test/framework/ConfigPropertyNames.java
===================================================================
--- trunk/test-integration/db/src/main/java/org/teiid/test/framework/ConfigPropertyNames.java	2009-12-21 15:13:10 UTC (rev 1686)
+++ trunk/test-integration/db/src/main/java/org/teiid/test/framework/ConfigPropertyNames.java	2009-12-21 19:41:26 UTC (rev 1687)
@@ -123,7 +123,10 @@
 	    public static final String AUTO_WRAP_OFF = ExecutionProperties.TXN_WRAP_OFF;  //$NON-NLS-1$	    
 	    public static final String AUTO_WRAP_ON = ExecutionProperties.TXN_WRAP_ON;  //$NON-NLS-1$
 	    public static final String AUTO_WRAP_AUTO = ExecutionProperties.TXN_WRAP_AUTO;  //$NON-NLS-1$
-	    
+	  
+	    public static final String AUTO_WRAP_PESSIMISTIC = "PESSIMISTIC";  //$NON-NLS-1$
+	    public static final String AUTO_WRAP_OPTIMISTIC = "OPTIMISTIC";  //$NON-NLS-1$
+
     }
 
 }



More information about the teiid-commits mailing list