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

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Jan 5 18:13:18 EST 2010


Author: vhalbert at redhat.com
Date: 2010-01-05 18:13:18 -0500 (Tue, 05 Jan 2010)
New Revision: 1716

Modified:
   trunk/test-integration/db/src/main/java/org/teiid/test/framework/TransactionContainer.java
Log:
Teiid-897 - cleanup

Modified: trunk/test-integration/db/src/main/java/org/teiid/test/framework/TransactionContainer.java
===================================================================
--- trunk/test-integration/db/src/main/java/org/teiid/test/framework/TransactionContainer.java	2010-01-05 23:11:48 UTC (rev 1715)
+++ trunk/test-integration/db/src/main/java/org/teiid/test/framework/TransactionContainer.java	2010-01-05 23:13:18 UTC (rev 1716)
@@ -85,12 +85,7 @@
 	    // And therefore, the exception needs to be set as an application exception,
 	    // considered outside the bounds of the normal sqlexceptions.
 	    test.setApplicationException(e);
-//	    if (!test.exceptionExpected()) {
-//		e.printStackTrace();
-//		debug("Error: " + e.getMessage());
-		
- 
-//	    }
+
 	}
 	
 	    debug("	test.after");



More information about the teiid-commits mailing list