[jboss-cvs] JBossCache/tests-50/functional/org/jboss/cache/pojo/region ...

Ben Wang bwang at jboss.com
Sat Sep 16 22:44:25 EDT 2006


  User: bwang   
  Date: 06/09/16 22:44:25

  Modified:    tests-50/functional/org/jboss/cache/pojo/region 
                        LocalTest.java
  Log:
  updated.
  
  Revision  Changes    Path
  1.4       +1 -1      JBossCache/tests-50/functional/org/jboss/cache/pojo/region/LocalTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: LocalTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/region/LocalTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- LocalTest.java	8 Sep 2006 07:55:58 -0000	1.3
  +++ LocalTest.java	17 Sep 2006 02:44:25 -0000	1.4
  @@ -95,7 +95,7 @@
         assertEquals((Object) "Joe Black", p.getName());
   
         assertTrue("Region node should exist ",
  -              cache_.getCache().hasChild(new Fqn("/SESSION/person/test1")));
  +              cache_.getCache().hasChild(new Fqn(new Fqn("SESSION"), "person")));
         Fqn fqn = new Fqn(InternalConstant.JBOSS_INTERNAL, "SESSION");
         assertTrue("Internal region node should exist ",
                 cache_.getCache().hasChild(fqn));
  
  
  



More information about the jboss-cvs-commits mailing list