[jboss-cvs] jboss-portal/portlet/src/main/org/jboss/portal/test/portlet/info ...

Julien Viet julien at jboss.com
Tue Aug 1 12:28:57 EDT 2006


  User: julien  
  Date: 06/08/01 12:28:57

  Modified:    portlet/src/main/org/jboss/portal/test/portlet/info 
                        CacheInfoTest.java
  Log:
  - fix CacheInfoTest after the change from millis to secs
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-portal/portlet/src/main/org/jboss/portal/test/portlet/info/CacheInfoTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheInfoTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/test/portlet/info/CacheInfoTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CacheInfoTest.java	1 Aug 2006 13:57:45 -0000	1.2
  +++ CacheInfoTest.java	1 Aug 2006 16:28:57 -0000	1.3
  @@ -32,7 +32,7 @@
   
   /**
    * @author <a href="mailto:boleslaw.dawidowicz at jboss.com">Boleslaw Dawidowicz</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class CacheInfoTest extends AbstractTest
   {
  @@ -61,7 +61,7 @@
               PortletInfo info = container.getInfo();
               CacheInfo cacheInfo = info.getCache();
   
  -            assertEquals(65000, cacheInfo.getExpirationSecs());
  +            assertEquals(65, cacheInfo.getExpirationSecs());
   
               //TODO:implement getReferenceType();
   
  
  
  



More information about the jboss-cvs-commits mailing list