[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/aop ...

Ben Wang bwang at jboss.com
Fri Sep 15 23:14:59 EDT 2006


  User: bwang   
  Date: 06/09/15 23:14:59

  Modified:    tests/functional/org/jboss/cache/aop 
                        TreeCacheAopCompatibilityAopTest.java
  Log:
  Updated.
  
  Revision  Changes    Path
  1.4       +2 -7      JBossCache/tests/functional/org/jboss/cache/aop/TreeCacheAopCompatibilityAopTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TreeCacheAopCompatibilityAopTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/aop/TreeCacheAopCompatibilityAopTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- TreeCacheAopCompatibilityAopTest.java	20 Jul 2006 11:48:26 -0000	1.3
  +++ TreeCacheAopCompatibilityAopTest.java	16 Sep 2006 03:14:59 -0000	1.4
  @@ -26,7 +26,7 @@
   public class TreeCacheAopCompatibilityAopTest extends TestCase
   {
      Log log_= LogFactory.getLog(TreeCacheAopCompatibilityAopTest.class);
  -   TreeCacheAop cache_;
  +   PojoCache cache_;
   
      public TreeCacheAopCompatibilityAopTest(String name)
      {
  @@ -38,7 +38,7 @@
         super.setUp();
         log_.info("setUp() ....");
         String configFile = "META-INF/local-service.xml";
  -      cache_ = new TreeCacheAop();
  +      cache_ = new PojoCache();
         cache_.setConfiguration(new XmlConfigurationParser().parseFile(configFile));
         cache_.start();
      }
  @@ -51,11 +51,6 @@
   
   //   public void testDummy() {}
   
  -   public void testIfc() throws Exception
  -   {
  -      TreeCacheAopIfc ifc = (TreeCacheAopIfc)cache_;   
  -   }
  -
      public void testBadFqn() throws Exception
      {
         log_.info("testBadFqn() ....");
  
  
  



More information about the jboss-cvs-commits mailing list