You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by ni...@apache.org on 2005/06/26 21:06:16 UTC

cvs commit: jakarta-poi/src/scratchpad/testcases/org/apache/poi/hslf/usermodel TestCounts.java

nick        2005/06/26 12:06:16

  Modified:    src/scratchpad/testcases/org/apache/poi/hslf/usermodel
                        TestCounts.java
  Log:
  Update to match changes in usermodel
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-poi/src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestCounts.java
  
  Index: TestCounts.java
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestCounts.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestCounts.java	28 May 2005 05:36:00 -0000	1.1
  +++ TestCounts.java	26 Jun 2005 19:06:16 -0000	1.2
  @@ -42,8 +42,8 @@
   
       public void testSheetsCount() throws Exception {
   		Slide[] slides = ss.getSlides();
  -		// Two sheets, plus some crap related to the master sheet
  -		assertEquals(3, slides.length);
  +		// Two sheets - master sheet is seperate
  +		assertEquals(2, slides.length);
   	}
   
       public void testNotesCount() throws Exception {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/