svn commit: r588617 - /lenya/trunk/src/impl/test/org/apache/lenya/transaction/TransactionTest.java

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: andreas
Date: Fri Oct 26 05:10:05 2007
New Revision: 588617

URL: http://svn.apache.org/viewvc?rev=588617&view=rev
Log:
Updated exception type in TransactionTest

Modified:
    lenya/trunk/src/impl/test/org/apache/lenya/transaction/TransactionTest.java

Modified: lenya/trunk/src/impl/test/org/apache/lenya/transaction/TransactionTest.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/impl/test/org/apache/lenya/transaction/TransactionTest.java?rev=588617&r1=588616&r2=588617&view=diff
==============================================================================
--- lenya/trunk/src/impl/test/org/apache/lenya/transaction/TransactionTest.java (original)
+++ lenya/trunk/src/impl/test/org/apache/lenya/transaction/TransactionTest.java Fri Oct 26 05:10:05 2007
@@ -63,7 +63,7 @@
         try {
             lenyaUnit.commit();
             assertTrue("No exception thrown!", false);
-        } catch (LockException ignore) {
+        } catch (ConcurrentModificationException ignore) {
         }
         lenyaT1.unlock();
     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.