[jbosscache-commits] JBoss Cache SVN: r5177 - core/trunk/src/test/java/org/jboss/cache/lock.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Jan 21 20:08:04 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-01-21 20:08:04 -0500 (Mon, 21 Jan 2008)
New Revision: 5177

Modified:
   core/trunk/src/test/java/org/jboss/cache/lock/IdentityLockTest.java
Log:
JBCACHE-1231 - Implicit marshalled values

Modified: core/trunk/src/test/java/org/jboss/cache/lock/IdentityLockTest.java
===================================================================
--- core/trunk/src/test/java/org/jboss/cache/lock/IdentityLockTest.java	2008-01-22 01:06:22 UTC (rev 5176)
+++ core/trunk/src/test/java/org/jboss/cache/lock/IdentityLockTest.java	2008-01-22 01:08:04 UTC (rev 5177)
@@ -9,9 +9,13 @@
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
+import org.jboss.cache.NodeSPI;
 import org.jboss.cache.misc.TestingUtil;
 import org.jboss.cache.transaction.GlobalTransaction;
+import static org.testng.AssertJUnit.*;
 import org.testng.annotations.AfterMethod;
+import org.testng.annotations.BeforeMethod;
+import org.testng.annotations.Test;
 
 /**
  * Testing of different locking semantics.




More information about the jbosscache-commits mailing list