Skip to content

Commit

Permalink
fixed compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkus committed Sep 30, 2011
1 parent 9ed8a06 commit 7039c4c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -47,7 +47,7 @@ abstract class AbstractMarshallingTest {
// Manual addition of externalizers to replication what happens in fully functional tests
val globalCfg = new GlobalConfiguration
new LifecycleCallbacks().addExternalizer(globalCfg)
cm = TestCacheManagerFactory.createLocalCacheManager
cm = TestCacheManagerFactory.createLocalCacheManager(false)
marshaller = TestingUtil.extractCacheMarshaller(cm.getCache())
}

Expand Down

0 comments on commit 7039c4c

Please sign in to comment.