import junit.framework.Assert;
import junit.framework.TestCase;
-
+import org.apache.poi.POIDataSamples;
import org.apache.poi.hpsf.DocumentSummaryInformation;
import org.apache.poi.hpsf.HPSFException;
import org.apache.poi.hpsf.MarkUnsupportedException;
import org.apache.poi.hpsf.Section;
import org.apache.poi.hpsf.SummaryInformation;
import org.apache.poi.hpsf.wellknown.SectionIDMap;
-import org.apache.poi.POIDataSamples;
/**
* <p>Tests the basic HPSF functionality.</p>
Assert.assertNotNull(s.getProperties());
Assert.assertEquals(17, s.getPropertyCount());
Assert.assertEquals("Titel", s.getProperty(2));
- Assert.assertEquals(1748, s.getSize());
+ Assert.assertEquals(1764, s.getSize());
}
}