Author: manik.surtani(a)jboss.com
Date: 2008-10-01 11:10:23 -0400 (Wed, 01 Oct 2008)
New Revision: 6823
Modified:
core/branches/1.4.X/tests/functional/org/jboss/cache/transaction/IsolationLevelReadUncommitedTest.java
Log:
Commented out unnecessary test
Modified:
core/branches/1.4.X/tests/functional/org/jboss/cache/transaction/IsolationLevelReadUncommitedTest.java
===================================================================
---
core/branches/1.4.X/tests/functional/org/jboss/cache/transaction/IsolationLevelReadUncommitedTest.java 2008-10-01
14:21:25 UTC (rev 6822)
+++
core/branches/1.4.X/tests/functional/org/jboss/cache/transaction/IsolationLevelReadUncommitedTest.java 2008-10-01
15:10:23 UTC (rev 6823)
@@ -14,8 +14,11 @@
/**
* @author Mircea.Markus(a)jboss.com
*/
-public class IsolationLevelReadUncommitedTest extends TestCase {
+// --- Why was this test added in the first place? It was added in r.5178 by mmarkus.
Does this pertain to any specific JIRA? - Manik (Oct 2008)
+
+public class IsolationLevelReadUncommitedTest {/*extends TestCase {
+
private TreeCache cache = null;
private Transaction startTransaction() throws SystemException, NotSupportedException
@@ -55,6 +58,7 @@
*
* the key/value added bu tx should be in the cache still, and should not be affected
by tx1 rollback.
*/
+ /*
public void testInterlacedTx() throws Exception
{
Transaction tx = startTransaction();
@@ -97,5 +101,5 @@
throw new RuntimeException();
}
}
- }
+ } */
}
\ No newline at end of file
Show replies by date