Hello everyone,

I have the following code in a unit test:

    TreeCache treeCache = new TreeCache();
    treeCache.createService();
    treeCache.startService();

    cacheManager.put("a/b/c", "key", "value");

    treeCache.stopService();
    treeCache.destroyService();

    assertEquals(0, cacheManager.getNumberOfNodes());

but fails because the number of nodes is 3. I'm not
using any configuration file for JBossCache.  Any help
will be greatly appreciated.

Alex.


                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to