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

Ben Wang bwang at jboss.com
Mon Oct 9 04:14:51 EDT 2006


  User: bwang   
  Date: 06/10/09 04:14:51

  Modified:    tests-50/functional/org/jboss/cache/pojo/region 
                        NewLocalTest.java
  Log:
  New region tests
  
  Revision  Changes    Path
  1.3       +2 -2      JBossCache/tests-50/functional/org/jboss/cache/pojo/region/NewLocalTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: NewLocalTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests-50/functional/org/jboss/cache/pojo/region/NewLocalTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- NewLocalTest.java	8 Sep 2006 07:55:58 -0000	1.2
  +++ NewLocalTest.java	9 Oct 2006 08:14:51 -0000	1.3
  @@ -65,7 +65,7 @@
   
         try
         {
  -         cache_.attach(InternalConstant.JBOSS_INTERNAL.toString(), test);
  +         cache_.attach(InternalConstant.JBOSS_INTERNAL_STRING, test);
            fail("putObject under JBoss_Internal should fail");
         } catch (IllegalArgumentException iex)
         {
  @@ -74,7 +74,7 @@
   
         try
         {
  -         cache_.detach(InternalConstant.JBOSS_INTERNAL.toString());
  +         cache_.detach(InternalConstant.JBOSS_INTERNAL_STRING);
            fail("putObject under JBoss_Internal should fail");
         } catch (IllegalArgumentException iex)
         {
  
  
  



More information about the jboss-cvs-commits mailing list