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

Manik Surtani msurtani at jboss.com
Thu Jul 20 02:04:57 EDT 2006


  User: msurtani
  Date: 06/07/20 02:04:57

  Modified:    tests/functional/org/jboss/cache/misc  TestingUtil.java
  Log:
  Fixed some broken UTs to use the new xml parsers, cache factories, etc.
  
  Revision  Changes    Path
  1.5       +1 -1      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- TestingUtil.java	4 Feb 2006 02:00:01 -0000	1.4
  +++ TestingUtil.java	20 Jul 2006 06:04:57 -0000	1.5
  @@ -31,7 +31,7 @@
       * @throws RuntimeException  if <code>timeout</code> ms have elapse without
       *                           all caches having the same number of members.
       */
  -   public static void blockUntilViewsReceived(TreeCacheMBean[] caches, long timeout)
  +   public static void blockUntilViewsReceived(TreeCache[] caches, long timeout)
      {
         long failTime = System.currentTimeMillis() + timeout;
         
  
  
  



More information about the jboss-cvs-commits mailing list