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

Manik Surtani manik at jboss.org
Thu Jun 28 12:53:37 EDT 2007


  User: msurtani
  Date: 07/06/28 12:53:37

  Modified:    tests/functional/org/jboss/cache/misc  TestingUtil.java
  Log:
  Notification changes
  
  Revision  Changes    Path
  1.14      +7 -0      JBossCache/tests/functional/org/jboss/cache/misc/TestingUtil.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TestingUtil.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/misc/TestingUtil.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- TestingUtil.java	25 May 2007 16:34:51 -0000	1.13
  +++ TestingUtil.java	28 Jun 2007 16:53:37 -0000	1.14
  @@ -25,6 +25,13 @@
   {
   
      private static Random random = new Random();
  +   public static final Object ALWAYS_EQUALS_OBJECT = new Object()
  +   {
  +      public boolean equals()
  +      {
  +         return true;
  +      }
  +   };
   
      /**
       * Loops, continually calling {@link #areCacheViewsComplete(org.jboss.cache.Cache[])}
  
  
  



More information about the jboss-cvs-commits mailing list