You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2013/02/04 20:47:05 UTC

svn commit: r1442317 - /shiro/trunk/support/hazelcast/src/test/groovy/org/apache/shiro/hazelcast/cache/HazelcastCacheManagerTest.groovy

Author: lhazlewood
Date: Mon Feb  4 19:47:05 2013
New Revision: 1442317

URL: http://svn.apache.org/viewvc?rev=1442317&view=rev
Log:
SHIRO-412: fixed static method import order (PowerMock replay methods were being trumped by EasyMock's)

Modified:
    shiro/trunk/support/hazelcast/src/test/groovy/org/apache/shiro/hazelcast/cache/HazelcastCacheManagerTest.groovy

Modified: shiro/trunk/support/hazelcast/src/test/groovy/org/apache/shiro/hazelcast/cache/HazelcastCacheManagerTest.groovy
URL: http://svn.apache.org/viewvc/shiro/trunk/support/hazelcast/src/test/groovy/org/apache/shiro/hazelcast/cache/HazelcastCacheManagerTest.groovy?rev=1442317&r1=1442316&r2=1442317&view=diff
==============================================================================
--- shiro/trunk/support/hazelcast/src/test/groovy/org/apache/shiro/hazelcast/cache/HazelcastCacheManagerTest.groovy (original)
+++ shiro/trunk/support/hazelcast/src/test/groovy/org/apache/shiro/hazelcast/cache/HazelcastCacheManagerTest.groovy Mon Feb  4 19:47:05 2013
@@ -29,7 +29,8 @@ import org.junit.runner.RunWith
 import org.powermock.core.classloader.annotations.PrepareForTest
 import org.powermock.modules.junit4.PowerMockRunner
 
-import static org.easymock.EasyMock.*
+import static org.easymock.EasyMock.expect
+import static org.easymock.EasyMock.same
 import static org.junit.Assert.*
 import static org.powermock.api.easymock.PowerMock.*