]> source.dussan.org Git - poi.git/commitdiff
Update to match changes in usermodel
authorNick Burch <nick@apache.org>
Sun, 26 Jun 2005 19:06:16 +0000 (19:06 +0000)
committerNick Burch <nick@apache.org>
Sun, 26 Jun 2005 19:06:16 +0000 (19:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353734 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestCounts.java

index e934b250537a0a0630a9035b7763ef1095a238d7..13aa468d9d48f17cbe7111557e8601931720af54 100644 (file)
@@ -42,8 +42,8 @@ public class TestCounts extends TestCase {
 
     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 {