Author: rareddy
Date: 2010-09-14 15:11:31 -0400 (Tue, 14 Sep 2010)
New Revision: 2573
Modified:
branches/7.1.x/test-integration/db/src/test/java/org/teiid/test/testcases/CommonTransactionTests.java
Log:
TEIID-889: un-commenting the tests to re-validate
Modified:
branches/7.1.x/test-integration/db/src/test/java/org/teiid/test/testcases/CommonTransactionTests.java
===================================================================
---
branches/7.1.x/test-integration/db/src/test/java/org/teiid/test/testcases/CommonTransactionTests.java 2010-09-14
18:55:50 UTC (rev 2572)
+++
branches/7.1.x/test-integration/db/src/test/java/org/teiid/test/testcases/CommonTransactionTests.java 2010-09-14
19:11:31 UTC (rev 2573)
@@ -594,7 +594,6 @@
* Note: This is producing the below error some times; however this is SQL Server
issue.
*
http://support.microsoft.com/?kbid=834849
*/
- @Ignore
@Test
public void testMultipleSourcePartialProcessingUsingLimit() throws Exception {
AbstractQueryTransactionTest userTxn = new
AbstractQueryTransactionTest("testMultipleSourcePartialProcessingUsingLimit") {
@@ -616,7 +615,6 @@
* Note: This is producing the below error some times; however this is SQL Server
issue.
*
http://support.microsoft.com/?kbid=834849
*/
- @Ignore
@Test
public void testMultipleSourcePartialProcessingUsingMakedep() throws Exception {
AbstractQueryTransactionTest userTxn = new
AbstractQueryTransactionTest("testMultipleSourcePartialProcessingUsingMakedep")
{
@@ -629,8 +627,4 @@
// run test
getTransactionContainter().runTransaction(userTxn);
}
-
-
-
-
}