avik        2003/07/28 03:18:13

  Modified:    src/testcases/org/apache/poi/hpsf/basic Tag: REL_2_BRANCH
                        TestEmptyProperties.java
  Log:
  Made code compilable, on behalf Rainer
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +4 -4      
jakarta-poi/src/testcases/org/apache/poi/hpsf/basic/TestEmptyProperties.java
  
  Index: TestEmptyProperties.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-poi/src/testcases/org/apache/poi/hpsf/basic/TestEmptyProperties.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- TestEmptyProperties.java  26 Jul 2003 22:01:37 -0000      1.1.2.1
  +++ TestEmptyProperties.java  28 Jul 2003 10:18:13 -0000      1.1.2.2
  @@ -145,9 +145,9 @@
           assertNull(s.getLastPrinted());
           assertNull(s.getCreateDateTime());
           assertNull(s.getLastSaveDateTime());
  -        assertEquals(s.getPageCount());
  -        assertNull(s.getWordCount());
  -        assertNull(s.getCharCount());
  +        assertEquals(s.getPageCount(),0);
  +        assertEquals(s.getWordCount(),0);
  +        assertEquals(s.getCharCount(),0);
           assertNull(s.getThumbnail());
           assertNull(s.getApplicationName());
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to