[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/optimistic ...
Manik Surtani
manik at jboss.org
Tue May 22 07:43:35 EDT 2007
User: msurtani
Date: 07/05/22 07:43:35
Modified: tests/functional/org/jboss/cache/optimistic
NodeInterceptorRemoveNodeTest.java
Log:
JBCACHE-1045 and made ICF a singleton
Revision Changes Path
1.20 +1 -1 JBossCache/tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveNodeTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: NodeInterceptorRemoveNodeTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveNodeTest.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- NodeInterceptorRemoveNodeTest.java 12 Mar 2007 18:13:47 -0000 1.19
+++ NodeInterceptorRemoveNodeTest.java 22 May 2007 11:43:35 -0000 1.20
@@ -60,7 +60,7 @@
prev.setNext(dummy);
- InterceptorChainFactory.setLastInterceptorPointer(interceptor, dummy);
+ InterceptorChainFactory.getInstance().setLastInterceptorPointer(interceptor, dummy);
cache.setInterceptorChain(interceptor);
mgr = cache.getTransactionManager();
More information about the jboss-cvs-commits
mailing list