[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/loader ...
Manik Surtani
manik at jboss.org
Mon Jul 16 22:03:26 EDT 2007
User: msurtani
Date: 07/07/16 22:03:26
Modified: tests/functional/org/jboss/cache/loader
DummyInMemoryCacheLoader.java
Log:
refactored tests
Revision Changes Path
1.11 +4 -1 JBossCache/tests/functional/org/jboss/cache/loader/DummyInMemoryCacheLoader.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: DummyInMemoryCacheLoader.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/loader/DummyInMemoryCacheLoader.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- DummyInMemoryCacheLoader.java 17 Jul 2007 00:00:19 -0000 1.10
+++ DummyInMemoryCacheLoader.java 17 Jul 2007 02:03:26 -0000 1.11
@@ -35,8 +35,11 @@
public void setConfig(IndividualCacheLoaderConfig config)
{
+ if (config != null && config.getProperties() != null)
+ {
debug = Boolean.parseBoolean(config.getProperties().getProperty("debug", "false"));
}
+ }
public IndividualCacheLoaderConfig getConfig()
{
More information about the jboss-cvs-commits
mailing list