Author: allee8285
Date: Fri Aug 13 14:37:38 2010
New Revision: 985210

URL: http://svn.apache.org/viewvc?rev=985210&view=rev
Log:
OPENJPA-1753 Remove commented code

Modified:
    
openjpa/trunk/openjpa-persistence-locking/src/test/java/org/apache/openjpa/persistence/lockmgr/TestMixedLockManagerLockPermutation.java

Modified: 
openjpa/trunk/openjpa-persistence-locking/src/test/java/org/apache/openjpa/persistence/lockmgr/TestMixedLockManagerLockPermutation.java
URL: 
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-locking/src/test/java/org/apache/openjpa/persistence/lockmgr/TestMixedLockManagerLockPermutation.java?rev=985210&r1=985209&r2=985210&view=diff
==============================================================================
--- 
openjpa/trunk/openjpa-persistence-locking/src/test/java/org/apache/openjpa/persistence/lockmgr/TestMixedLockManagerLockPermutation.java
 (original)
+++ 
openjpa/trunk/openjpa-persistence-locking/src/test/java/org/apache/openjpa/persistence/lockmgr/TestMixedLockManagerLockPermutation.java
 Fri Aug 13 14:37:38 2010
@@ -390,55 +390,5 @@ public class TestMixedLockManagerLockPer
                 {Act.CloseEm}
             };
             launchActionSequence(testName, parameters, threadMain, thread1);
-
-//        Object[][] threadMain = {
-//            {Act.CreateEm},
-//            {Act.Find},
-//            {Act.SaveVersion},
-//            {Act.TestEmployee, 1, Default_FirstName},
-//            
-//            {Act.NewThread, 1 },
-//            {Act.NewThread, 2 },
-//            {Act.StartThread, 1 },
-//            {Act.Wait},
-//            {Act.StartThread, 2 },
-//            {Act.Notify, 1, 1000 },
-//            {Act.Notify, 2, 1000 },
-//            {Act.WaitAllChildren},
-//            {Act.Find},
-//            {Act.TestEmployee, 1},
-//            {Act.TestException, 1, t1Exceptions },
-//            {Act.TestException, 2, t2Exceptions },
-//        };
-//        Object[][] thread1 = {
-//            {Act.CreateEm},
-//            {Act.StartTx},
-//            {Act.Find},
-//            {Act.SaveVersion},
-//            {Act.Lock, 1, t1Lock },
-//            {Act.TestException},
-//            {Act.Notify, 0},
-//            {Act.Wait},
-//            {Act.UpdateEmployee},
-//            
-//            {t1IsCommit},
-//            {Act.Find},
-//            {Act.TestEmployee, 1, null, t1VersionInc}
-//        };
-//        Object[][] thread2 = {
-//            {Act.CreateEm},
-//            {Act.StartTx},
-//            {Act.Find},
-//            {Act.SaveVersion},
-//            {Act.Lock, 1, t2Lock },
-//            {Act.Notify, 0},
-//            {Act.Wait},
-//            
-//            {t2IsCommit},
-//            {Act.Find},
-//            {Act.TestEmployee, 1, null, t2VersionInc}
-//        };
-//        launchActionSequence(testName, parameters, threadMain, thread1,
-//            thread2);
     }
 }


Reply via email to