Update to match changes in usermodel

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353734 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2005-06-26 19:06:16 +00:00
parent 1b45e20595
commit 3e42f98d79
1 changed files with 2 additions and 2 deletions

View 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 {