You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by pa...@apache.org on 2002/09/14 22:04:20 UTC

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/registry TestRegistryCategories.java

paulsp      2002/09/14 13:04:20

  Modified:    src/java/org/apache/jetspeed/services/registry
                        TestRegistryCategories.java
  Log:
  Increased RSS Count for test.  This accounts for the BBC feeds that where added.
  
  Revision  Changes    Path
  1.5       +3 -3      jakarta-jetspeed/src/java/org/apache/jetspeed/services/registry/TestRegistryCategories.java
  
  Index: TestRegistryCategories.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/services/registry/TestRegistryCategories.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestRegistryCategories.java	28 Jun 2002 05:37:33 -0000	1.4
  +++ TestRegistryCategories.java	14 Sep 2002 20:04:20 -0000	1.5
  @@ -147,7 +147,7 @@
               }
               System.out.println("[RSS] count = " + count);
               System.out.println("------------------");            
  -            assertTrue(count == 6);
  +            assertEquals( "RSS Count", 10, count);
   
               registry.removeEntry(pe);
               iterator = registry.findPortletsByCategory("rss");
  @@ -318,4 +318,4 @@
               fail(StringUtils.stackTrace(e));
           }
       }
  -}
  \ No newline at end of file
  +}
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>