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

View File

@ -42,8 +42,8 @@ public class TestCounts extends TestCase {
public void testSheetsCount() throws Exception { public void testSheetsCount() throws Exception {
Slide[] slides = ss.getSlides(); Slide[] slides = ss.getSlides();
// Two sheets, plus some crap related to the master sheet // Two sheets - master sheet is seperate
assertEquals(3, slides.length); assertEquals(2, slides.length);
} }
public void testNotesCount() throws Exception { public void testNotesCount() throws Exception {