]> source.dussan.org Git - poi.git/commitdiff
moved all test data to a top-level directory, refactored all junit usages of .testdat...
authorYegor Kozlov <yegor@apache.org>
Sun, 23 Aug 2009 12:34:24 +0000 (12:34 +0000)
committerYegor Kozlov <yegor@apache.org>
Sun, 23 Aug 2009 12:34:24 +0000 (12:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806959 13f79535-47bb-0310-9956-ffa450edef68

1025 files changed:
build.xml
src/documentation/content/xdocs/status.xml
src/ooxml/testcases/org/apache/poi/TestEmbeded.java
src/ooxml/testcases/org/apache/poi/TestPOIXMLDocument.java
src/ooxml/testcases/org/apache/poi/TestXMLPropertiesTextExtractor.java
src/ooxml/testcases/org/apache/poi/extractor/TestExtractorFactory.java
src/ooxml/testcases/org/apache/poi/ooxml/data/ExcelWithAttachments.xlsm [deleted file]
src/ooxml/testcases/org/apache/poi/ooxml/data/PPTWithAttachments.pptm [deleted file]
src/ooxml/testcases/org/apache/poi/ooxml/data/WordWithAttachments.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/OpenXML4JTestDataSamples.java
src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/TestOPCComplianceCoreProperties.java
src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/TestOPCCompliancePackageModel.java
src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_DCTermsNamespaceLimitedUseFAIL.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_DoNotUseCompatibilityMarkupFAIL.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_NotPresentFAIL.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_PresentWithUnauthorizedValueFAIL.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPart.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPartFAIL.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_SUCCESS.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_UnauthorizedXMLLangAttributeFAIL.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_DerivedPartNameFAIL.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/ExcelWithHyperlinks.xlsx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestOpenPackageINPUT.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageCommon.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageCoreProperiesGetters.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageCoreProperiesSetters.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageThumbnail.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/sample.docx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/sample.xlsx [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/thumbnail.jpg [deleted file]
src/ooxml/testcases/org/apache/poi/openxml4j/opc/internal/data/sample.docx [deleted file]
src/ooxml/testcases/org/apache/poi/xslf/TestXSLFSlideShow.java
src/ooxml/testcases/org/apache/poi/xslf/extractor/TestXSLFPowerPointExtractor.java
src/ooxml/testcases/org/apache/poi/xssf/XSSFITestDataProvider.java
src/ooxml/testcases/org/apache/poi/xssf/XSSFTestDataSamples.java
src/ooxml/testcases/org/apache/poi/xssf/data/picture.xlsx [deleted file]
src/ooxml/testcases/org/apache/poi/xssf/data/sample.xlsx [deleted file]
src/ooxml/testcases/org/apache/poi/xssf/data/styles.xlsx [deleted file]
src/ooxml/testcases/org/apache/poi/xssf/eventusermodel/TestXSSFReader.java
src/ooxml/testcases/org/apache/poi/xssf/io/TestLoadSaveXSSF.java
src/ooxml/testcases/org/apache/poi/xwpf/XWPFTestDataSamples.java
src/scratchpad/testcases/org/apache/poi/TestPOIDocumentScratchpad.java
src/scratchpad/testcases/org/apache/poi/hdf/data/empty.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hdf/data/simple-list.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hdf/data/simple-table.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hdf/data/simple.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hdf/model/TestHDFDocument.java
src/scratchpad/testcases/org/apache/poi/hdgf/TestHDGFCore.java
src/scratchpad/testcases/org/apache/poi/hdgf/data/44594-2.vsd [deleted file]
src/scratchpad/testcases/org/apache/poi/hdgf/data/44594.vsd [deleted file]
src/scratchpad/testcases/org/apache/poi/hdgf/data/NegativeChunkLength.vsd [deleted file]
src/scratchpad/testcases/org/apache/poi/hdgf/data/ShortChunk1.vsd [deleted file]
src/scratchpad/testcases/org/apache/poi/hdgf/data/ShortChunk2.vsd [deleted file]
src/scratchpad/testcases/org/apache/poi/hdgf/data/ShortChunk3.vsd [deleted file]
src/scratchpad/testcases/org/apache/poi/hdgf/data/Test_Visio-Some_Random_Text.vsd [deleted file]
src/scratchpad/testcases/org/apache/poi/hdgf/extractor/TestVisioExtractor.java
src/scratchpad/testcases/org/apache/poi/hdgf/streams/TestStreamBugs.java
src/scratchpad/testcases/org/apache/poi/hdgf/streams/TestStreamComplex.java
src/scratchpad/testcases/org/apache/poi/hpbf/TestHPBFDocument.java
src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt0And10.pub [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10.pub [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10And20And30.pub [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10And20And30And40.pub [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10Longer.pub [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt20.pub [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample.pub [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample.txt [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.pub [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.txt [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2000.pub [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.pub [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.txt [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.pub [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.txt [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample98.pub [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/SampleBrochure.pub [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/SampleNewsletter.pub [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/data/Simple.pub [deleted file]
src/scratchpad/testcases/org/apache/poi/hpbf/extractor/TextPublisherTextExtractor.java
src/scratchpad/testcases/org/apache/poi/hpbf/model/TestEscherParts.java
src/scratchpad/testcases/org/apache/poi/hpbf/model/TestQuillContents.java
src/scratchpad/testcases/org/apache/poi/hslf/TestEncryptedFile.java
src/scratchpad/testcases/org/apache/poi/hslf/TestReWrite.java
src/scratchpad/testcases/org/apache/poi/hslf/TestReWriteSanity.java
src/scratchpad/testcases/org/apache/poi/hslf/TestRecordCounts.java
src/scratchpad/testcases/org/apache/poi/hslf/data/38256.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/41071.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/41384.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/42474-1.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/42474-2.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/42485.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/42486.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/42520.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/43781.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/44296.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/44770.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/45537_Footer.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/45537_Header.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/45541_Footer.pptx [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/45541_Header.pptx [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/45543.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/45545_Comment.pptx [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/47261.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/PPT95.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/ParagraphStylesShorterThanCharStyles.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/Password_Protected-56-hello.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/Password_Protected-hello.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/Password_Protected-np-hello.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/PictureLengthZero.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/PictureTypeZero.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.pptx [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.txt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/Single_Coloured_Page.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/Single_Coloured_Page_With_Fonts_and_Alignments.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/WithComments.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/WithLinks.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/WithMacros.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/alterman_security.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/backgrounds.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/basic_test_ppt_file.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/bug-41015.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/bullets.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/clock.jpg [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/cow.pict [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/empty.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/empty_textbox.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/headers_footers.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/headers_footers_2007.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/iisd_report.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/incorrect_slide_order.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/missing_core_records.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/next_test_ppt_file.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/ole2-embedding-2003.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/painting.png [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/pictures.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/ppt_with_png.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/ringin.wav [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/sample.pptx [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/santa.wmf [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/sci_cec.dib [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/slide_master.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/sound.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/text-margins.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/text_shapes.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/tomcat.png [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/with_textbox.ppt [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/data/wrench.emf [deleted file]
src/scratchpad/testcases/org/apache/poi/hslf/extractor/TestCruddyExtractor.java
src/scratchpad/testcases/org/apache/poi/hslf/extractor/TestExtractor.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestBackground.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestHeadersFooters.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestHyperlink.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestMovieShape.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestOleEmbedding.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestPPGraphics2D.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestPicture.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestSetBoldItalic.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestShapes.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestSheet.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestSlideChangeNotes.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestSlideMaster.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestSlides.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestTextRun.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestTextRunReWrite.java
src/scratchpad/testcases/org/apache/poi/hslf/model/TestTextShape.java
src/scratchpad/testcases/org/apache/poi/hslf/record/TestCurrentUserAtom.java
src/scratchpad/testcases/org/apache/poi/hslf/record/TestDocument.java
src/scratchpad/testcases/org/apache/poi/hslf/record/TestExHyperlink.java
src/scratchpad/testcases/org/apache/poi/hslf/record/TestExObjList.java
src/scratchpad/testcases/org/apache/poi/hslf/record/TestRecordContainer.java
src/scratchpad/testcases/org/apache/poi/hslf/record/TestSound.java
src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestAddingSlides.java
src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestBugs.java
src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestCounts.java
src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestMostRecentRecords.java
src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestNotesText.java
src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestPictures.java
src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestReOrderingSlides.java
src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestRecordSetup.java
src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestRichTextRun.java
src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestSheetText.java
src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestSlideOrdering.java
src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestSoundData.java
src/scratchpad/testcases/org/apache/poi/hsmf/data/attachment_test_msg.msg [deleted file]
src/scratchpad/testcases/org/apache/poi/hsmf/data/blank.msg [deleted file]
src/scratchpad/testcases/org/apache/poi/hsmf/data/outlook_30_msg.msg [deleted file]
src/scratchpad/testcases/org/apache/poi/hsmf/data/simple_test_msg.msg [deleted file]
src/scratchpad/testcases/org/apache/poi/hsmf/model/TestBlankFileRead.java
src/scratchpad/testcases/org/apache/poi/hsmf/model/TestFileWithAttachmentsRead.java
src/scratchpad/testcases/org/apache/poi/hsmf/model/TestOutlook30FileRead.java
src/scratchpad/testcases/org/apache/poi/hsmf/model/TestSimpleFileRead.java
src/scratchpad/testcases/org/apache/poi/hwpf/HWPFDocFixture.java
src/scratchpad/testcases/org/apache/poi/hwpf/HWPFTestDataSamples.java
src/scratchpad/testcases/org/apache/poi/hwpf/TestHWPFPictures.java
src/scratchpad/testcases/org/apache/poi/hwpf/data/AIOOB-Tap.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug28627.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug44292.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug44603.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug46610_1.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug46610_2.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug46610_3.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/DiffFirstPageHeadFoot.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/DiffFirstPageHeadFoot.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/FancyFoot.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/FancyFoot.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/HeaderFooterUnicode.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/HeaderFooterUnicode.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/HeaderWithMacros.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/IllustrativeCases.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/ListEntryNoListTable.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/NoHeadFoot.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/NoHeadFoot.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/PageSpecificHeadFoot.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/PageSpecificHeadFoot.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/PasswordProtected.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/ProblemExtracting.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.txt [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/SimpleHeadThreeColFoot.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/SimpleHeadThreeColFoot.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/TestDocument.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColFoot.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColFoot.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHead.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHead.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHeadFoot.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHeadFoot.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/WithArtShapes.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/delins.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/documentProperties.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/emf_2003_image.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/endnotes.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/footnote.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/footnotes.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/form_footnotes.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/headerFooter.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/sample.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/saved-by-table.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/simple_image.jpg [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/simple_image.png [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/table_footnotes.docx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/test.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/test.dotx [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/test2.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/testPictures.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/testRangeDelete.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/testRangeInsertion.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/testRangeReplacement.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/two_images.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/vector_image.doc [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/data/vector_image.emf [deleted file]
src/scratchpad/testcases/org/apache/poi/hwpf/extractor/TestWordExtractor.java
src/scratchpad/testcases/org/apache/poi/hwpf/extractor/TestWordExtractorBugs.java
src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestPictures.java
src/testcases/org/apache/poi/POIDataSamples.java
src/testcases/org/apache/poi/ddf/TestEscherBlipRecord.java
src/testcases/org/apache/poi/ddf/TestEscherContainerRecord.java
src/testcases/org/apache/poi/ddf/data/47143.dat [deleted file]
src/testcases/org/apache/poi/ddf/data/Container.dat [deleted file]
src/testcases/org/apache/poi/hpsf/basic/AllDataFilesTester.java
src/testcases/org/apache/poi/hpsf/basic/TestBasic.java
src/testcases/org/apache/poi/hpsf/basic/TestEmptyProperties.java
src/testcases/org/apache/poi/hpsf/basic/TestReadAllFiles.java
src/testcases/org/apache/poi/hpsf/basic/TestUnicode.java
src/testcases/org/apache/poi/hpsf/basic/TestWrite.java
src/testcases/org/apache/poi/hpsf/basic/TestWriteWellKnown.java
src/testcases/org/apache/poi/hpsf/data/Test0313rur.adm [deleted file]
src/testcases/org/apache/poi/hpsf/data/TestBug44375.xls [deleted file]
src/testcases/org/apache/poi/hpsf/data/TestChineseProperties.doc [deleted file]
src/testcases/org/apache/poi/hpsf/data/TestCorel.shw [deleted file]
src/testcases/org/apache/poi/hpsf/data/TestEditTime.doc [deleted file]
src/testcases/org/apache/poi/hpsf/data/TestGermanWord90.doc [deleted file]
src/testcases/org/apache/poi/hpsf/data/TestMickey.doc [deleted file]
src/testcases/org/apache/poi/hpsf/data/TestRobert_Flaherty.doc [deleted file]
src/testcases/org/apache/poi/hpsf/data/TestSectionDictionary.doc [deleted file]
src/testcases/org/apache/poi/hpsf/data/TestShiftJIS.doc [deleted file]
src/testcases/org/apache/poi/hpsf/data/TestSolidWorks.sldprt [deleted file]
src/testcases/org/apache/poi/hpsf/data/TestUnicode.xls [deleted file]
src/testcases/org/apache/poi/hpsf/data/TestWriteWellKnown.doc [deleted file]
src/testcases/org/apache/poi/hpsf/data/Test_Humor-Generation.ppt [deleted file]
src/testcases/org/apache/poi/hpsf/extractor/TestHPSFPropertiesExtractor.java
src/testcases/org/apache/poi/hslf/data/basic_test_ppt_file.ppt [deleted file]
src/testcases/org/apache/poi/hssf/HSSFITestDataProvider.java
src/testcases/org/apache/poi/hssf/HSSFTestDataSamples.java
src/testcases/org/apache/poi/hssf/data/12561-1.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/12561-2.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/12843-1.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/12843-2.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/13224.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/13796.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/14330-1.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/14330-2.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/14460.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/15228.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/15375.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/15556.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/15573.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/1900DateWindowing.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/1904DateWindowing.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/19599-1.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/19599-2.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/22742.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/24207.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/24215.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/25183.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/25695.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/26100.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/27272_1.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/27272_2.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/27349-vlookupAcrossSheets.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/27364.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/27394.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/27852.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/27933.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/28772.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/28774.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/29675.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/29942.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/29982.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/30070.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/30540.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/30978-alt.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/30978-deleted.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/31661.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/31749.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/31979.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/32822.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/33082.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/34775.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/35564.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/35565.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/36947.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/37376.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/37630.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/37684-1.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/37684-2.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/37684.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/39234.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/39512.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/39634.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/3dFormulas.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/40285.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/41139.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/41546.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/42464-ExpPtg-bad.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/42464-ExpPtg-ok.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/42726.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/42844.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/43251.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/43493.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/43623.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/43902.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/44010-SingleChart.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/44010-TwoCharts.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/44167.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/44200.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/44201.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/44235.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/44297.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/44593.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/44636.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/44643.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/44693.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/44840.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/44861.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/44891.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/44958.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/45290.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/45322.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/45365-2.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/45365.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/45430.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/45431.xlsm [deleted file]
src/testcases/org/apache/poi/hssf/data/45492.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/45538_classic_Footer.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/45538_classic_Header.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/45538_form_Footer.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/45538_form_Header.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/45540_classic_Footer.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/45540_classic_Header.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/45540_form_Footer.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/45540_form_Header.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/45544.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/45720.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/45761.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/45784.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/45829.png [deleted file]
src/testcases/org/apache/poi/hssf/data/46137.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/46445.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/46535.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/46536.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/46904.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/47026.xlsm [deleted file]
src/testcases/org/apache/poi/hssf/data/47034.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/47089.xlsm [deleted file]
src/testcases/org/apache/poi/hssf/data/47154.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/47504.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/47668.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/AbnormalSharedFormulaFlag.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/AreaErrPtg.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/AverageTaxRates.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/BigSSTRecord [deleted file]
src/testcases/org/apache/poi/hssf/data/BigSSTRecord2 [deleted file]
src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR1 [deleted file]
src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR2 [deleted file]
src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR3 [deleted file]
src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR4 [deleted file]
src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR5 [deleted file]
src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR6 [deleted file]
src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR7 [deleted file]
src/testcases/org/apache/poi/hssf/data/BigSSTRecordCR [deleted file]
src/testcases/org/apache/poi/hssf/data/Booleans.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/ColumnStyle1dp.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ColumnStyle1dpColoured.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ColumnStyleNone.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ContinueRecordProblem.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/CustomXMLMapping-singleattributenamespace.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/CustomXMLMappings-complex-type.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/CustomXMLMappings.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/CustomXmlMappings-inverse-order.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/DBCSHeader.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/DBCSSheetName.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/DateFormats.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/EmbeddedChartHeaderTest.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/Employee.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ErrPtg.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ForShifting.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ForShifting.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/Formatting.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/Formatting.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/FormulaEvalTestData.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/FormulaEvalTestData_Copy.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/HyperlinksOnManySheets.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/IfFormulaTest.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/IndexFunctionTestCaseData.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/IntersectionPtg.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/LookupFunctionsTestCaseData.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/MRExtraLines.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/MissingBits.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/NoGutsRecords.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/OddStyleRecord.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/PercentPtg.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/RangePtg.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ReadOnlyRecommended.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ReferencePtg.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SampleSS.txt [deleted file]
src/testcases/org/apache/poi/hssf/data/SampleSS.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/SharedFormulaTest.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SheetWithDrawing.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/Simple.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SimpleChart.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SimpleMultiCell.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SimpleMultiCell.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/SimpleWithAutofilter.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SimpleWithChoose.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SimpleWithColours.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SimpleWithComments.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SimpleWithDataFormat.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SimpleWithFormula.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SimpleWithImages-mac.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SimpleWithImages.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SimpleWithPageBreaks.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SimpleWithPrintArea.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SimpleWithSkip.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SimpleWithStyling.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SingleLetterRanges.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/SquareMacro.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/StringContinueRecords.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/StringFormulas.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/Tables.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/TwoSheetsNoneHidden.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/TwoSheetsNoneHidden.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/TwoSheetsOneHidden.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/TwoSheetsOneHidden.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/UncalcedRecord.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/UnionPtg.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/WORKBOOK_in_capitals.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/WithChart.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/WithChart.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/WithCheckBoxes.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/WithDrawing.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/WithEmbeded.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/WithExtendedStyles.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/WithFormattedGraphTitle.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/WithHyperlink.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/WithMoreVariousData.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/WithThreeCharts.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/WithThreeCharts.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/WithTwoCharts.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/WithTwoCharts.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/WithTwoHyperLinks.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/WithVariousData.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/WrongFormulaRecordType.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/blankworkbook.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/bug_42794.mdb [deleted file]
src/testcases/org/apache/poi/hssf/data/bug_42794.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/colwidth.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/comments.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/comments.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/countifExamples.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/duprich1.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/duprich2.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/dvEmpty.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/evencontinuation.txt [deleted file]
src/testcases/org/apache/poi/hssf/data/ex41187-19267.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ex42564-21435.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ex42564-21503.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ex42564-elementOrder.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ex42570-20305.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ex44921-21902.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ex45046-21984.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ex45582-22397.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ex45672.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ex45698-22488.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ex45978-extraLinkTableSheets.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ex46548-23133.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/extendedtextstrings.txt [deleted file]
src/testcases/org/apache/poi/hssf/data/externalFunctionExample.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/logoKarmokar4.png [deleted file]
src/testcases/org/apache/poi/hssf/data/missingFuncs44675.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/multibookFormulaA.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/multibookFormulaB.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/namedinput.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/noHeaderFooter47244.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/ole2-embedding.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/overlapSharedFormula.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/password.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/reordered_sheets.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/richtextdata.txt [deleted file]
src/testcases/org/apache/poi/hssf/data/rk.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/sample-beta.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/sample.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/shared_formulas.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/stringacross2continuations.txt [deleted file]
src/testcases/org/apache/poi/hssf/data/sumifformula.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/templateExcelWithAutofilter.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/test.xltx [deleted file]
src/testcases/org/apache/poi/hssf/data/testArraysAndTables.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/testNames.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/testRRaC.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/testRVA.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/test_properties1 [deleted file]
src/testcases/org/apache/poi/hssf/data/unicodeNameRecord.xls [deleted file]
src/testcases/org/apache/poi/hssf/data/xlsx-jdbc.xlsx [deleted file]
src/testcases/org/apache/poi/hssf/data/yearfracExamples.xls [deleted file]
src/testcases/org/apache/poi/hssf/extractor/TestExcelExtractor.java
src/testcases/org/apache/poi/hwpf/data/test2.doc [deleted file]
src/testcases/org/apache/poi/poifs/data/ShortLastBlock.qwp [deleted file]
src/testcases/org/apache/poi/poifs/data/ShortLastBlock.wps [deleted file]
src/testcases/org/apache/poi/poifs/data/excel_with_embeded.xls [deleted file]
src/testcases/org/apache/poi/poifs/data/ppt_with_embeded.ppt [deleted file]
src/testcases/org/apache/poi/poifs/data/source-files/sample1.doc [deleted file]
src/testcases/org/apache/poi/poifs/data/source-files/sample1.ppt [deleted file]
src/testcases/org/apache/poi/poifs/data/source-files/sample1.xls [deleted file]
src/testcases/org/apache/poi/poifs/data/source-files/sample2.doc [deleted file]
src/testcases/org/apache/poi/poifs/data/source-files/sample2.ppt [deleted file]
src/testcases/org/apache/poi/poifs/data/source-files/sample2.xls [deleted file]
src/testcases/org/apache/poi/poifs/data/visio_with_embeded.xls [deleted file]
src/testcases/org/apache/poi/poifs/data/word_with_embeded.doc [deleted file]
src/testcases/org/apache/poi/poifs/filesystem/TestPOIFSFileSystem.java
test-data/ddf/47143.dat [new file with mode: 0755]
test-data/ddf/Container.dat [new file with mode: 0644]
test-data/diagram/44594-2.vsd [new file with mode: 0644]
test-data/diagram/44594.vsd [new file with mode: 0644]
test-data/diagram/NegativeChunkLength.vsd [new file with mode: 0644]
test-data/diagram/ShortChunk1.vsd [new file with mode: 0755]
test-data/diagram/ShortChunk2.vsd [new file with mode: 0755]
test-data/diagram/ShortChunk3.vsd [new file with mode: 0755]
test-data/diagram/Test_Visio-Some_Random_Text.vsd [new file with mode: 0644]
test-data/diagram/visio_with_embeded.vsd [new file with mode: 0644]
test-data/document/AIOOB-Tap.doc [new file with mode: 0644]
test-data/document/Bug28627.doc [new file with mode: 0644]
test-data/document/Bug44292.doc [new file with mode: 0644]
test-data/document/Bug44603.doc [new file with mode: 0644]
test-data/document/Bug46610_1.doc [new file with mode: 0755]
test-data/document/Bug46610_2.doc [new file with mode: 0755]
test-data/document/Bug46610_3.doc [new file with mode: 0755]
test-data/document/DiffFirstPageHeadFoot.doc [new file with mode: 0755]
test-data/document/DiffFirstPageHeadFoot.docx [new file with mode: 0755]
test-data/document/FancyFoot.doc [new file with mode: 0755]
test-data/document/FancyFoot.docx [new file with mode: 0755]
test-data/document/HeaderFooterUnicode.doc [new file with mode: 0755]
test-data/document/HeaderFooterUnicode.docx [new file with mode: 0755]
test-data/document/HeaderWithMacros.doc [new file with mode: 0644]
test-data/document/IllustrativeCases.docx [new file with mode: 0644]
test-data/document/ListEntryNoListTable.doc [new file with mode: 0644]
test-data/document/NoHeadFoot.doc [new file with mode: 0755]
test-data/document/NoHeadFoot.docx [new file with mode: 0755]
test-data/document/PageSpecificHeadFoot.doc [new file with mode: 0755]
test-data/document/PageSpecificHeadFoot.docx [new file with mode: 0755]
test-data/document/PasswordProtected.doc [new file with mode: 0644]
test-data/document/ProblemExtracting.doc [new file with mode: 0644]
test-data/document/SampleDoc.doc [new file with mode: 0755]
test-data/document/SampleDoc.docx [new file with mode: 0755]
test-data/document/SampleDoc.txt [new file with mode: 0644]
test-data/document/SimpleHeadThreeColFoot.doc [new file with mode: 0755]
test-data/document/SimpleHeadThreeColFoot.docx [new file with mode: 0755]
test-data/document/TestDocument.docx [new file with mode: 0755]
test-data/document/ThreeColFoot.doc [new file with mode: 0755]
test-data/document/ThreeColFoot.docx [new file with mode: 0755]
test-data/document/ThreeColHead.doc [new file with mode: 0755]
test-data/document/ThreeColHead.docx [new file with mode: 0755]
test-data/document/ThreeColHeadFoot.doc [new file with mode: 0755]
test-data/document/ThreeColHeadFoot.docx [new file with mode: 0755]
test-data/document/WithArtShapes.doc [new file with mode: 0644]
test-data/document/WordWithAttachments.docx [new file with mode: 0644]
test-data/document/delins.docx [new file with mode: 0755]
test-data/document/documentProperties.docx [new file with mode: 0644]
test-data/document/emf_2003_image.doc [new file with mode: 0644]
test-data/document/empty.doc [new file with mode: 0644]
test-data/document/endnotes.docx [new file with mode: 0755]
test-data/document/footnote.doc [new file with mode: 0755]
test-data/document/footnotes.docx [new file with mode: 0755]
test-data/document/form_footnotes.docx [new file with mode: 0755]
test-data/document/headerFooter.docx [new file with mode: 0644]
test-data/document/sample.docx [new file with mode: 0644]
test-data/document/saved-by-table.doc [new file with mode: 0644]
test-data/document/simple-list.doc [new file with mode: 0644]
test-data/document/simple-table.doc [new file with mode: 0644]
test-data/document/simple.doc [new file with mode: 0644]
test-data/document/simple_image.jpg [new file with mode: 0644]
test-data/document/simple_image.png [new file with mode: 0644]
test-data/document/table_footnotes.docx [new file with mode: 0755]
test-data/document/test.doc [new file with mode: 0644]
test-data/document/test.dotx [new file with mode: 0755]
test-data/document/test2.doc [new file with mode: 0755]
test-data/document/testPictures.doc [new file with mode: 0644]
test-data/document/testRangeDelete.doc [new file with mode: 0644]
test-data/document/testRangeInsertion.doc [new file with mode: 0644]
test-data/document/testRangeReplacement.doc [new file with mode: 0644]
test-data/document/two_images.doc [new file with mode: 0755]
test-data/document/vector_image.doc [new file with mode: 0644]
test-data/document/vector_image.emf [new file with mode: 0644]
test-data/document/word_with_embeded.doc [new file with mode: 0644]
test-data/hpsf/Test0313rur.adm [new file with mode: 0644]
test-data/hpsf/TestBug44375.xls [new file with mode: 0644]
test-data/hpsf/TestChineseProperties.doc [new file with mode: 0644]
test-data/hpsf/TestCorel.shw [new file with mode: 0644]
test-data/hpsf/TestEditTime.doc [new file with mode: 0644]
test-data/hpsf/TestGermanWord90.doc [new file with mode: 0644]
test-data/hpsf/TestMickey.doc [new file with mode: 0644]
test-data/hpsf/TestRobert_Flaherty.doc [new file with mode: 0644]
test-data/hpsf/TestSectionDictionary.doc [new file with mode: 0644]
test-data/hpsf/TestShiftJIS.doc [new file with mode: 0644]
test-data/hpsf/TestSolidWorks.sldprt [new file with mode: 0644]
test-data/hpsf/TestUnicode.xls [new file with mode: 0644]
test-data/hpsf/TestWriteWellKnown.doc [new file with mode: 0644]
test-data/hpsf/Test_Humor-Generation.ppt [new file with mode: 0644]
test-data/hsmf/attachment_test_msg.msg [new file with mode: 0644]
test-data/hsmf/blank.msg [new file with mode: 0644]
test-data/hsmf/outlook_30_msg.msg [new file with mode: 0644]
test-data/hsmf/simple_test_msg.msg [new file with mode: 0644]
test-data/openxml4j/ExcelWithHyperlinks.xlsx [new file with mode: 0755]
test-data/openxml4j/OPCCompliance_CoreProperties_DCTermsNamespaceLimitedUseFAIL.docx [new file with mode: 0755]
test-data/openxml4j/OPCCompliance_CoreProperties_DoNotUseCompatibilityMarkupFAIL.docx [new file with mode: 0755]
test-data/openxml4j/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_NotPresentFAIL.docx [new file with mode: 0755]
test-data/openxml4j/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_PresentWithUnauthorizedValueFAIL.docx [new file with mode: 0755]
test-data/openxml4j/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPart.docx [new file with mode: 0755]
test-data/openxml4j/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPartFAIL.docx [new file with mode: 0755]
test-data/openxml4j/OPCCompliance_CoreProperties_SUCCESS.docx [new file with mode: 0755]
test-data/openxml4j/OPCCompliance_CoreProperties_UnauthorizedXMLLangAttributeFAIL.docx [new file with mode: 0755]
test-data/openxml4j/OPCCompliance_DerivedPartNameFAIL.docx [new file with mode: 0755]
test-data/openxml4j/TestOpenPackageINPUT.docx [new file with mode: 0755]
test-data/openxml4j/TestPackageCommon.docx [new file with mode: 0755]
test-data/openxml4j/TestPackageCoreProperiesGetters.docx [new file with mode: 0755]
test-data/openxml4j/TestPackageCoreProperiesSetters.docx [new file with mode: 0755]
test-data/openxml4j/TestPackageThumbnail.docx [new file with mode: 0755]
test-data/openxml4j/sample.docx [new file with mode: 0755]
test-data/openxml4j/sample.xlsx [new file with mode: 0755]
test-data/openxml4j/thumbnail.jpg [new file with mode: 0755]
test-data/poifs/ShortLastBlock.qwp [new file with mode: 0644]
test-data/poifs/ShortLastBlock.wps [new file with mode: 0644]
test-data/publisher/LinkAt0And10.pub [new file with mode: 0755]
test-data/publisher/LinkAt10.pub [new file with mode: 0755]
test-data/publisher/LinkAt10And20And30.pub [new file with mode: 0755]
test-data/publisher/LinkAt10And20And30And40.pub [new file with mode: 0755]
test-data/publisher/LinkAt10Longer.pub [new file with mode: 0755]
test-data/publisher/LinkAt20.pub [new file with mode: 0755]
test-data/publisher/Sample.pub [new file with mode: 0755]
test-data/publisher/Sample.txt [new file with mode: 0644]
test-data/publisher/Sample2.pub [new file with mode: 0755]
test-data/publisher/Sample2.txt [new file with mode: 0644]
test-data/publisher/Sample2000.pub [new file with mode: 0755]
test-data/publisher/Sample3.pub [new file with mode: 0755]
test-data/publisher/Sample3.txt [new file with mode: 0644]
test-data/publisher/Sample4.pub [new file with mode: 0755]
test-data/publisher/Sample4.txt [new file with mode: 0644]
test-data/publisher/Sample98.pub [new file with mode: 0755]
test-data/publisher/SampleBrochure.pub [new file with mode: 0644]
test-data/publisher/SampleNewsletter.pub [new file with mode: 0644]
test-data/publisher/Simple.pub [new file with mode: 0755]
test-data/slideshow/38256.ppt [new file with mode: 0644]
test-data/slideshow/41071.ppt [new file with mode: 0755]
test-data/slideshow/41384.ppt [new file with mode: 0644]
test-data/slideshow/42474-1.ppt [new file with mode: 0644]
test-data/slideshow/42474-2.ppt [new file with mode: 0644]
test-data/slideshow/42485.ppt [new file with mode: 0644]
test-data/slideshow/42486.ppt [new file with mode: 0644]
test-data/slideshow/42520.ppt [new file with mode: 0644]
test-data/slideshow/43781.ppt [new file with mode: 0755]
test-data/slideshow/44296.ppt [new file with mode: 0755]
test-data/slideshow/44770.ppt [new file with mode: 0755]
test-data/slideshow/45537_Footer.ppt [new file with mode: 0644]
test-data/slideshow/45537_Header.ppt [new file with mode: 0644]
test-data/slideshow/45541_Footer.pptx [new file with mode: 0644]
test-data/slideshow/45541_Header.pptx [new file with mode: 0644]
test-data/slideshow/45543.ppt [new file with mode: 0644]
test-data/slideshow/45545_Comment.pptx [new file with mode: 0644]
test-data/slideshow/47261.ppt [new file with mode: 0755]
test-data/slideshow/PPT95.ppt [new file with mode: 0644]
test-data/slideshow/PPTWithAttachments.pptm [new file with mode: 0644]
test-data/slideshow/ParagraphStylesShorterThanCharStyles.ppt [new file with mode: 0644]
test-data/slideshow/Password_Protected-56-hello.ppt [new file with mode: 0644]
test-data/slideshow/Password_Protected-hello.ppt [new file with mode: 0644]
test-data/slideshow/Password_Protected-np-hello.ppt [new file with mode: 0644]
test-data/slideshow/PictureLengthZero.ppt [new file with mode: 0644]
test-data/slideshow/PictureTypeZero.ppt [new file with mode: 0644]
test-data/slideshow/SampleShow.ppt [new file with mode: 0755]
test-data/slideshow/SampleShow.pptx [new file with mode: 0755]
test-data/slideshow/SampleShow.txt [new file with mode: 0644]
test-data/slideshow/Single_Coloured_Page.ppt [new file with mode: 0644]
test-data/slideshow/Single_Coloured_Page_With_Fonts_and_Alignments.ppt [new file with mode: 0644]
test-data/slideshow/WithComments.ppt [new file with mode: 0755]
test-data/slideshow/WithLinks.ppt [new file with mode: 0644]
test-data/slideshow/WithMacros.ppt [new file with mode: 0644]
test-data/slideshow/alterman_security.ppt [new file with mode: 0644]
test-data/slideshow/backgrounds.ppt [new file with mode: 0644]
test-data/slideshow/basic_test_ppt_file.ppt [new file with mode: 0644]
test-data/slideshow/bug-41015.ppt [new file with mode: 0644]
test-data/slideshow/bullets.ppt [new file with mode: 0644]
test-data/slideshow/clock.jpg [new file with mode: 0644]
test-data/slideshow/cow.pict [new file with mode: 0644]
test-data/slideshow/empty.ppt [new file with mode: 0644]
test-data/slideshow/empty_textbox.ppt [new file with mode: 0644]
test-data/slideshow/headers_footers.ppt [new file with mode: 0644]
test-data/slideshow/headers_footers_2007.ppt [new file with mode: 0644]
test-data/slideshow/iisd_report.ppt [new file with mode: 0644]
test-data/slideshow/incorrect_slide_order.ppt [new file with mode: 0644]
test-data/slideshow/missing_core_records.ppt [new file with mode: 0644]
test-data/slideshow/next_test_ppt_file.ppt [new file with mode: 0644]
test-data/slideshow/ole2-embedding-2003.ppt [new file with mode: 0644]
test-data/slideshow/painting.png [new file with mode: 0644]
test-data/slideshow/pictures.ppt [new file with mode: 0644]
test-data/slideshow/ppt_with_embeded.ppt [new file with mode: 0644]
test-data/slideshow/ppt_with_png.ppt [new file with mode: 0755]
test-data/slideshow/ringin.wav [new file with mode: 0755]
test-data/slideshow/sample.pptx [new file with mode: 0644]
test-data/slideshow/santa.wmf [new file with mode: 0644]
test-data/slideshow/sci_cec.dib [new file with mode: 0644]
test-data/slideshow/slide_master.ppt [new file with mode: 0644]
test-data/slideshow/sound.ppt [new file with mode: 0755]
test-data/slideshow/text-margins.ppt [new file with mode: 0755]
test-data/slideshow/text_shapes.ppt [new file with mode: 0755]
test-data/slideshow/tomcat.png [new file with mode: 0644]
test-data/slideshow/with_textbox.ppt [new file with mode: 0644]
test-data/slideshow/wrench.emf [new file with mode: 0644]
test-data/spreadsheet/12561-1.xls [new file with mode: 0755]
test-data/spreadsheet/12561-2.xls [new file with mode: 0755]
test-data/spreadsheet/12843-1.xls [new file with mode: 0644]
test-data/spreadsheet/12843-2.xls [new file with mode: 0644]
test-data/spreadsheet/13224.xls [new file with mode: 0755]
test-data/spreadsheet/13796.xls [new file with mode: 0644]
test-data/spreadsheet/14330-1.xls [new file with mode: 0644]
test-data/spreadsheet/14330-2.xls [new file with mode: 0644]
test-data/spreadsheet/14460.xls [new file with mode: 0644]
test-data/spreadsheet/15228.xls [new file with mode: 0644]
test-data/spreadsheet/15375.xls [new file with mode: 0644]
test-data/spreadsheet/15556.xls [new file with mode: 0644]
test-data/spreadsheet/15573.xls [new file with mode: 0644]
test-data/spreadsheet/1900DateWindowing.xls [new file with mode: 0644]
test-data/spreadsheet/1904DateWindowing.xls [new file with mode: 0644]
test-data/spreadsheet/19599-1.xls [new file with mode: 0644]
test-data/spreadsheet/19599-2.xls [new file with mode: 0644]
test-data/spreadsheet/22742.xls [new file with mode: 0644]
test-data/spreadsheet/24207.xls [new file with mode: 0755]
test-data/spreadsheet/24215.xls [new file with mode: 0644]
test-data/spreadsheet/25183.xls [new file with mode: 0644]
test-data/spreadsheet/25695.xls [new file with mode: 0644]
test-data/spreadsheet/26100.xls [new file with mode: 0644]
test-data/spreadsheet/27272_1.xls [new file with mode: 0644]
test-data/spreadsheet/27272_2.xls [new file with mode: 0644]
test-data/spreadsheet/27349-vlookupAcrossSheets.xls [new file with mode: 0755]
test-data/spreadsheet/27364.xls [new file with mode: 0755]
test-data/spreadsheet/27394.xls [new file with mode: 0755]
test-data/spreadsheet/27852.xls [new file with mode: 0644]
test-data/spreadsheet/27933.xls [new file with mode: 0644]
test-data/spreadsheet/28772.xls [new file with mode: 0644]
test-data/spreadsheet/28774.xls [new file with mode: 0755]
test-data/spreadsheet/29675.xls [new file with mode: 0644]
test-data/spreadsheet/29942.xls [new file with mode: 0644]
test-data/spreadsheet/29982.xls [new file with mode: 0644]
test-data/spreadsheet/30070.xls [new file with mode: 0755]
test-data/spreadsheet/30540.xls [new file with mode: 0644]
test-data/spreadsheet/30978-alt.xls [new file with mode: 0644]
test-data/spreadsheet/30978-deleted.xls [new file with mode: 0755]
test-data/spreadsheet/31661.xls [new file with mode: 0755]
test-data/spreadsheet/31749.xls [new file with mode: 0644]
test-data/spreadsheet/31979.xls [new file with mode: 0644]
test-data/spreadsheet/32822.xls [new file with mode: 0644]
test-data/spreadsheet/33082.xls [new file with mode: 0644]
test-data/spreadsheet/34775.xls [new file with mode: 0644]
test-data/spreadsheet/35564.xls [new file with mode: 0644]
test-data/spreadsheet/35565.xls [new file with mode: 0644]
test-data/spreadsheet/36947.xls [new file with mode: 0755]
test-data/spreadsheet/37376.xls [new file with mode: 0644]
test-data/spreadsheet/37630.xls [new file with mode: 0644]
test-data/spreadsheet/37684-1.xls [new file with mode: 0755]
test-data/spreadsheet/37684-2.xls [new file with mode: 0755]
test-data/spreadsheet/37684.xls [new file with mode: 0644]
test-data/spreadsheet/39234.xls [new file with mode: 0644]
test-data/spreadsheet/39512.xls [new file with mode: 0644]
test-data/spreadsheet/39634.xls [new file with mode: 0755]
test-data/spreadsheet/3dFormulas.xls [new file with mode: 0644]
test-data/spreadsheet/40285.xls [new file with mode: 0644]
test-data/spreadsheet/41139.xls [new file with mode: 0644]
test-data/spreadsheet/41546.xls [new file with mode: 0644]
test-data/spreadsheet/42464-ExpPtg-bad.xls [new file with mode: 0644]
test-data/spreadsheet/42464-ExpPtg-ok.xls [new file with mode: 0644]
test-data/spreadsheet/42726.xls [new file with mode: 0755]
test-data/spreadsheet/42844.xls [new file with mode: 0644]
test-data/spreadsheet/43251.xls [new file with mode: 0644]
test-data/spreadsheet/43493.xls [new file with mode: 0644]
test-data/spreadsheet/43623.xls [new file with mode: 0644]
test-data/spreadsheet/43902.xls [new file with mode: 0644]
test-data/spreadsheet/44010-SingleChart.xls [new file with mode: 0644]
test-data/spreadsheet/44010-TwoCharts.xls [new file with mode: 0644]
test-data/spreadsheet/44167.xls [new file with mode: 0755]
test-data/spreadsheet/44200.xls [new file with mode: 0755]
test-data/spreadsheet/44201.xls [new file with mode: 0644]
test-data/spreadsheet/44235.xls [new file with mode: 0755]
test-data/spreadsheet/44297.xls [new file with mode: 0755]
test-data/spreadsheet/44593.xls [new file with mode: 0644]
test-data/spreadsheet/44636.xls [new file with mode: 0644]
test-data/spreadsheet/44643.xls [new file with mode: 0644]
test-data/spreadsheet/44693.xls [new file with mode: 0644]
test-data/spreadsheet/44840.xls [new file with mode: 0644]
test-data/spreadsheet/44861.xls [new file with mode: 0644]
test-data/spreadsheet/44891.xls [new file with mode: 0644]
test-data/spreadsheet/44958.xls [new file with mode: 0644]
test-data/spreadsheet/45290.xls [new file with mode: 0644]
test-data/spreadsheet/45322.xls [new file with mode: 0644]
test-data/spreadsheet/45365-2.xls [new file with mode: 0644]
test-data/spreadsheet/45365.xls [new file with mode: 0644]
test-data/spreadsheet/45430.xlsx [new file with mode: 0644]
test-data/spreadsheet/45431.xlsm [new file with mode: 0644]
test-data/spreadsheet/45492.xls [new file with mode: 0644]
test-data/spreadsheet/45538_classic_Footer.xls [new file with mode: 0644]
test-data/spreadsheet/45538_classic_Header.xls [new file with mode: 0644]
test-data/spreadsheet/45538_form_Footer.xls [new file with mode: 0644]
test-data/spreadsheet/45538_form_Header.xls [new file with mode: 0644]
test-data/spreadsheet/45540_classic_Footer.xlsx [new file with mode: 0644]
test-data/spreadsheet/45540_classic_Header.xlsx [new file with mode: 0644]
test-data/spreadsheet/45540_form_Footer.xlsx [new file with mode: 0644]
test-data/spreadsheet/45540_form_Header.xlsx [new file with mode: 0644]
test-data/spreadsheet/45544.xlsx [new file with mode: 0644]
test-data/spreadsheet/45720.xls [new file with mode: 0755]
test-data/spreadsheet/45761.xls [new file with mode: 0644]
test-data/spreadsheet/45784.xls [new file with mode: 0644]
test-data/spreadsheet/45829.png [new file with mode: 0755]
test-data/spreadsheet/46137.xls [new file with mode: 0644]
test-data/spreadsheet/46445.xls [new file with mode: 0755]
test-data/spreadsheet/46535.xlsx [new file with mode: 0755]
test-data/spreadsheet/46536.xlsx [new file with mode: 0755]
test-data/spreadsheet/46904.xls [new file with mode: 0644]
test-data/spreadsheet/47026.xlsm [new file with mode: 0755]
test-data/spreadsheet/47034.xls [new file with mode: 0644]
test-data/spreadsheet/47089.xlsm [new file with mode: 0755]
test-data/spreadsheet/47154.xls [new file with mode: 0644]
test-data/spreadsheet/47504.xlsx [new file with mode: 0755]
test-data/spreadsheet/47668.xlsx [new file with mode: 0755]
test-data/spreadsheet/AbnormalSharedFormulaFlag.xls [new file with mode: 0755]
test-data/spreadsheet/AreaErrPtg.xls [new file with mode: 0644]
test-data/spreadsheet/AverageTaxRates.xlsx [new file with mode: 0644]
test-data/spreadsheet/BigSSTRecord [new file with mode: 0755]
test-data/spreadsheet/BigSSTRecord2 [new file with mode: 0755]
test-data/spreadsheet/BigSSTRecord2CR1 [new file with mode: 0755]
test-data/spreadsheet/BigSSTRecord2CR2 [new file with mode: 0755]
test-data/spreadsheet/BigSSTRecord2CR3 [new file with mode: 0755]
test-data/spreadsheet/BigSSTRecord2CR4 [new file with mode: 0755]
test-data/spreadsheet/BigSSTRecord2CR5 [new file with mode: 0755]
test-data/spreadsheet/BigSSTRecord2CR6 [new file with mode: 0755]
test-data/spreadsheet/BigSSTRecord2CR7 [new file with mode: 0755]
test-data/spreadsheet/BigSSTRecordCR [new file with mode: 0755]
test-data/spreadsheet/Booleans.xlsx [new file with mode: 0755]
test-data/spreadsheet/ColumnStyle1dp.xls [new file with mode: 0755]
test-data/spreadsheet/ColumnStyle1dpColoured.xls [new file with mode: 0755]
test-data/spreadsheet/ColumnStyleNone.xls [new file with mode: 0755]
test-data/spreadsheet/ContinueRecordProblem.xls [new file with mode: 0644]
test-data/spreadsheet/CustomXMLMapping-singleattributenamespace.xlsx [new file with mode: 0644]
test-data/spreadsheet/CustomXMLMappings-complex-type.xlsx [new file with mode: 0755]
test-data/spreadsheet/CustomXMLMappings.xlsx [new file with mode: 0755]
test-data/spreadsheet/CustomXmlMappings-inverse-order.xlsx [new file with mode: 0755]
test-data/spreadsheet/DBCSHeader.xls [new file with mode: 0644]
test-data/spreadsheet/DBCSSheetName.xls [new file with mode: 0644]
test-data/spreadsheet/DateFormats.xls [new file with mode: 0644]
test-data/spreadsheet/EmbeddedChartHeaderTest.xls [new file with mode: 0644]
test-data/spreadsheet/Employee.xls [new file with mode: 0755]
test-data/spreadsheet/ErrPtg.xls [new file with mode: 0644]
test-data/spreadsheet/ExcelWithAttachments.xlsm [new file with mode: 0644]
test-data/spreadsheet/ForShifting.xls [new file with mode: 0755]
test-data/spreadsheet/ForShifting.xlsx [new file with mode: 0755]
test-data/spreadsheet/Formatting.xls [new file with mode: 0755]
test-data/spreadsheet/Formatting.xlsx [new file with mode: 0755]
test-data/spreadsheet/FormulaEvalTestData.xls [new file with mode: 0644]
test-data/spreadsheet/FormulaEvalTestData_Copy.xlsx [new file with mode: 0755]
test-data/spreadsheet/HyperlinksOnManySheets.xls [new file with mode: 0755]
test-data/spreadsheet/IfFormulaTest.xls [new file with mode: 0644]
test-data/spreadsheet/IndexFunctionTestCaseData.xls [new file with mode: 0644]
test-data/spreadsheet/IntersectionPtg.xls [new file with mode: 0644]
test-data/spreadsheet/LookupFunctionsTestCaseData.xls [new file with mode: 0755]
test-data/spreadsheet/MRExtraLines.xls [new file with mode: 0644]
test-data/spreadsheet/MissingBits.xls [new file with mode: 0644]
test-data/spreadsheet/NoGutsRecords.xls [new file with mode: 0644]
test-data/spreadsheet/OddStyleRecord.xls [new file with mode: 0644]
test-data/spreadsheet/PercentPtg.xls [new file with mode: 0644]
test-data/spreadsheet/RangePtg.xls [new file with mode: 0644]
test-data/spreadsheet/ReadOnlyRecommended.xls [new file with mode: 0644]
test-data/spreadsheet/ReferencePtg.xls [new file with mode: 0644]
test-data/spreadsheet/SampleSS.txt [new file with mode: 0644]
test-data/spreadsheet/SampleSS.xls [new file with mode: 0755]
test-data/spreadsheet/SampleSS.xlsx [new file with mode: 0755]
test-data/spreadsheet/SharedFormulaTest.xls [new file with mode: 0644]
test-data/spreadsheet/SheetWithDrawing.xls [new file with mode: 0644]
test-data/spreadsheet/Simple.xls [new file with mode: 0755]
test-data/spreadsheet/SimpleChart.xls [new file with mode: 0755]
test-data/spreadsheet/SimpleMultiCell.xls [new file with mode: 0644]
test-data/spreadsheet/SimpleMultiCell.xlsx [new file with mode: 0755]
test-data/spreadsheet/SimpleWithAutofilter.xls [new file with mode: 0644]
test-data/spreadsheet/SimpleWithChoose.xls [new file with mode: 0755]
test-data/spreadsheet/SimpleWithColours.xls [new file with mode: 0755]
test-data/spreadsheet/SimpleWithComments.xls [new file with mode: 0644]
test-data/spreadsheet/SimpleWithDataFormat.xls [new file with mode: 0644]
test-data/spreadsheet/SimpleWithFormula.xls [new file with mode: 0755]
test-data/spreadsheet/SimpleWithImages-mac.xls [new file with mode: 0644]
test-data/spreadsheet/SimpleWithImages.xls [new file with mode: 0644]
test-data/spreadsheet/SimpleWithPageBreaks.xls [new file with mode: 0644]
test-data/spreadsheet/SimpleWithPrintArea.xls [new file with mode: 0755]
test-data/spreadsheet/SimpleWithSkip.xls [new file with mode: 0755]
test-data/spreadsheet/SimpleWithStyling.xls [new file with mode: 0755]
test-data/spreadsheet/SingleLetterRanges.xls [new file with mode: 0644]
test-data/spreadsheet/SquareMacro.xls [new file with mode: 0644]
test-data/spreadsheet/StringContinueRecords.xls [new file with mode: 0644]
test-data/spreadsheet/StringFormulas.xls [new file with mode: 0644]
test-data/spreadsheet/Tables.xlsx [new file with mode: 0644]
test-data/spreadsheet/TwoSheetsNoneHidden.xls [new file with mode: 0644]
test-data/spreadsheet/TwoSheetsNoneHidden.xlsx [new file with mode: 0755]
test-data/spreadsheet/TwoSheetsOneHidden.xls [new file with mode: 0644]
test-data/spreadsheet/TwoSheetsOneHidden.xlsx [new file with mode: 0755]
test-data/spreadsheet/UncalcedRecord.xls [new file with mode: 0644]
test-data/spreadsheet/UnionPtg.xls [new file with mode: 0644]
test-data/spreadsheet/WORKBOOK_in_capitals.xls [new file with mode: 0644]
test-data/spreadsheet/WithChart.xls [new file with mode: 0755]
test-data/spreadsheet/WithChart.xlsx [new file with mode: 0755]
test-data/spreadsheet/WithCheckBoxes.xls [new file with mode: 0644]
test-data/spreadsheet/WithDrawing.xlsx [new file with mode: 0755]
test-data/spreadsheet/WithEmbeded.xlsx [new file with mode: 0755]
test-data/spreadsheet/WithExtendedStyles.xls [new file with mode: 0644]
test-data/spreadsheet/WithFormattedGraphTitle.xls [new file with mode: 0644]
test-data/spreadsheet/WithHyperlink.xls [new file with mode: 0644]
test-data/spreadsheet/WithMoreVariousData.xlsx [new file with mode: 0644]
test-data/spreadsheet/WithThreeCharts.xls [new file with mode: 0755]
test-data/spreadsheet/WithThreeCharts.xlsx [new file with mode: 0755]
test-data/spreadsheet/WithTwoCharts.xls [new file with mode: 0755]
test-data/spreadsheet/WithTwoCharts.xlsx [new file with mode: 0755]
test-data/spreadsheet/WithTwoHyperLinks.xls [new file with mode: 0644]
test-data/spreadsheet/WithVariousData.xlsx [new file with mode: 0644]
test-data/spreadsheet/WrongFormulaRecordType.xls [new file with mode: 0644]
test-data/spreadsheet/blankworkbook.xls [new file with mode: 0644]
test-data/spreadsheet/bug_42794.mdb [new file with mode: 0644]
test-data/spreadsheet/bug_42794.xls [new file with mode: 0644]
test-data/spreadsheet/colwidth.xls [new file with mode: 0755]
test-data/spreadsheet/comments.xls [new file with mode: 0644]
test-data/spreadsheet/comments.xlsx [new file with mode: 0755]
test-data/spreadsheet/countifExamples.xls [new file with mode: 0644]
test-data/spreadsheet/duprich1.xls [new file with mode: 0644]
test-data/spreadsheet/duprich2.xls [new file with mode: 0644]
test-data/spreadsheet/dvEmpty.xls [new file with mode: 0644]
test-data/spreadsheet/evencontinuation.txt [new file with mode: 0644]
test-data/spreadsheet/ex41187-19267.xls [new file with mode: 0644]
test-data/spreadsheet/ex42564-21435.xls [new file with mode: 0644]
test-data/spreadsheet/ex42564-21503.xls [new file with mode: 0644]
test-data/spreadsheet/ex42564-elementOrder.xls [new file with mode: 0644]
test-data/spreadsheet/ex42570-20305.xls [new file with mode: 0644]
test-data/spreadsheet/ex44921-21902.xls [new file with mode: 0644]
test-data/spreadsheet/ex45046-21984.xls [new file with mode: 0644]
test-data/spreadsheet/ex45582-22397.xls [new file with mode: 0644]
test-data/spreadsheet/ex45672.xls [new file with mode: 0644]
test-data/spreadsheet/ex45698-22488.xls [new file with mode: 0644]
test-data/spreadsheet/ex45978-extraLinkTableSheets.xls [new file with mode: 0644]
test-data/spreadsheet/ex46548-23133.xls [new file with mode: 0644]
test-data/spreadsheet/excel_with_embeded.xls [new file with mode: 0644]
test-data/spreadsheet/extendedtextstrings.txt [new file with mode: 0644]
test-data/spreadsheet/externalFunctionExample.xls [new file with mode: 0755]
test-data/spreadsheet/logoKarmokar4.png [new file with mode: 0755]
test-data/spreadsheet/missingFuncs44675.xls [new file with mode: 0644]
test-data/spreadsheet/multibookFormulaA.xls [new file with mode: 0644]
test-data/spreadsheet/multibookFormulaB.xls [new file with mode: 0644]
test-data/spreadsheet/namedinput.xls [new file with mode: 0755]
test-data/spreadsheet/noHeaderFooter47244.xls [new file with mode: 0644]
test-data/spreadsheet/ole2-embedding.xls [new file with mode: 0644]
test-data/spreadsheet/overlapSharedFormula.xls [new file with mode: 0644]
test-data/spreadsheet/password.xls [new file with mode: 0755]
test-data/spreadsheet/picture.xlsx [new file with mode: 0644]
test-data/spreadsheet/reordered_sheets.xlsx [new file with mode: 0755]
test-data/spreadsheet/richtextdata.txt [new file with mode: 0644]
test-data/spreadsheet/rk.xls [new file with mode: 0755]
test-data/spreadsheet/sample-beta.xlsx [new file with mode: 0644]
test-data/spreadsheet/sample.xlsx [new file with mode: 0644]
test-data/spreadsheet/shared_formulas.xlsx [new file with mode: 0755]
test-data/spreadsheet/stringacross2continuations.txt [new file with mode: 0644]
test-data/spreadsheet/styles.xlsx [new file with mode: 0644]
test-data/spreadsheet/sumifformula.xls [new file with mode: 0755]
test-data/spreadsheet/templateExcelWithAutofilter.xls [new file with mode: 0644]
test-data/spreadsheet/test.xltx [new file with mode: 0755]
test-data/spreadsheet/testArraysAndTables.xls [new file with mode: 0644]
test-data/spreadsheet/testNames.xls [new file with mode: 0644]
test-data/spreadsheet/testRRaC.xls [new file with mode: 0644]
test-data/spreadsheet/testRVA.xls [new file with mode: 0644]
test-data/spreadsheet/test_properties1 [new file with mode: 0755]
test-data/spreadsheet/unicodeNameRecord.xls [new file with mode: 0644]
test-data/spreadsheet/xlsx-jdbc.xlsx [new file with mode: 0755]
test-data/spreadsheet/yearfracExamples.xls [new file with mode: 0644]

index 1bc0579ab221eb71e1248c92832bc533d1dc7c9b..49a9d901e0ca38daad90c98ad5886f43dbd403b1 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -76,6 +76,7 @@ under the License.
   <property name="main.lib" location="lib"/>
   <property name="ooxml.lib" location="ooxml-lib"/>
   <property name="main.reports.test" location="build/test-results"/>
+  <property name="poi.test.dir" location="test-data"/>
 
   <property name="main.commons-logging.jar" location="${main.lib}/commons-logging-1.1.jar"/>
   <property name="main.commons-logging.url" value="${repository.m2}/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar"/>
@@ -566,12 +567,7 @@ under the License.
       <classpath refid="test.classpath"/>
       <sysproperty key="user.language" value="en"/> 
       <sysproperty key="user.country" value="US"/> 
-      <sysproperty key="HSSF.testdata.path" file="${main.src.test}/org/apache/poi/hssf/data"/> 
-      <sysproperty key="HSLF.testdata.path" file="${main.src.test}/org/apache/poi/hslf/data"/> 
-      <sysproperty key="HWPF.testdata.path" file="${main.src.test}/org/apache/poi/hwpf/data"/> 
-      <sysproperty key="HPSF.testdata.path" file="${main.src.test}/org/apache/poi/hpsf/data"/> 
-      <sysproperty key="POIFS.testdata.path" file="${main.src.test}/org/apache/poi/poifs/data"/> 
-      <sysproperty key="DDF.testdata.path" file="${main.src.test}/org/apache/poi/ddf/data"/> 
+      <sysproperty key="POI.testdata.path" file="${poi.test.dir}"/> 
       <sysproperty key="java.awt.headless" value="true"/>
       <formatter type="plain"/>
       <formatter type="xml"/>
@@ -602,10 +598,7 @@ under the License.
       </classpath>
       <sysproperty key="user.language" value="en"/> 
       <sysproperty key="user.country" value="US"/> 
-      <sysproperty key="HSSF.testdata.path" file="${main.src.test}/org/apache/poi/hssf/data"/>
-      <sysproperty key="HPSF.testdata.path" file="${main.src.test}/org/apache/poi/hpsf/data"/>
-      <sysproperty key="HWPF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/>
-      <sysproperty key="POIFS.testdata.path" file="${main.src.test}/org/apache/poi/poifs/data"/> 
+      <sysproperty key="POI.testdata.path" file="${poi.test.dir}"/> 
       <sysproperty key="java.awt.headless" value="true"/>
       <formatter type="plain" usefile="no"/>
       <batchtest todir="${main.reports.test}">
@@ -631,16 +624,8 @@ under the License.
             </classpath>
             <sysproperty key="user.language" value="en"/> 
             <sysproperty key="user.country" value="US"/> 
-            <sysproperty key="HSSF.testdata.path" file="${main.src.test}/org/apache/poi/hssf/data"/>
-            <sysproperty key="HPSF.testdata.path" file="${main.src.test}/org/apache/poi/hpsf/data"/>
-            <sysproperty key="HSLF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hslf/data"/>
-            <sysproperty key="HWPF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/>
-            <sysproperty key="HSMF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hsmf/data"/>
-            <sysproperty key="HDGF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hdgf/data"/>
-            <sysproperty key="HPBF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hpbf/data"/>
-            <sysproperty key="POIFS.testdata.path" file="${main.src.test}/org/apache/poi/poifs/data"/> 
-            <sysproperty key="OOXML.testdata.path" file="${ooxml.src.test}/org/apache/poi/ooxml/data"/> 
-                <sysproperty key="java.awt.headless" value="true"/>
+            <sysproperty key="POI.testdata.path" file="${poi.test.dir}"/> 
+            <sysproperty key="java.awt.headless" value="true"/>
             <formatter type="plain" usefile="no"/>
             <formatter type="xml"/>
             <test name="${testcase}"/>
@@ -675,15 +660,7 @@ under the License.
             </classpath>
             <sysproperty key="user.language" value="en"/> 
             <sysproperty key="user.country" value="US"/> 
-            <sysproperty key="HSSF.testdata.path" file="${main.src.test}/org/apache/poi/hssf/data"/>
-            <sysproperty key="HPSF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hpsf/data"/>
-            <sysproperty key="HDF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hdf/data"/>
-            <sysproperty key="HWPF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/>
-            <sysproperty key="HSLF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hslf/data"/>
-            <sysproperty key="HSMF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hsmf/data"/>
-            <sysproperty key="HDGF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hdgf/data"/>
-            <sysproperty key="HPBF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hpbf/data"/>
-            <sysproperty key="POIFS.testdata.path" file="${main.src.test}/org/apache/poi/poifs/data"/> 
+            <sysproperty key="POI.testdata.path" file="${poi.test.dir}"/> 
             <sysproperty key="java.awt.headless" value="true"/>
             <formatter type="plain"/>
             <formatter type="xml"/>
@@ -714,14 +691,7 @@ under the License.
                </classpath>
               <sysproperty key="user.language" value="en"/> 
               <sysproperty key="user.country" value="US"/> 
-              <sysproperty key="HSSF.testdata.path" file="${main.src.test}/org/apache/poi/hssf/data"/>
-                   <sysproperty key="HPSF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hpsf/data"/>
-                   <sysproperty key="HWPF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/>
-              <sysproperty key="HSLF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hslf/data"/>
-              <sysproperty key="HSMF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hsmf/data"/>
-              <sysproperty key="HDGF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hdgf/data"/>
-              <sysproperty key="HPBF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hpbf/data"/>
-              <sysproperty key="POIFS.testdata.path" file="${main.src.test}/org/apache/poi/poifs/data"/> 
+              <sysproperty key="POI.testdata.path" file="${poi.test.dir}"/> 
                    <sysproperty key="java.awt.headless" value="true"/>
                    <sysproperty key="java.awt.headless" value="true"/>
                    <formatter type="plain" usefile="no"/>
@@ -748,8 +718,6 @@ under the License.
             </classpath>
             <sysproperty key="user.language" value="en"/> 
             <sysproperty key="user.country" value="US"/> 
-            <sysproperty key="HSSF.testdata.path" file="${contrib.src.test}/org/apache/poi/hssf/data"/>
-            <sysproperty key="HPSF.testdata.path" file="${contrib.src.test}/org/apache/poi/hpsf/data"/>
             <sysproperty key="java.awt.headless" value="true"/>
             <formatter type="plain"/>
             <formatter type="xml"/>
@@ -780,14 +748,7 @@ under the License.
             <classpath refid="test.ooxml.classpath" />
             <sysproperty key="user.language" value="en"/> 
             <sysproperty key="user.country" value="US"/> 
-            <sysproperty key="POIFS.testdata.path" file="${main.src.test}/org/apache/poi/poifs/data"/>
-            <sysproperty key="HSSF.testdata.path" file="${main.src.test}/org/apache/poi/hssf/data"/>
-            <sysproperty key="HWPF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/>
-            <sysproperty key="HSLF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hslf/data"/>
-            <sysproperty key="HDGF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hdgf/data"/>
-            <sysproperty key="OOXML.testdata.path" file="${ooxml.src.test}/org/apache/poi/ooxml/data"/> 
-            <sysproperty key="openxml4j.compliance.input" file="${ooxml.src.test}/org/apache/poi/openxml4j/opc/compliance/data"/> 
-            <sysproperty key="openxml4j.testdata.input" file="${ooxml.src.test}/org/apache/poi/openxml4j/opc/data"/> 
+            <sysproperty key="POI.testdata.path" file="${poi.test.dir}"/> 
             <sysproperty key="java.awt.headless" value="true"/>
             <formatter type="plain"/>
             <formatter type="xml"/>
@@ -811,12 +772,7 @@ under the License.
             <classpath refid="test.ooxml.classpath" />
             <sysproperty key="user.language" value="en"/> 
             <sysproperty key="user.country" value="US"/> 
-            <sysproperty key="HSSF.testdata.path" file="${main.src.test}/org/apache/poi/hssf/data"/>
-            <sysproperty key="HPSF.testdata.path" file="${main.src.test}/org/apache/poi/hpsf/data"/>
-            <sysproperty key="HSLF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hslf/data"/>
-            <sysproperty key="HWPF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/>
-            <sysproperty key="HSMF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hsmf/data"/>
-            <sysproperty key="HDGF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hdgf/data"/>
+            <sysproperty key="POI.testdata.path" file="${poi.test.dir}"/> 
             <sysproperty key="java.awt.headless" value="true"/>
             <formatter type="plain" usefile="no"/>
             <formatter type="xml"/>
index 491b65e1da0e3c3a0e5b8e0e9f0a1e326afe9c25..adbbc799158d186c40cced0a99f161f2e5663112 100644 (file)
@@ -33,6 +33,7 @@
 
     <changes>
         <release version="3.5-beta7" date="2009-??-??">
+           <action dev="POI-DEVELOPERS" type="fix">moved all test data to a top-level directory</action>
            <action dev="POI-DEVELOPERS" type="add">47721 - Added implementation for INDIRECT()</action>
            <action dev="POI-DEVELOPERS" type="add">45583 - Avoid exception when reading ClipboardData packet in OLE property sets</action>
            <action dev="POI-DEVELOPERS" type="add">47652 - Added support for reading encrypted workbooks</action>
index ddd394cf2d5e3de5ad6ab7fe8ff6be1d99d26f66..dd63f2799f42f7910a1d698fc0d27791065c1363 100644 (file)
@@ -36,34 +36,24 @@ import junit.framework.TestCase;
  */
 public class TestEmbeded extends TestCase
 {
-       public String dirname;
-
-       public void setUp() {
-               dirname = System.getProperty("OOXML.testdata.path");
-               assertNotNull(dirname);
-       }
-
        public void testExcel() throws Exception {
-               File f = new File(dirname, "ExcelWithAttachments.xlsm");
-               assertTrue(f.exists());
-               
-               POIXMLDocument doc = new XSSFWorkbook(OPCPackage.open(f.toString()));
+               POIXMLDocument doc = new XSSFWorkbook(
+                POIDataSamples.getSpreadSheetInstance().openResourceAsStream("ExcelWithAttachments.xlsm")
+        );
                test(doc, 4);
        }
 
        public void testWord() throws Exception {
-               File f = new File(dirname, "WordWithAttachments.docx");
-               assertTrue(f.exists());
-               
-               POIXMLDocument doc = new XWPFDocument(OPCPackage.open(f.toString()));
+               POIXMLDocument doc = new XWPFDocument(
+                POIDataSamples.getDocumentInstance().openResourceAsStream("WordWithAttachments.docx")
+        );
                test(doc, 5);
        }
 
        public void testPowerPoint() throws Exception {
-               File f = new File(dirname, "PPTWithAttachments.pptm");
-               assertTrue(f.exists());
-               
-               POIXMLDocument doc = new XSLFSlideShow(OPCPackage.open(f.toString()));
+               POIXMLDocument doc = new XSLFSlideShow(OPCPackage.open(
+                POIDataSamples.getSlideShowInstance().openResourceAsStream("PPTWithAttachments.pptm"))
+        );
                test(doc, 4);
        }
        
index 8843f609334cd5dcd7c12be11a225b2d807f61b2..e495df7676ea68eec9f3478114ae79fa1fe0daa7 100755 (executable)
@@ -30,11 +30,13 @@ import org.apache.poi.openxml4j.opc.OPCPackage;
 import org.apache.poi.openxml4j.opc.PackagePart;
 import org.apache.poi.openxml4j.opc.PackageRelationship;
 import org.apache.poi.util.TempFile;
+import org.apache.poi.util.PackageHelper;
 
 /**
  * Test recursive read and write of OPC packages
  */
 public final class TestPOIXMLDocument extends TestCase {
+
     private static class OPCParser extends POIXMLDocument {
 
         public OPCParser(OPCPackage pkg) {
@@ -81,9 +83,8 @@ public final class TestPOIXMLDocument extends TestCase {
         }
     }
 
-    public void assertReadWrite(String path) throws Exception {
+    public void assertReadWrite(OPCPackage pkg1) throws Exception {
 
-        OPCPackage pkg1 = OPCPackage.open(path);
         OPCParser doc = new OPCParser(pkg1);
         doc.parse(new TestFactory());
 
@@ -124,17 +125,20 @@ public final class TestPOIXMLDocument extends TestCase {
     }
 
     public void testPPTX() throws Exception {
-        File file = new File(System.getProperty("OOXML.testdata.path"), "PPTWithAttachments.pptm");
-        assertReadWrite(file.getAbsolutePath());
+        assertReadWrite(
+                PackageHelper.open(POIDataSamples.getSlideShowInstance().openResourceAsStream("PPTWithAttachments.pptm"))
+        );
     }
 
     public void testXLSX() throws Exception {
-        File file = new File(System.getProperty("OOXML.testdata.path"), "ExcelWithAttachments.xlsm");
-        assertReadWrite(file.getAbsolutePath());
+        assertReadWrite(
+                PackageHelper.open(POIDataSamples.getSpreadSheetInstance().openResourceAsStream("ExcelWithAttachments.xlsm"))
+                );
     }
 
     public void testDOCX() throws Exception {
-        File file = new File(System.getProperty("OOXML.testdata.path"), "WordWithAttachments.docx");
-        assertReadWrite(file.getAbsolutePath());
+        assertReadWrite(
+                PackageHelper.open(POIDataSamples.getDocumentInstance().openResourceAsStream("WordWithAttachments.docx"))
+                );
     }
 }
index 2c0c5b5513983cbd48d8690a1853c710d933e64d..303946a113b4f334ead1807432dcd07948b6125d 100644 (file)
@@ -21,21 +21,16 @@ import java.io.File;
 import org.apache.poi.xssf.extractor.XSSFExcelExtractor;
 import org.apache.poi.xssf.usermodel.XSSFWorkbook;
 import org.apache.poi.openxml4j.opc.OPCPackage;
+import org.apache.poi.util.PackageHelper;
 
 import junit.framework.TestCase;
 
 public final class TestXMLPropertiesTextExtractor extends TestCase {
-       private String dirname;
-
-       protected void setUp() {
-               dirname = System.getProperty("OOXML.testdata.path");
-               assertTrue( (new File(dirname)).exists() );
-       }
+    private static final POIDataSamples _ssSamples = POIDataSamples.getSpreadSheetInstance();
 
        public void testGetFromMainExtractor() throws Exception {
-               OPCPackage pkg = OPCPackage.open(
-                               (new File(dirname, "ExcelWithAttachments.xlsm")).toString()
-               );
+               OPCPackage pkg = PackageHelper.open(_ssSamples.openResourceAsStream("ExcelWithAttachments.xlsm"));
+
                XSSFWorkbook wb = new XSSFWorkbook(pkg);
 
                XSSFExcelExtractor ext = new XSSFExcelExtractor(wb);
@@ -54,8 +49,8 @@ public final class TestXMLPropertiesTextExtractor extends TestCase {
        }
 
        public void testCore() throws Exception {
-               OPCPackage pkg = OPCPackage.open(
-                               (new File(dirname, "ExcelWithAttachments.xlsm")).toString()
+               OPCPackage pkg = PackageHelper.open(
+                _ssSamples.openResourceAsStream("ExcelWithAttachments.xlsm")
                );
                XSSFWorkbook wb = new XSSFWorkbook(pkg);
 
@@ -72,7 +67,7 @@ public final class TestXMLPropertiesTextExtractor extends TestCase {
 
        public void testExtended() throws Exception {
                OPCPackage pkg = OPCPackage.open(
-                               (new File(dirname, "ExcelWithAttachments.xlsm")).toString()
+                _ssSamples.openResourceAsStream("ExcelWithAttachments.xlsm")
                );
                XSSFWorkbook wb = new XSSFWorkbook(pkg);
 
index 76daeed760b82b63e6baf193959aedbf8cd43fc2..421b979e3a7a0c1cfe3cd7922c08601fe3319dd5 100644 (file)
@@ -22,10 +22,13 @@ import java.io.IOException;
 
 import org.apache.poi.POIOLE2TextExtractor;
 import org.apache.poi.POITextExtractor;
+import org.apache.poi.POIDataSamples;
 import org.apache.poi.hdgf.extractor.VisioTextExtractor;
 import org.apache.poi.hslf.extractor.PowerPointExtractor;
 import org.apache.poi.hssf.extractor.ExcelExtractor;
+import org.apache.poi.hssf.HSSFTestDataSamples;
 import org.apache.poi.hwpf.extractor.WordExtractor;
+import org.apache.poi.hwpf.HWPFTestDataSamples;
 import org.apache.poi.poifs.filesystem.POIFSFileSystem;
 import org.apache.poi.xslf.extractor.XSLFPowerPointExtractor;
 import org.apache.poi.xssf.extractor.XSSFExcelExtractor;
@@ -40,21 +43,18 @@ import org.apache.poi.openxml4j.opc.OPCPackage;
  * Test that the extractor factory plays nicely
  */
 public class TestExtractorFactory extends TestCase {
-       private String excel_dir;
-       private String word_dir;
-       private String powerpoint_dir;
-       private String visio_dir;
-       private String poifs_dir;
-       
+
        private File txt;
        
        private File xls;
        private File xlsx;
-        private File xltx;
+    private File xltx;
+    private File xlsEmb;
 
        private File doc;
        private File docx;
-        private File dotx;
+    private File dotx;
+    private File docEmb;
 
        private File ppt;
        private File pptx;
@@ -64,31 +64,25 @@ public class TestExtractorFactory extends TestCase {
        protected void setUp() throws Exception {
                super.setUp();
                
-               excel_dir = System.getProperty("HSSF.testdata.path");
-               word_dir = System.getProperty("HWPF.testdata.path");
-               powerpoint_dir = System.getProperty("HSLF.testdata.path");
-               visio_dir = System.getProperty("HDGF.testdata.path");
-               poifs_dir = System.getProperty("POIFS.testdata.path");
-               assertNotNull(excel_dir);
-               assertNotNull(word_dir);
-               assertNotNull(powerpoint_dir);
-               assertNotNull(visio_dir);
-               assertNotNull(poifs_dir);
-               
-               txt = new File(powerpoint_dir, "SampleShow.txt");
-               
-               xls = new File(excel_dir, "SampleSS.xls");
-               xlsx = new File(excel_dir, "SampleSS.xlsx");
-                xltx = new File(excel_dir, "test.xltx");
+        POIDataSamples ssTests = POIDataSamples.getSpreadSheetInstance();
+        xls = ssTests.getFile("SampleSS.xls");
+               xlsx = ssTests.getFile("SampleSS.xlsx");
+        xltx = ssTests.getFile("test.xltx");
+        xlsEmb = ssTests.getFile("excel_with_embeded.xls");
 
-               doc = new File(word_dir, "SampleDoc.doc");
-               docx = new File(word_dir, "SampleDoc.docx");
-        dotx = new File(word_dir, "test.dotx");
+        POIDataSamples wpTests = POIDataSamples.getDocumentInstance();
+               doc = wpTests.getFile("SampleDoc.doc");
+               docx = wpTests.getFile("SampleDoc.docx");
+        dotx = wpTests.getFile("test.dotx");
+        docEmb = wpTests.getFile("word_with_embeded.doc");
 
-               ppt = new File(powerpoint_dir, "SampleShow.ppt");
-               pptx = new File(powerpoint_dir, "SampleShow.pptx");
-               
-               vsd = new File(visio_dir, "Test_Visio-Some_Random_Text.vsd");
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               ppt = slTests.getFile("SampleShow.ppt");
+               pptx = slTests.getFile("SampleShow.pptx");
+        txt = slTests.getFile("SampleShow.txt");
+
+        POIDataSamples dgTests = POIDataSamples.getDiagramInstance();
+               vsd = dgTests.getFile("Test_Visio-Some_Random_Text.vsd");
        }
 
        public void testFile() throws Exception {
@@ -339,8 +333,7 @@ public class TestExtractorFactory extends TestCase {
        public void testEmbeded() throws Exception {
                POIOLE2TextExtractor ext;
                POITextExtractor[] embeds;
-               File f;
-               
+
                // No embedings
                ext = (POIOLE2TextExtractor)
                                ExtractorFactory.createExtractor(xls);
@@ -348,9 +341,8 @@ public class TestExtractorFactory extends TestCase {
                assertEquals(0, embeds.length);
                
                // Excel
-               f = new File(poifs_dir, "excel_with_embeded.xls");
                ext = (POIOLE2TextExtractor)
-                               ExtractorFactory.createExtractor(f);
+                               ExtractorFactory.createExtractor(xlsEmb);
                embeds = ExtractorFactory.getEmbededDocsTextExtractors(ext);
 
                assertEquals(6, embeds.length);
@@ -367,9 +359,8 @@ public class TestExtractorFactory extends TestCase {
         assertEquals(2, numWord);
 
         // Word
-               f = new File(poifs_dir, "word_with_embeded.doc");
                ext = (POIOLE2TextExtractor)
-                               ExtractorFactory.createExtractor(f);
+                               ExtractorFactory.createExtractor(docEmb);
                embeds = ExtractorFactory.getEmbededDocsTextExtractors(ext);
                
         numWord = 0; numXls = 0; numPpt = 0;
diff --git a/src/ooxml/testcases/org/apache/poi/ooxml/data/ExcelWithAttachments.xlsm b/src/ooxml/testcases/org/apache/poi/ooxml/data/ExcelWithAttachments.xlsm
deleted file mode 100644 (file)
index cb3e564..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/ooxml/data/ExcelWithAttachments.xlsm and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/ooxml/data/PPTWithAttachments.pptm b/src/ooxml/testcases/org/apache/poi/ooxml/data/PPTWithAttachments.pptm
deleted file mode 100644 (file)
index 00b148d..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/ooxml/data/PPTWithAttachments.pptm and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/ooxml/data/WordWithAttachments.docx b/src/ooxml/testcases/org/apache/poi/ooxml/data/WordWithAttachments.docx
deleted file mode 100644 (file)
index ebefabc..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/ooxml/data/WordWithAttachments.docx and /dev/null differ
index 62291d37bd51a602a2f7036c42f28e826376d706..edf01790663de7593961cf1cdd2760418093c183 100755 (executable)
@@ -17,6 +17,9 @@
 
 package org.apache.poi.openxml4j;
 
+import org.apache.poi.POIDataSamples;
+import org.apache.poi.util.TempFile;
+
 import java.io.File;
 import java.io.FileInputStream;
 import java.io.FileNotFoundException;
@@ -28,121 +31,31 @@ import java.io.InputStream;
  * @author jmicich
  */
 public final class OpenXML4JTestDataSamples {
-
-       private static final String IN_DIR_PROP_NAME = "openxml4j.testdata.input";
-       private static final String COMP_IN_DIR_PROP_NAME = "openxml4j.compliance.input";
-       
-       private static File _sampleInputDir;
-       private static File _sampleOutputDir;
-       private static File _complianceSampleInputDir;
+    private static final POIDataSamples _samples = POIDataSamples.getOpenXML4JInstance();
 
        private OpenXML4JTestDataSamples() {
                // no instances of this class
        }
-       
+
        public static InputStream openSampleStream(String sampleFileName) {
-               File f = getSampleFile(sampleFileName);
-               try {
-                       return new FileInputStream(f);
-               } catch (FileNotFoundException e) {
-                       throw new RuntimeException(e);
-               }
+               return _samples.openResourceAsStream(sampleFileName);
        }
        public static String getSampleFileName(String sampleFileName) {
-               // TODO - investigate allowing read/write access for package opened on stream
                return getSampleFile(sampleFileName).getAbsolutePath();
        }
        
        public static File getSampleFile(String sampleFileName) {
-               File dir = getSampleInputDir();
-               File f = new File(dir, sampleFileName);
-               if (!f.exists()) {
-                       throw new RuntimeException("Specified sample file '" 
-                                       + f.getAbsolutePath() + "' does not exist");
-               }
-               if (f.isDirectory()) {
-                       throw new RuntimeException("Specified sample file '" 
-                                       + f.getAbsolutePath() + "' is a directory");
-               }
-               return f;
+               return _samples.getFile(sampleFileName);
        }
        
        public static File getOutputFile(String outputFileName) {
-               File dir = getSampleOutputDir();
-               return new File(dir, outputFileName);
+        String suffix = outputFileName.substring(outputFileName.lastIndexOf('.'));
+        return TempFile.createTempFile(outputFileName, suffix);
        }
 
 
        public static InputStream openComplianceSampleStream(String sampleFileName) {
-               File f = getComplianceSampleFile(sampleFileName);
-               try {
-                       return new FileInputStream(f);
-               } catch (FileNotFoundException e) {
-                       throw new RuntimeException(e);
-               }
-       }
-       private static File getComplianceSampleFile(String sampleFileName) {
-               File dir = getComplianceSampleInputDir();
-               File f = new File(dir, sampleFileName);
-               if (!f.exists()) {
-                       throw new RuntimeException("Specified sample file '" 
-                                       + f.getAbsolutePath() + "' does not exist");
-               }
-               if (f.isDirectory()) {
-                       throw new RuntimeException("Specified sample file '" 
-                                       + f.getAbsolutePath() + "' is a directory");
-               }
-               return f;
-       }
-       public static String getComplianceSampleFileName(String sampleFileName) {
-               return getComplianceSampleFile(sampleFileName).getAbsolutePath();
-       }
-       private static File getComplianceSampleInputDir() {
-               if (_complianceSampleInputDir == null) {
-                       _complianceSampleInputDir = getAndCheckDirByProperty(COMP_IN_DIR_PROP_NAME);
-               }
-               return _complianceSampleInputDir;
-       }
-
-       
-       private static File getSampleInputDir() {
-               if (_sampleInputDir == null) {
-                       _sampleInputDir = getAndCheckDirByProperty(IN_DIR_PROP_NAME);
-               }
-               return _sampleInputDir;
-       }
-
-       private static File getAndCheckDirByProperty(String propName) {
-               String dirName = System.getProperty(propName);
-               File dir = new File(dirName);
-               if (!dir.exists()) {
-                       throw new RuntimeException("Specified '" + propName + "' directory: '"
-                                       + dirName + "' does not exist");
-               }
-               if (!dir.isDirectory()) {
-                       throw new RuntimeException("Specified '" + propName + "' directory: '"
-                                       + dirName + "' is a not a proper directory");
-               }
-               return dir;
-       }
-
-       private static File getSampleOutputDir() {
-               if (_sampleOutputDir == null) {
-            File dir = new File(System.getProperty("java.io.tmpdir"), "poifiles");
-                       if (dir.exists()) {
-                       if (!dir.isDirectory()) {
-                               throw new RuntimeException("Specified output directory: '"
-                                               + dir.getAbsolutePath() + "' is a not a proper directory");
-                       }
-                       } else {
-                               if (!dir.mkdirs()) {
-                                       throw new RuntimeException("Failed to create directory: '"
-                                                       + dir.getAbsolutePath() + "'");
-                               }
-                       }
-                       _sampleOutputDir = dir;
-               }
-               return _sampleOutputDir;
+        return _samples.openResourceAsStream(sampleFileName);
        }
 
 }
index 7d26fddd7af809afd3998a68618ce0df95c15e95..b3a4a6320fab6f2cb7c3219b3645d1c4b724cf00 100755 (executable)
@@ -33,6 +33,7 @@ import org.apache.poi.openxml4j.opc.OPCPackage;
 import org.apache.poi.openxml4j.opc.PackageRelationshipTypes;
 import org.apache.poi.openxml4j.opc.PackagingURIHelper;
 import org.apache.poi.openxml4j.opc.TargetMode;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Test core properties Open Packaging Convention compliance.
@@ -144,11 +145,11 @@ public final class TestOPCComplianceCoreProperties extends TestCase {
         * Test M4.1 rule.
         */
        public void testOnlyOneCorePropertiesPart_AddPart() {
-               String sampleFileName = OpenXML4JTestDataSamples.getComplianceSampleFileName("OPCCompliance_CoreProperties_OnlyOneCorePropertiesPart.docx");
+               String sampleFileName = "OPCCompliance_CoreProperties_OnlyOneCorePropertiesPart.docx";
                OPCPackage pkg = null;
                try {
-                       pkg = OPCPackage.open(sampleFileName);
-               } catch (InvalidFormatException e) {
+                       pkg = OPCPackage.open(POIDataSamples.getOpenXML4JInstance().getFile(sampleFileName).getPath());
+               } catch (Exception e) {
                        throw new RuntimeException(e);
                }
                
index b07c8c51bcc9cf1d0a4aa8e1babc1b92196ad21d..e3c54f367e533bc8249cf80ff07a79aae41bf570 100755 (executable)
@@ -18,6 +18,7 @@
 package org.apache.poi.openxml4j.opc.compliance;
 
 import java.io.File;
+import java.io.IOException;
 
 import junit.framework.TestCase;
 
@@ -29,6 +30,7 @@ import org.apache.poi.openxml4j.opc.PackagePartName;
 import org.apache.poi.openxml4j.opc.PackageRelationshipTypes;
 import org.apache.poi.openxml4j.opc.PackagingURIHelper;
 import org.apache.poi.openxml4j.opc.TargetMode;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Test Open Packaging Convention package model compliance.
@@ -70,11 +72,10 @@ public class TestOPCCompliancePackageModel extends TestCase {
         * part name derived from another part name by appending segments to it.
         * [M1.11]
         */
-       public void testPartNameDerivationReadingFailure() {
-               String filepath = System.getProperty("openxml4j.compliance.input")
-                               + File.separator + "OPCCompliance_DerivedPartNameFAIL.docx";
+       public void testPartNameDerivationReadingFailure() throws IOException {
+               String filename = "OPCCompliance_DerivedPartNameFAIL.docx";
                try {
-                       OPCPackage.open(filepath);
+                       OPCPackage.open(POIDataSamples.getOpenXML4JInstance().openResourceAsStream(filename));
                } catch (InvalidFormatException e) {
                        return;
                }
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_DCTermsNamespaceLimitedUseFAIL.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_DCTermsNamespaceLimitedUseFAIL.docx
deleted file mode 100755 (executable)
index 89533f0..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_DCTermsNamespaceLimitedUseFAIL.docx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_DoNotUseCompatibilityMarkupFAIL.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_DoNotUseCompatibilityMarkupFAIL.docx
deleted file mode 100755 (executable)
index 63555e4..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_DoNotUseCompatibilityMarkupFAIL.docx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_NotPresentFAIL.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_NotPresentFAIL.docx
deleted file mode 100755 (executable)
index 304e5ce..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_NotPresentFAIL.docx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_PresentWithUnauthorizedValueFAIL.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_PresentWithUnauthorizedValueFAIL.docx
deleted file mode 100755 (executable)
index 7b4f765..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_PresentWithUnauthorizedValueFAIL.docx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPart.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPart.docx
deleted file mode 100755 (executable)
index 7a63ee1..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPart.docx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPartFAIL.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPartFAIL.docx
deleted file mode 100755 (executable)
index 3ee9fc3..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPartFAIL.docx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_SUCCESS.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_SUCCESS.docx
deleted file mode 100755 (executable)
index 7a63ee1..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_SUCCESS.docx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_UnauthorizedXMLLangAttributeFAIL.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_UnauthorizedXMLLangAttributeFAIL.docx
deleted file mode 100755 (executable)
index 3984aea..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_CoreProperties_UnauthorizedXMLLangAttributeFAIL.docx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_DerivedPartNameFAIL.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_DerivedPartNameFAIL.docx
deleted file mode 100755 (executable)
index 8ccfb61..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/data/OPCCompliance_DerivedPartNameFAIL.docx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/ExcelWithHyperlinks.xlsx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/ExcelWithHyperlinks.xlsx
deleted file mode 100755 (executable)
index ba5ed27..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/ExcelWithHyperlinks.xlsx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestOpenPackageINPUT.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestOpenPackageINPUT.docx
deleted file mode 100755 (executable)
index dc105f0..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestOpenPackageINPUT.docx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageCommon.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageCommon.docx
deleted file mode 100755 (executable)
index 771cd18..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageCommon.docx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageCoreProperiesGetters.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageCoreProperiesGetters.docx
deleted file mode 100755 (executable)
index 2d8bb35..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageCoreProperiesGetters.docx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageCoreProperiesSetters.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageCoreProperiesSetters.docx
deleted file mode 100755 (executable)
index 2d8bb35..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageCoreProperiesSetters.docx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageThumbnail.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageThumbnail.docx
deleted file mode 100755 (executable)
index ccc990d..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/TestPackageThumbnail.docx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/sample.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/sample.docx
deleted file mode 100755 (executable)
index 8e77521..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/sample.docx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/sample.xlsx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/sample.xlsx
deleted file mode 100755 (executable)
index a275cf4..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/sample.xlsx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/thumbnail.jpg b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/thumbnail.jpg
deleted file mode 100755 (executable)
index 5119960..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/data/thumbnail.jpg and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/internal/data/sample.docx b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/internal/data/sample.docx
deleted file mode 100755 (executable)
index dc87bc8..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/internal/data/sample.docx and /dev/null differ
index e1e821323caaccc41b7e797285dda0349e02c7a6..03d50ca6084617ef1a9a051bd5d33325272d2f24 100644 (file)
 ==================================================================== */
 package org.apache.poi.xslf;
 
-import java.io.File;
-
 import junit.framework.TestCase;
 
-import org.apache.poi.POIXMLDocument;
+import org.apache.poi.POIDataSamples;
 import org.apache.poi.openxml4j.opc.OPCPackage;
 import org.apache.poi.openxml4j.opc.PackagePart;
 import org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry;
 import org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry;
 
 public class TestXSLFSlideShow extends TestCase {
-       private String sampleFile;
+    private static final POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+    private OPCPackage pack;
 
-       protected void setUp() throws Exception {
-               super.setUp();
-               
-               sampleFile = new File(
-                               System.getProperty("HSLF.testdata.path") +
-                               File.separator + "sample.pptx"
-               ).toString();
+    protected void setUp() throws Exception {
+               pack = OPCPackage.open(slTests.openResourceAsStream("sample.pptx"));
        }
 
        public void testContainsMainContentType() throws Exception {
-               OPCPackage pack = POIXMLDocument.openPackage(sampleFile);
-               
                boolean found = false;
                for(PackagePart part : pack.getParts()) {
                        if(part.getContentType().equals(XSLFSlideShow.MAIN_CONTENT_TYPE)) {
@@ -52,15 +44,11 @@ public class TestXSLFSlideShow extends TestCase {
        }
 
        public void testOpen() throws Exception {
-               POIXMLDocument.openPackage(sampleFile);
-               
+
                XSLFSlideShow xml;
                
                // With the finalised uri, should be fine
-               xml = new XSLFSlideShow(
-                               POIXMLDocument.openPackage(sampleFile)
-               );
-               
+               xml = new XSLFSlideShow(pack);
                // Check the core
                assertNotNull(xml.getPresentation());
                
@@ -74,7 +62,7 @@ public class TestXSLFSlideShow extends TestCase {
        }
        
        public void testSlideBasics() throws Exception {
-               XSLFSlideShow xml = new XSLFSlideShow(sampleFile);
+               XSLFSlideShow xml = new XSLFSlideShow(pack);
                
                // Should have 1 master
                assertEquals(1, xml.getSlideMasterReferences().sizeOfSldMasterIdArray());
@@ -108,7 +96,7 @@ public class TestXSLFSlideShow extends TestCase {
        }
        
        public void testMetadataBasics() throws Exception {
-               XSLFSlideShow xml = new XSLFSlideShow(sampleFile);
+               XSLFSlideShow xml = new XSLFSlideShow(pack);
                
                assertNotNull(xml.getProperties().getCoreProperties());
                assertNotNull(xml.getProperties().getExtendedProperties());
index ac3135637489ccda6655c6fce059ffa9e31b2c74..334e556465df437141ffadb47ece8dcf74e889a9 100644 (file)
@@ -16,9 +16,8 @@
 ==================================================================== */
 package org.apache.poi.xslf.extractor;
 
-import java.io.File;
-
-import org.apache.poi.POIXMLDocument;
+import org.apache.poi.POIDataSamples;
+import org.apache.poi.openxml4j.opc.OPCPackage;
 import org.apache.poi.xslf.XSLFSlideShow;
 
 import junit.framework.TestCase;
@@ -31,18 +30,12 @@ public class TestXSLFPowerPointExtractor extends TestCase {
         * A simple file
         */
        private XSLFSlideShow xmlA;
-       private File fileA;
+       private OPCPackage pkg;
 
        protected void setUp() throws Exception {
-               super.setUp();
-               
-               fileA = new File(
-                               System.getProperty("HSLF.testdata.path") +
-                               File.separator + "sample.pptx"
-               );
-               assertTrue(fileA.exists());
-               
-               xmlA = new XSLFSlideShow(fileA.toString());
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               pkg = OPCPackage.open(slTests.openResourceAsStream("sample.pptx"));
+               xmlA = new XSLFSlideShow(pkg);
        }
 
        /**
@@ -50,8 +43,7 @@ public class TestXSLFPowerPointExtractor extends TestCase {
         */
        public void testGetSimpleText() throws Exception {
                new XSLFPowerPointExtractor(xmlA);
-               new XSLFPowerPointExtractor(
-                               POIXMLDocument.openPackage(fileA.toString()));
+               new XSLFPowerPointExtractor(pkg);
                
                XSLFPowerPointExtractor extractor = 
                        new XSLFPowerPointExtractor(xmlA);
@@ -110,13 +102,8 @@ public class TestXSLFPowerPointExtractor extends TestCase {
        }
        
        public void testGetComments() throws Exception {
-               File file = new File(
-                               System.getProperty("HSLF.testdata.path") +
-                               File.separator + "45545_Comment.pptx"
-               );
-               assertTrue(file.exists());
-               
-               xmlA = new XSLFSlideShow(file.toString());
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               xmlA = new XSLFSlideShow(OPCPackage.open(slTests.openResourceAsStream("45545_Comment.pptx")));
                XSLFPowerPointExtractor extractor = 
                        new XSLFPowerPointExtractor(xmlA);
                
index 4d04a101516172970dcc9b484e820ba6c5cc2b5b..58dde48bfa1d32770a44e7b3756662ed73d8f838 100755 (executable)
@@ -22,6 +22,7 @@ import org.apache.poi.ss.SpreadsheetVersion;
 import org.apache.poi.ss.usermodel.Workbook;
 import org.apache.poi.xssf.usermodel.XSSFWorkbook;
 import org.apache.poi.hssf.HSSFTestDataSamples;
+import org.apache.poi.POIDataSamples;
 
 /**
  * @author Yegor Kozlov
@@ -45,7 +46,7 @@ public final class XSSFITestDataProvider implements ITestDataProvider {
     }
 
     public byte[] getTestDataFileContent(String fileName) {
-        return HSSFTestDataSamples.getTestDataFileContent(fileName);
+        return POIDataSamples.getSpreadSheetInstance().readFile(fileName);
     }
 
     public SpreadsheetVersion getSpreadsheetVersion(){
index 94df0da632702ff80651ff0a2a83e71c47a5607e..166c3b35e52ca3d4558806bd7e54aea22c791e5a 100644 (file)
@@ -38,15 +38,8 @@ import org.apache.poi.util.TempFile;
  * @author Josh Micich
  */
 public class XSSFTestDataSamples {
-    
-    public static InputStream openSampleFileStream(String sampleFileName) {
-        return HSSFTestDataSamples.openSampleFileStream(sampleFileName);
-    }
-    public static byte[] getTestDataFileContent(String fileName) {
-        return HSSFTestDataSamples.getTestDataFileContent(fileName);
-    }
 
-       public static final XSSFWorkbook openSampleWorkbook(String sampleName) {
+       public static XSSFWorkbook openSampleWorkbook(String sampleName) {
                InputStream is = HSSFTestDataSamples.openSampleFileStream(sampleName);
                try {
                        return new XSSFWorkbook(is);
@@ -57,24 +50,17 @@ public class XSSFTestDataSamples {
     public static <R extends Workbook> R writeOutAndReadBack(R wb) {
        Workbook result;
                try {
+            ByteArrayOutputStream baos = new ByteArrayOutputStream(8192);
+            wb.write(baos);
+            InputStream is = new ByteArrayInputStream(baos.toByteArray());
                if (wb instanceof HSSFWorkbook) {
-                ByteArrayOutputStream baos = new ByteArrayOutputStream(8192);
-                wb.write(baos);
-                InputStream is = new ByteArrayInputStream(baos.toByteArray());
                        result = new HSSFWorkbook(is);
                } else if (wb instanceof XSSFWorkbook) {
-                File tmp = TempFile.createTempFile("poi-ooxml-", ".xlsx");
-                FileOutputStream out = new FileOutputStream(tmp);
-                wb.write(out);
-                out.close();
-                OPCPackage pkg = OPCPackage.open(tmp.getAbsolutePath());
-                       result = new XSSFWorkbook(pkg);
+                       result = new XSSFWorkbook(is);
                } else {
-                       throw new RuntimeException("Unexpected workbook type (" 
+                       throw new RuntimeException("Unexpected workbook type ("
                                        + wb.getClass().getName() + ")");
                }
-               } catch (InvalidFormatException e) {
-                       throw new RuntimeException(e);
                } catch (IOException e) {
                        throw new RuntimeException(e);
                }
diff --git a/src/ooxml/testcases/org/apache/poi/xssf/data/picture.xlsx b/src/ooxml/testcases/org/apache/poi/xssf/data/picture.xlsx
deleted file mode 100644 (file)
index 9cdec42..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/xssf/data/picture.xlsx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/xssf/data/sample.xlsx b/src/ooxml/testcases/org/apache/poi/xssf/data/sample.xlsx
deleted file mode 100644 (file)
index a275cf4..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/xssf/data/sample.xlsx and /dev/null differ
diff --git a/src/ooxml/testcases/org/apache/poi/xssf/data/styles.xlsx b/src/ooxml/testcases/org/apache/poi/xssf/data/styles.xlsx
deleted file mode 100644 (file)
index dbfa53c..0000000
Binary files a/src/ooxml/testcases/org/apache/poi/xssf/data/styles.xlsx and /dev/null differ
index 0ace7c3f63e9eca9054bcaad54cc2469ce47cffa..0592fbcc76aa78fd1e240338b49724f29c1b1644 100644 (file)
@@ -26,14 +26,16 @@ import org.apache.poi.openxml4j.opc.OPCPackage;
 import org.apache.poi.util.IOUtils;
 import org.apache.poi.xssf.XSSFTestDataSamples;
 import org.apache.poi.xssf.usermodel.XSSFRichTextString;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests for {@link XSSFReader}
  */
 public final class TestXSSFReader extends TestCase {
+    private static POIDataSamples _ssTests = POIDataSamples.getSpreadSheetInstance();
 
-       public void testGetBits() throws Exception {
-               OPCPackage pkg = OPCPackage.open(XSSFTestDataSamples.openSampleFileStream("SampleSS.xlsx"));
+    public void testGetBits() throws Exception {
+               OPCPackage pkg = OPCPackage.open(_ssTests.openResourceAsStream("SampleSS.xlsx"));
 
                XSSFReader r = new XSSFReader(pkg);
 
@@ -46,7 +48,7 @@ public final class TestXSSFReader extends TestCase {
        }
 
        public void testStyles() throws Exception {
-               OPCPackage pkg = OPCPackage.open(XSSFTestDataSamples.openSampleFileStream("SampleSS.xlsx"));
+               OPCPackage pkg = OPCPackage.open(_ssTests.openResourceAsStream("SampleSS.xlsx"));
 
                XSSFReader r = new XSSFReader(pkg);
 
@@ -55,7 +57,7 @@ public final class TestXSSFReader extends TestCase {
        }
 
        public void testStrings() throws Exception {
-        OPCPackage pkg = OPCPackage.open(XSSFTestDataSamples.openSampleFileStream("SampleSS.xlsx"));
+        OPCPackage pkg = OPCPackage.open(_ssTests.openResourceAsStream("SampleSS.xlsx"));
 
                XSSFReader r = new XSSFReader(pkg);
 
@@ -64,7 +66,7 @@ public final class TestXSSFReader extends TestCase {
        }
 
        public void testSheets() throws Exception {
-        OPCPackage pkg = OPCPackage.open(XSSFTestDataSamples.openSampleFileStream("SampleSS.xlsx"));
+        OPCPackage pkg = OPCPackage.open(_ssTests.openResourceAsStream("SampleSS.xlsx"));
 
                XSSFReader r = new XSSFReader(pkg);
                byte[] data = new byte[4096];
@@ -96,7 +98,7 @@ public final class TestXSSFReader extends TestCase {
         * (as they are defined in the workbook.xml)
         */
        public void testOrderOfSheets() throws Exception {
-        OPCPackage pkg = OPCPackage.open(XSSFTestDataSamples.openSampleFileStream("reordered_sheets.xlsx"));
+        OPCPackage pkg = OPCPackage.open(_ssTests.openResourceAsStream("reordered_sheets.xlsx"));
 
                XSSFReader r = new XSSFReader(pkg);
 
index 0f739f750ee6872be0ecb5de35d54c99d32f28cb..f635eea850334292620f9c90e088cf026a8c8b44 100644 (file)
@@ -28,23 +28,15 @@ import org.apache.poi.ss.usermodel.Row;
 import org.apache.poi.ss.usermodel.Sheet;
 import org.apache.poi.xssf.usermodel.XSSFWorkbook;
 import org.apache.poi.xssf.usermodel.XSSFPictureData;
+import org.apache.poi.xssf.XSSFITestDataProvider;
+import org.apache.poi.POIDataSamples;
 
 
 public class TestLoadSaveXSSF extends TestCase {
-
-    String filename;
-
-    protected void setUp() {
-
-        System.setProperty("org.apache.poi.util.POILogger", org.apache.poi.util.CommonsLogger.class.getName());
-        filename = System.getProperty("XSSF.testdata.path");
-        if (filename == null) {
-            filename = "src/ooxml/testcases/org/apache/poi/xssf/data";
-        }
-    }
+    private static final POIDataSamples _ssSampels = POIDataSamples.getSpreadSheetInstance();
 
     public void testLoadSample() throws Exception {
-        XSSFWorkbook workbook = new XSSFWorkbook(new File(filename, "sample.xlsx").getAbsolutePath());
+        XSSFWorkbook workbook = new XSSFWorkbook(_ssSampels.openResourceAsStream("sample.xlsx"));
         assertEquals(3, workbook.getNumberOfSheets());
         assertEquals("Sheet1", workbook.getSheetName(0));
         Sheet sheet = workbook.getSheetAt(0);
@@ -58,7 +50,7 @@ public class TestLoadSaveXSSF extends TestCase {
 
     // TODO filename string hard coded in XSSFWorkbook constructor in order to make ant test-ooxml target be successful.
     public void testLoadStyles() throws Exception {
-        XSSFWorkbook workbook = new XSSFWorkbook(new File(filename, "styles.xlsx").getAbsolutePath());
+        XSSFWorkbook workbook = new XSSFWorkbook(_ssSampels.openResourceAsStream("styles.xlsx"));
         Sheet sheet = workbook.getSheetAt(0);
         Row row = sheet.getRow(0);
         Cell cell = row.getCell((short) 0);
@@ -68,7 +60,7 @@ public class TestLoadSaveXSSF extends TestCase {
 
     // TODO filename string hard coded in XSSFWorkbook constructor in order to make ant test-ooxml target be successful.
     public void testLoadPictures() throws Exception {
-        XSSFWorkbook workbook = new XSSFWorkbook(new File(filename, "picture.xlsx").getAbsolutePath());
+        XSSFWorkbook workbook = new XSSFWorkbook(_ssSampels.openResourceAsStream("picture.xlsx"));
         List<XSSFPictureData> pictures = workbook.getAllPictures();
         assertEquals(1, pictures.size());
     }
index 3255d62f10bf3491838fed2525419471a6742710..945ffebe6d4ef9ca1db192806e2022f6485a0b0a 100755 (executable)
@@ -28,7 +28,7 @@ import java.io.*;
 public class XWPFTestDataSamples {\r
 \r
     public static XWPFDocument openSampleDocument(String sampleName) {\r
-        InputStream is = HWPFTestDataSamples.openSampleFileStream(sampleName);\r
+        InputStream is = POIDataSamples.getDocumentInstance().openResourceAsStream(sampleName);\r
         try {\r
             return new XWPFDocument(is);\r
         } catch (IOException e) {\r
@@ -46,9 +46,4 @@ public class XWPFTestDataSamples {
             throw new RuntimeException(e);\r
         }\r
     }\r
-\r
-    public static POIDataSamples getInstance(){\r
-        return HWPFTestDataSamples.getInstance();\r
-    }\r
-\r
 }\r
index 8c9224fd9df40ef7aacaf9252ad1ebef853ac0c1..7e7d0b249a0e06963528c1691cbf33e86ac369d4 100644 (file)
@@ -25,7 +25,7 @@ import junit.framework.TestCase;
 import java.io.*;
 
 import org.apache.poi.hslf.HSLFSlideShow;
-import org.apache.poi.hwpf.HWPFDocument;
+import org.apache.poi.hwpf.HWPFTestDataSamples;
 import org.apache.poi.poifs.filesystem.*;
 
 /**
@@ -41,29 +41,15 @@ public final class TestPOIDocumentScratchpad extends TestCase {
        // The POI Documents to work on
        private POIDocument doc;
        private POIDocument doc2;
-       // POIFS primed on the test (powerpoint and word) data
-       private POIFSFileSystem pfs;
-       private POIFSFileSystem pfs2;
 
        /**
         * Set things up, using a PowerPoint document and
         *  a Word Document for our testing
         */
        public void setUp() throws Exception {
-               String dirnameHSLF = System.getProperty("HSLF.testdata.path");
-               String filenameHSLF = dirnameHSLF + "/basic_test_ppt_file.ppt";
-               String dirnameHSSF = System.getProperty("HSSF.testdata.path");
-               String filenameHSSF = dirnameHSLF + "/DateFormats.ppt";
-               String dirnameHWPF = System.getProperty("HWPF.testdata.path");
-               String filenameHWPF = dirnameHWPF + "/test2.doc";
-
-               FileInputStream fisHSLF = new FileInputStream(filenameHSLF);
-               pfs = new POIFSFileSystem(fisHSLF);
-               doc = new HSLFSlideShow(pfs);
-
-               FileInputStream fisHWPF = new FileInputStream(filenameHWPF);
-               pfs2 = new POIFSFileSystem(fisHWPF);
-               doc2 = new HWPFDocument(pfs2);
+               doc = new HSLFSlideShow(POIDataSamples.getSlideShowInstance().openResourceAsStream("basic_test_ppt_file.ppt"));
+
+               doc2 = HWPFTestDataSamples.openSampleFile("test2.doc");
        }
 
        public void testReadProperties() {
diff --git a/src/scratchpad/testcases/org/apache/poi/hdf/data/empty.doc b/src/scratchpad/testcases/org/apache/poi/hdf/data/empty.doc
deleted file mode 100644 (file)
index 1b4ac2d..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hdf/data/empty.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hdf/data/simple-list.doc b/src/scratchpad/testcases/org/apache/poi/hdf/data/simple-list.doc
deleted file mode 100644 (file)
index 8ff94b2..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hdf/data/simple-list.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hdf/data/simple-table.doc b/src/scratchpad/testcases/org/apache/poi/hdf/data/simple-table.doc
deleted file mode 100644 (file)
index 5249334..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hdf/data/simple-table.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hdf/data/simple.doc b/src/scratchpad/testcases/org/apache/poi/hdf/data/simple.doc
deleted file mode 100644 (file)
index 11262f9..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hdf/data/simple.doc and /dev/null differ
index 4f4b4707b86962ec003d75537f330f0460d79a00..42f79caf407f2c5e697810c83165fdb745c82917 100644 (file)
@@ -23,6 +23,7 @@ import java.io.IOException;
 import java.io.InputStream;
 
 import junit.framework.TestCase;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Class to test {@link HDFDocument} functionality
@@ -30,19 +31,12 @@ import junit.framework.TestCase;
  * @author Bob Otterberg
  */
 public final class TestHDFDocument extends TestCase {
+    private static final POIDataSamples _samples = POIDataSamples.getDocumentInstance();
+
     public void testStopJUnitComplainintAboutNoTests() {
         // TODO - fix these junits
     }
 
-    private static InputStream openSample(String sampleFileName) {
-        String fullPathName = System.getProperty("HDF.testdata.path") + "/" + sampleFileName;
-        try {
-            return new FileInputStream(System.getProperty("HDF.testdata.path"));
-        } catch (FileNotFoundException e) {
-            throw new RuntimeException("Sample HDF file '" + fullPathName + "' was not found.");
-        }
-    }
-
     /**
      * OBJECTIVE:  Test that HDF can read an empty document (empty.doc).<P>
      * SUCCESS:    HDF reads the document.  Matches values in their particular positions.<P>
@@ -50,7 +44,7 @@ public final class TestHDFDocument extends TestCase {
      *             in the document in their known positions.<P>
      */
     public void fixme_testEmpty() throws IOException {
-        InputStream stream = openSample("empty.doc");
+        InputStream stream = _samples.openResourceAsStream("empty.doc");
         new HDFDocument(stream);
     }
 
@@ -61,7 +55,7 @@ public final class TestHDFDocument extends TestCase {
      *             in the document in their known positions.<P>
      */
     public void fixme_testSimple() throws IOException {
-        InputStream stream = openSample("simple.doc");
+        InputStream stream = _samples.openResourceAsStream("simple.doc");
         new HDFDocument(stream);
     }
 
@@ -73,7 +67,7 @@ public final class TestHDFDocument extends TestCase {
      *
      */
     public void fixme_testSimpleList() throws IOException {
-        InputStream stream = openSample("simple-list.doc");
+        InputStream stream = _samples.openResourceAsStream("simple-list.doc");
         new HDFDocument(stream);
     }
 
@@ -84,7 +78,7 @@ public final class TestHDFDocument extends TestCase {
      *             in the document in their known positions.<P>
      */
     public void fixme_testSimpleTable() throws IOException {
-        InputStream stream = openSample("simple-table.doc");
+        InputStream stream = _samples.openResourceAsStream("simple-table.doc");
         new HDFDocument(stream);
     }
 }
index e98c8110a0a9953f86e2d17ec223b725094902d3..d6616b9147c706833087643a50b9ec03bc4e602f 100644 (file)
@@ -22,18 +22,17 @@ import java.io.FileInputStream;
 import org.apache.poi.hdgf.streams.PointerContainingStream;
 import org.apache.poi.hdgf.streams.TrailerStream;
 import org.apache.poi.poifs.filesystem.POIFSFileSystem;
+import org.apache.poi.POIDataSamples;
 
 import junit.framework.TestCase;
 
 public final class TestHDGFCore extends TestCase {
+    private static POIDataSamples _dgTests = POIDataSamples.getDiagramInstance();
+
        private POIFSFileSystem fs;
-       private String dirname;
-       private String filename;
 
        protected void setUp() throws Exception {
-               dirname = System.getProperty("HDGF.testdata.path");
-               filename = dirname + "/Test_Visio-Some_Random_Text.vsd";
-               fs = new POIFSFileSystem(new FileInputStream(filename));
+               fs = new POIFSFileSystem(_dgTests.openResourceAsStream("Test_Visio-Some_Random_Text.vsd"));
        }
 
        public void testCreate() throws Exception {
@@ -68,8 +67,7 @@ public final class TestHDGFCore extends TestCase {
         *  appears to have a negative chunk length
         */
        public void DISABLEDtestNegativeChunkLength() throws Exception {
-               filename = dirname + "/NegativeChunkLength.vsd";
-               fs = new POIFSFileSystem(new FileInputStream(filename));
+               fs = new POIFSFileSystem(_dgTests.openResourceAsStream("NegativeChunkLength.vsd"));
 
                HDGFDiagram hdgf = new HDGFDiagram(fs);
                assertNotNull(hdgf);
diff --git a/src/scratchpad/testcases/org/apache/poi/hdgf/data/44594-2.vsd b/src/scratchpad/testcases/org/apache/poi/hdgf/data/44594-2.vsd
deleted file mode 100644 (file)
index a597a0d..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hdgf/data/44594-2.vsd and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hdgf/data/44594.vsd b/src/scratchpad/testcases/org/apache/poi/hdgf/data/44594.vsd
deleted file mode 100644 (file)
index abed78b..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hdgf/data/44594.vsd and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hdgf/data/NegativeChunkLength.vsd b/src/scratchpad/testcases/org/apache/poi/hdgf/data/NegativeChunkLength.vsd
deleted file mode 100644 (file)
index 58378bd..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hdgf/data/NegativeChunkLength.vsd and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hdgf/data/ShortChunk1.vsd b/src/scratchpad/testcases/org/apache/poi/hdgf/data/ShortChunk1.vsd
deleted file mode 100755 (executable)
index 2c1632e..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hdgf/data/ShortChunk1.vsd and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hdgf/data/ShortChunk2.vsd b/src/scratchpad/testcases/org/apache/poi/hdgf/data/ShortChunk2.vsd
deleted file mode 100755 (executable)
index 7d9a3ce..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hdgf/data/ShortChunk2.vsd and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hdgf/data/ShortChunk3.vsd b/src/scratchpad/testcases/org/apache/poi/hdgf/data/ShortChunk3.vsd
deleted file mode 100755 (executable)
index c8bd7a1..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hdgf/data/ShortChunk3.vsd and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hdgf/data/Test_Visio-Some_Random_Text.vsd b/src/scratchpad/testcases/org/apache/poi/hdgf/data/Test_Visio-Some_Random_Text.vsd
deleted file mode 100644 (file)
index d699e11..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hdgf/data/Test_Visio-Some_Random_Text.vsd and /dev/null differ
index 16bd9a961ef3af8908f7d41f447a9d34198bdd04..30b8db4fbdb07e03ed8b5bbed635109c81c5dfe9 100644 (file)
@@ -19,20 +19,20 @@ package org.apache.poi.hdgf.extractor;
 
 import java.io.ByteArrayOutputStream;
 import java.io.File;
-import java.io.FileInputStream;
 import java.io.PrintStream;
 
 import junit.framework.TestCase;
 
 import org.apache.poi.hdgf.HDGFDiagram;
 import org.apache.poi.poifs.filesystem.POIFSFileSystem;
+import org.apache.poi.POIDataSamples;
 
 public final class TestVisioExtractor extends TestCase {
-       private String dirname;
+    private static POIDataSamples _dgTests = POIDataSamples.getDiagramInstance();
+
        private String defFilename;
        protected void setUp() {
-               dirname = System.getProperty("HDGF.testdata.path");
-               defFilename = dirname + "/Test_Visio-Some_Random_Text.vsd";
+               defFilename = "Test_Visio-Some_Random_Text.vsd";
        }
 
        /**
@@ -41,14 +41,14 @@ public final class TestVisioExtractor extends TestCase {
        public void testCreation() throws Exception {
                VisioTextExtractor extractor;
 
-               extractor = new VisioTextExtractor(new FileInputStream(defFilename));
+               extractor = new VisioTextExtractor(_dgTests.openResourceAsStream(defFilename));
                assertNotNull(extractor);
                assertNotNull(extractor.getAllText());
                assertEquals(3, extractor.getAllText().length);
 
                extractor = new VisioTextExtractor(
                                new POIFSFileSystem(
-                                               new FileInputStream(defFilename)
+                                               _dgTests.openResourceAsStream(defFilename)
                                )
                );
                assertNotNull(extractor);
@@ -58,7 +58,7 @@ public final class TestVisioExtractor extends TestCase {
                extractor = new VisioTextExtractor(
                        new HDGFDiagram(
                                new POIFSFileSystem(
-                                               new FileInputStream(defFilename)
+                                               _dgTests.openResourceAsStream(defFilename)
                                )
                        )
                );
@@ -69,7 +69,7 @@ public final class TestVisioExtractor extends TestCase {
 
        public void testExtraction() throws Exception {
                VisioTextExtractor extractor =
-                       new VisioTextExtractor(new FileInputStream(defFilename));
+                       new VisioTextExtractor(_dgTests.openResourceAsStream(defFilename));
 
                // Check the array fetch
                String[] text = extractor.getAllText();
@@ -86,20 +86,11 @@ public final class TestVisioExtractor extends TestCase {
        }
 
        public void testProblemFiles() throws Exception {
-               File a = new File(dirname, "44594.vsd");
-               VisioTextExtractor.main(new String[] {a.toString()});
-
-               File b = new File(dirname, "44594-2.vsd");
-               VisioTextExtractor.main(new String[] {b.toString()});
-
-               File c = new File(dirname, "ShortChunk1.vsd");
-               VisioTextExtractor.main(new String[] {c.toString()});
-
-               File d = new File(dirname, "ShortChunk2.vsd");
-               VisioTextExtractor.main(new String[] {d.toString()});
-
-               File e = new File(dirname, "ShortChunk3.vsd");
-               VisioTextExtractor.main(new String[] {e.toString()});
+               String[] files = {"44594.vsd", "44594-2.vsd", "ShortChunk1.vsd", "ShortChunk2.vsd", "ShortChunk3.vsd"};
+        for(String file : files){
+            VisioTextExtractor ex = new VisioTextExtractor(_dgTests.openResourceAsStream(file));
+            ex.getText();
+        }
        }
 
        public void testMain() throws Exception {
@@ -108,7 +99,8 @@ public final class TestVisioExtractor extends TestCase {
                PrintStream capture = new PrintStream(baos);
                System.setOut(capture);
 
-               VisioTextExtractor.main(new String[] {defFilename});
+        String path = _dgTests.getFile(defFilename).getPath();
+        VisioTextExtractor.main(new String[] {path});
 
                // Put things back
                System.setOut(oldOut);
index 66c3907082cf75786524a97acca0f79a9bfb3568..5ba377afdf7de452ad1ac86bb8190f14a79a319a 100644 (file)
@@ -18,6 +18,7 @@
 package org.apache.poi.hdgf.streams;
 
 import java.io.FileInputStream;
+import java.io.InputStream;
 
 import org.apache.poi.hdgf.HDGFDiagram;
 import org.apache.poi.hdgf.chunks.ChunkFactory;
@@ -25,6 +26,7 @@ import org.apache.poi.hdgf.pointers.Pointer;
 import org.apache.poi.hdgf.pointers.PointerFactory;
 import org.apache.poi.poifs.filesystem.DocumentEntry;
 import org.apache.poi.poifs.filesystem.POIFSFileSystem;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests for bugs with streams
@@ -36,13 +38,11 @@ public final class TestStreamBugs extends StreamTest {
        private POIFSFileSystem filesystem;
 
        protected void setUp() throws Exception {
-               String dirname = System.getProperty("HDGF.testdata.path");
-               String filename = dirname + "/44594.vsd";
                ptrFactory = new PointerFactory(11);
                chunkFactory = new ChunkFactory(11);
 
-               FileInputStream fin = new FileInputStream(filename);
-               filesystem = new POIFSFileSystem(fin);
+        InputStream is = POIDataSamples.getDiagramInstance().openResourceAsStream("44594.vsd");
+        filesystem = new POIFSFileSystem(is);
 
                DocumentEntry docProps =
                        (DocumentEntry)filesystem.getRoot().getEntry("VisioDocument");
index a06c03aa24b8bbbda837edee98e6785e3a043d4b..6aa2b2e31ca79d4661bec0fb68cdb79123d766af 100644 (file)
@@ -18,6 +18,7 @@
 package org.apache.poi.hdgf.streams;
 
 import java.io.FileInputStream;
+import java.io.InputStream;
 
 import org.apache.poi.hdgf.chunks.Chunk;
 import org.apache.poi.hdgf.chunks.ChunkFactory;
@@ -25,6 +26,7 @@ import org.apache.poi.hdgf.pointers.Pointer;
 import org.apache.poi.hdgf.pointers.PointerFactory;
 import org.apache.poi.poifs.filesystem.DocumentEntry;
 import org.apache.poi.poifs.filesystem.POIFSFileSystem;
+import org.apache.poi.POIDataSamples;
 
 public final class TestStreamComplex extends StreamTest {
        private byte[] contents;
@@ -34,13 +36,11 @@ public final class TestStreamComplex extends StreamTest {
        private PointerFactory ptrFactory;
 
        protected void setUp() throws Exception {
-               String dirname = System.getProperty("HDGF.testdata.path");
-               String filename = dirname + "/Test_Visio-Some_Random_Text.vsd";
                ptrFactory = new PointerFactory(11);
                chunkFactory = new ChunkFactory(11);
 
-               FileInputStream fin = new FileInputStream(filename);
-               POIFSFileSystem filesystem = new POIFSFileSystem(fin);
+        InputStream is = POIDataSamples.getDiagramInstance().openResourceAsStream("Test_Visio-Some_Random_Text.vsd");
+               POIFSFileSystem filesystem = new POIFSFileSystem(is);
 
                DocumentEntry docProps =
                        (DocumentEntry)filesystem.getRoot().getEntry("VisioDocument");
index 96e1591e0200ff83ee12fc341fac55da207b3663..4ea27937742b6e72183dee876c35757e0be7fdbd 100644 (file)
@@ -21,27 +21,22 @@ import java.io.File;
 import java.io.FileInputStream;
 
 import junit.framework.TestCase;
+import org.apache.poi.POIDataSamples;
 
 public final class TestHPBFDocument extends TestCase {
-       private String dir;
-
-       protected void setUp() {
-               dir = System.getProperty("HPBF.testdata.path");
-       }
+    private static final POIDataSamples _samples = POIDataSamples.getPublisherInstance();
 
        public void testOpen() throws Exception {
-               File f = new File(dir, "Sample.pub");
                HPBFDocument doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("Sample.pub")
                );
 
                assertNotNull(doc);
        }
 
        public void testBits() throws Exception {
-               File f = new File(dir, "Sample.pub");
                HPBFDocument doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("Sample.pub")
                );
 
                assertNotNull(doc.getMainContents());
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt0And10.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt0And10.pub
deleted file mode 100755 (executable)
index c4459fb..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt0And10.pub and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10.pub
deleted file mode 100755 (executable)
index 89c4a44..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10.pub and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10And20And30.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10And20And30.pub
deleted file mode 100755 (executable)
index 5f7f747..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10And20And30.pub and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10And20And30And40.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10And20And30And40.pub
deleted file mode 100755 (executable)
index d19ddc4..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10And20And30And40.pub and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10Longer.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10Longer.pub
deleted file mode 100755 (executable)
index 8a3dcc2..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt10Longer.pub and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt20.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt20.pub
deleted file mode 100755 (executable)
index 091a38c..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hpbf/data/LinkAt20.pub and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample.pub
deleted file mode 100755 (executable)
index b870168..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample.pub and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample.txt b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample.txt
deleted file mode 100644 (file)
index 279395e..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-This is some text on the first page
-It’s in times new roman, font size 10, all normal
-
-
-This is in bold and italic
-It’s Arial, 20 point font
-It’s in the second textbox on the first page
-
-
-This is the second page
-
-It is also times new roman, 10 point
-
-
-Table on page 2    Top right
-P2 table left      P2 table right
-Bottom Left        Bottom Right
-
-
-This text is on page two
-This is a link to Apache POI
-More normal text
-Link to a file
-
-
-More text, more hyperlinks
-email link
-Final hyperlink
-Within doc to page 1
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.pub
deleted file mode 100755 (executable)
index 610362c..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.pub and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.txt b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.txt
deleted file mode 100644 (file)
index f8a68bb..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-This is some text on the first page
-It’s in times new roman, font size 10, all normal
-
-We’ve added some more text in here, to push all the offsets about a bit.
-
-
-
-This is in bold and italic
-It’s Arial, 20 point font
-It’s in the second textbox on the first page
-
-Ditto with more text in here.
-
-
-This is the second page
-
-It is also times new roman, 10 point
-
-
-Table on page 2    Top right
-P2 table left      P2 table right
-Bottom Left        Bottom Right
-
-
-This text is on page two
-This is a link to Apache POI
-More normal text
-Link to a file
-
-
-More text, more hyperlinks
-email link
-Final hyperlink
-Within doc to page 1
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2000.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2000.pub
deleted file mode 100755 (executable)
index 2c6174e..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2000.pub and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.pub
deleted file mode 100755 (executable)
index 4f19bec..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.pub and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.txt b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.txt
deleted file mode 100644 (file)
index c2d791b..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-This is some text on the first page
-It’s in times new roman, font size 10, all normal
-
-
-This is in bold and italic
-It’s Arial, 20 point font
-It’s in the second textbox on the first page
-
-
-This is the second page12345678
-
-It is also times new roman, 10 point
-
-
-Table on page 2    Top right
-P2 table left      P2 table right
-Bottom Left        Bottom Right
-
-
-This text is on page two
-This is a link to Apache POI
-More normal text
-Link to a file
-
-
-More text, more hyperlinks
-email link
-Final hyperlink
-Within doc to page 1
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.pub
deleted file mode 100755 (executable)
index 445df85..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.pub and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.txt b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.txt
deleted file mode 100644 (file)
index 279395e..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-This is some text on the first page
-It’s in times new roman, font size 10, all normal
-
-
-This is in bold and italic
-It’s Arial, 20 point font
-It’s in the second textbox on the first page
-
-
-This is the second page
-
-It is also times new roman, 10 point
-
-
-Table on page 2    Top right
-P2 table left      P2 table right
-Bottom Left        Bottom Right
-
-
-This text is on page two
-This is a link to Apache POI
-More normal text
-Link to a file
-
-
-More text, more hyperlinks
-email link
-Final hyperlink
-Within doc to page 1
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample98.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample98.pub
deleted file mode 100755 (executable)
index 8adffda..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample98.pub and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/SampleBrochure.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/SampleBrochure.pub
deleted file mode 100644 (file)
index 00deec1..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hpbf/data/SampleBrochure.pub and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/SampleNewsletter.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/SampleNewsletter.pub
deleted file mode 100644 (file)
index 9490092..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hpbf/data/SampleNewsletter.pub and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Simple.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Simple.pub
deleted file mode 100755 (executable)
index 2397b9d..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Simple.pub and /dev/null differ
index 7aceb66d431887e3bf6cbda35e8ef01f766a1fe4..fd3c97fe72be038638dc73dba8006e8c555fd3d4 100644 (file)
@@ -21,37 +21,31 @@ import java.io.File;
 import java.io.FileInputStream;
 
 import org.apache.poi.hpbf.HPBFDocument;
+import org.apache.poi.POIDataSamples;
 
 import junit.framework.TestCase;
 
 public final class TextPublisherTextExtractor extends TestCase {
-       private String dir;
-
-       protected void setUp() {
-               dir = System.getProperty("HPBF.testdata.path");
-       }
+    private static final POIDataSamples _samples = POIDataSamples.getPublisherInstance();
 
        public void testBasics() throws Exception {
-               File f = new File(dir, "Sample.pub");
                HPBFDocument doc = new HPBFDocument(
-                               new FileInputStream(f)
+                               _samples.openResourceAsStream("Sample.pub")
                );
 
                PublisherTextExtractor ext =
                        new PublisherTextExtractor(doc);
                ext.getText();
 
-               f = new File(dir, "Simple.pub");
                ext = new PublisherTextExtractor(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("Simple.pub")
                );
                ext.getText();
        }
 
        public void testContents() throws Exception {
-               File f = new File(dir, "Sample.pub");
                HPBFDocument doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("Sample.pub")
                );
 
                PublisherTextExtractor ext =
@@ -87,9 +81,8 @@ public final class TextPublisherTextExtractor extends TestCase {
                );
 
                // Now a simpler one
-               f = new File(dir, "Simple.pub");
                ext = new PublisherTextExtractor(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("Simple.pub")
                );
                text = ext.getText();
                assertEquals(
@@ -113,21 +106,18 @@ public final class TextPublisherTextExtractor extends TestCase {
                File f;
                HPBFDocument doc;
 
-               f = new File(dir, "Sample.pub");
                doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("Sample.pub")
                );
                String s2007 = (new PublisherTextExtractor(doc)).getText();
 
-               f = new File(dir, "Sample2000.pub");
                doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("Sample2000.pub")
                );
                String s2000 = (new PublisherTextExtractor(doc)).getText();
 
-               f = new File(dir, "Sample98.pub");
                doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("Sample98.pub")
                );
                String s98 = (new PublisherTextExtractor(doc)).getText();
 
@@ -141,9 +131,8 @@ public final class TextPublisherTextExtractor extends TestCase {
         *  as we can hope it to.
         */
        public void testWithHyperlinks() throws Exception {
-               File f = new File(dir, "LinkAt10.pub");
                HPBFDocument doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("LinkAt10.pub")
                );
 
                PublisherTextExtractor ext =
@@ -159,8 +148,9 @@ public final class TextPublisherTextExtractor extends TestCase {
 
 
                // Now a much more complex document
-               f = new File(dir, "Sample.pub");
-               ext = new PublisherTextExtractor(new FileInputStream(f));
+               ext = new PublisherTextExtractor(
+                _samples.openResourceAsStream("Sample.pub")
+        );
                ext.setHyperlinksByDefault(true);
                String text = ext.getText();
 
index 702c5fd8f304d5beedf23786646c2bce37b5aa8c..0df03e16eb157b23878c66c69693cf864ab5837c 100644 (file)
@@ -21,20 +21,16 @@ import java.io.File;
 import java.io.FileInputStream;
 
 import org.apache.poi.hpbf.HPBFDocument;
+import org.apache.poi.POIDataSamples;
 
 import junit.framework.TestCase;
 
 public final class TestEscherParts extends TestCase {
-       private String dir;
-
-       protected void setUp() {
-               dir = System.getProperty("HPBF.testdata.path");
-       }
+    private static final POIDataSamples _samples = POIDataSamples.getPublisherInstance();
 
        public void testBasics() throws Exception {
-               File f = new File(dir, "Sample.pub");
                HPBFDocument doc = new HPBFDocument(
-                               new FileInputStream(f)
+                   _samples.openResourceAsStream("Sample.pub")
                );
 
                EscherStm es = doc.getEscherStm();
@@ -50,9 +46,8 @@ public final class TestEscherParts extends TestCase {
        }
 
        public void testComplex() throws Exception {
-               File f = new File(dir, "SampleBrochure.pub");
                HPBFDocument doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("SampleBrochure.pub")
                );
 
                EscherStm es = doc.getEscherStm();
@@ -68,9 +63,8 @@ public final class TestEscherParts extends TestCase {
 
 
                // Now do another complex file
-               f = new File(dir, "SampleNewsletter.pub");
                doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("SampleNewsletter.pub")
                );
 
                es = doc.getEscherStm();
index 6a80c86286e1b8c5d5e2417257533fda71b615e9..b88e45b02899f91d65981e8f594d1504a361a9cb 100644 (file)
 
 package org.apache.poi.hpbf.model;
 
-import java.io.File;
-import java.io.FileInputStream;
-
 import org.apache.poi.hpbf.HPBFDocument;
 import org.apache.poi.hpbf.model.qcbits.QCTextBit;
 import org.apache.poi.hpbf.model.qcbits.QCPLCBit.Type12;
 import org.apache.poi.hpbf.model.qcbits.QCPLCBit.Type0;
 import org.apache.poi.hpbf.model.qcbits.QCPLCBit.Type4;
 import org.apache.poi.hpbf.model.qcbits.QCPLCBit.Type8;
+import org.apache.poi.POIDataSamples;
 
 import junit.framework.TestCase;
 
 public final class TestQuillContents extends TestCase {
-       private String dir;
-
-       protected void setUp() {
-               dir = System.getProperty("HPBF.testdata.path");
-       }
+    private static final POIDataSamples _samples = POIDataSamples.getPublisherInstance();
 
        public void testBasics() throws Exception {
-               File f = new File(dir, "Sample.pub");
                HPBFDocument doc = new HPBFDocument(
-                               new FileInputStream(f)
+                   _samples.openResourceAsStream("Sample.pub")
                );
 
                QuillContents qc = doc.getQuillContents();
@@ -69,9 +62,8 @@ public final class TestQuillContents extends TestCase {
        }
 
        public void testText() throws Exception {
-               File f = new File(dir, "Sample.pub");
                HPBFDocument doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("Sample.pub")
                );
 
                QuillContents qc = doc.getQuillContents();
@@ -84,9 +76,8 @@ public final class TestQuillContents extends TestCase {
        }
 
        public void testPLC() throws Exception {
-               File f = new File(dir, "Simple.pub");
                HPBFDocument doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("Simple.pub")
                );
 
                QuillContents qc = doc.getQuillContents();
@@ -145,9 +136,8 @@ public final class TestQuillContents extends TestCase {
        }
 
        public void testComplexPLC() throws Exception {
-               File f = new File(dir, "Sample.pub");
                HPBFDocument doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("Sample.pub")
                );
 
                QuillContents qc = doc.getQuillContents();
@@ -247,9 +237,8 @@ public final class TestQuillContents extends TestCase {
        }
 
        public void testNoHyperlinks() throws Exception {
-               File f = new File(dir, "SampleNewsletter.pub");
                HPBFDocument doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("SampleNewsletter.pub")
                );
 
                QuillContents qc = doc.getQuillContents();
@@ -264,15 +253,13 @@ public final class TestQuillContents extends TestCase {
        }
 
        public void testSimpleHyperlink() throws Exception {
-               File f;
                HPBFDocument doc;
                QuillContents qc;
                Type12 hlBit;
 
                // Link at 10
-               f = new File(dir, "LinkAt10.pub");
                doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("LinkAt10.pub")
                );
                qc = doc.getQuillContents();
 
@@ -285,9 +272,8 @@ public final class TestQuillContents extends TestCase {
                assertEquals("http://poi.apache.org/", hlBit.getHyperlink(0));
 
                // Longer link at 10
-               f = new File(dir, "LinkAt10Longer.pub");
                doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("LinkAt10Longer.pub")
                );
                qc = doc.getQuillContents();
 
@@ -300,9 +286,8 @@ public final class TestQuillContents extends TestCase {
                assertEquals("http://poi.apache.org/hpbf/", hlBit.getHyperlink(0));
 
                // Link at 20
-               f = new File(dir, "LinkAt20.pub");
                doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("LinkAt20.pub")
                );
                qc = doc.getQuillContents();
 
@@ -316,15 +301,13 @@ public final class TestQuillContents extends TestCase {
        }
 
        public void testManyHyperlinks() throws Exception {
-               File f;
                HPBFDocument doc;
                QuillContents qc;
                Type12 hlBit;
 
                // Link at 10
-               f = new File(dir, "LinkAt10.pub");
                doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("LinkAt10.pub")
                );
                qc = doc.getQuillContents();
 
@@ -339,16 +322,14 @@ public final class TestQuillContents extends TestCase {
        }
 
        public void testHyperlinkDifferentVersions() throws Exception {
-               File f;
                HPBFDocument doc;
                QuillContents qc;
                Type12 hlBitA;
                Type12 hlBitB;
 
                // Latest version
-               f = new File(dir, "Sample.pub");
                doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("Sample.pub")
                );
                qc = doc.getQuillContents();
 
@@ -375,9 +356,8 @@ public final class TestQuillContents extends TestCase {
                assertEquals("mailto:dev@poi.apache.org?subject=HPBF", hlBitB.getHyperlink(2));
 
                // 2000 version
-               f = new File(dir, "Sample2000.pub");
                doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("Sample2000.pub")
                );
                qc = doc.getQuillContents();
 
@@ -404,9 +384,8 @@ public final class TestQuillContents extends TestCase {
                assertEquals("mailto:dev@poi.apache.org?subject=HPBF", hlBitB.getHyperlink(2));
 
                // 98 version
-               f = new File(dir, "Sample98.pub");
                doc = new HPBFDocument(
-                               new FileInputStream(f)
+                _samples.openResourceAsStream("Sample98.pub")
                );
                qc = doc.getQuillContents();
 
index 892cb81387c10d54c5af59c7a00b0d92d52c81eb..da07810b86207e9f016ed267cfb05c75be111e33 100644 (file)
@@ -21,6 +21,7 @@ package org.apache.poi.hslf;
 import junit.framework.TestCase;
 
 import org.apache.poi.hslf.exceptions.EncryptedPowerPointFileException;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that HSLFSlideShow does the right thing with an encrypted file
@@ -28,48 +29,31 @@ import org.apache.poi.hslf.exceptions.EncryptedPowerPointFileException;
  * @author Nick Burch (nick at torchbox dot com)
  */
 public final class TestEncryptedFile extends TestCase {
-       // A non encrypted file
-       private String ss_ne;
-       // An encrypted file, with encrypted properties
-       private String ss_e;
-       // An encrypted file, without encrypted properties
-       private String ss_np_e;
-       // An encrypted file, with a 56 bit key
-       private String ss_56_e;
-
-
-       public TestEncryptedFile() {
-               String dirname = System.getProperty("HSLF.testdata.path");
-
-               ss_ne = dirname + "/basic_test_ppt_file.ppt";
-               ss_e = dirname + "/Password_Protected-hello.ppt";
-               ss_np_e = dirname + "/Password_Protected-np-hello.ppt";
-               ss_56_e = dirname + "/Password_Protected-56-hello.ppt";
-       }
+    private static POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
 
        public void testLoadNonEncrypted() throws Exception {
-               HSLFSlideShow hss = new HSLFSlideShow(ss_ne);
+               HSLFSlideShow hss = new HSLFSlideShow(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
 
                assertNotNull(hss);
        }
 
        public void testLoadEncrypted() throws Exception {
                try {
-                       new HSLFSlideShow(ss_e);
+            new HSLFSlideShow(slTests.openResourceAsStream("Password_Protected-hello.ppt"));
                        fail();
                } catch(EncryptedPowerPointFileException e) {
                        // Good
                }
 
                try {
-                       new HSLFSlideShow(ss_np_e);
+            new HSLFSlideShow(slTests.openResourceAsStream("Password_Protected-np-hello.ppt"));
                        fail();
                } catch(EncryptedPowerPointFileException e) {
                        // Good
                }
 
                try {
-                       new HSLFSlideShow(ss_56_e);
+            new HSLFSlideShow(slTests.openResourceAsStream("Password_Protected-56-hello.ppt"));
                        fail();
                } catch(EncryptedPowerPointFileException e) {
                        // Good
index b1468f2c5535dcf1c27447bd2ef9be44ebcfb552..ff918ad03d71ef66edf20e5d2a3af1bf6ffb2513 100644 (file)
@@ -19,10 +19,14 @@ package org.apache.poi.hslf;
 
 
 import junit.framework.TestCase;
-import java.io.*;
 
 import org.apache.poi.hslf.usermodel.SlideShow;
 import org.apache.poi.poifs.filesystem.*;
+import org.apache.poi.POIDataSamples;
+
+import java.io.ByteArrayOutputStream;
+import java.io.ByteArrayInputStream;
+import java.io.FileNotFoundException;
 
 /**
  * Tests that HSLFSlideShow writes the powerpoint bit of data back out
@@ -41,21 +45,16 @@ public final class TestReWrite extends TestCase {
        private POIFSFileSystem pfsC;
 
     public void setUp() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
 
-               String filenameA = dirname + "/basic_test_ppt_file.ppt";
-               FileInputStream fisA = new FileInputStream(filenameA);
-               pfsA = new POIFSFileSystem(fisA);
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+        
+               pfsA = new POIFSFileSystem(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
                hssA = new HSLFSlideShow(pfsA);
 
-               String filenameB = dirname + "/ParagraphStylesShorterThanCharStyles.ppt";
-               FileInputStream fisB = new FileInputStream(filenameB);
-               pfsB = new POIFSFileSystem(fisB);
+        pfsB = new POIFSFileSystem(slTests.openResourceAsStream("ParagraphStylesShorterThanCharStyles.ppt"));
                hssB = new HSLFSlideShow(pfsB);
 
-               String filenameC = dirname + "/WithMacros.ppt";
-               FileInputStream fisC = new FileInputStream(filenameC);
-               pfsC = new POIFSFileSystem(fisC);
+        pfsC = new POIFSFileSystem(slTests.openResourceAsStream("WithMacros.ppt"));
                hssC = new HSLFSlideShow(pfsC);
     }
 
index 7467021544289fd5a2664e11d52338e29669c35b..4590e551ce06a49f852da7f7149c4738c11704ff 100644 (file)
@@ -23,6 +23,7 @@ import java.io.*;
 import java.util.*;
 import org.apache.poi.hslf.record.*;
 import org.apache.poi.poifs.filesystem.*;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that HSLFSlideShow writes the powerpoint bit of data back out
@@ -37,10 +38,8 @@ public final class TestReWriteSanity extends TestCase {
        private POIFSFileSystem pfs;
 
     public TestReWriteSanity() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/basic_test_ppt_file.ppt";
-               FileInputStream fis = new FileInputStream(filename);
-               pfs = new POIFSFileSystem(fis);
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               pfs = new POIFSFileSystem(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
                ss = new HSLFSlideShow(pfs);
     }
 
index 16e0c2785cd15451159d65c742c75c9c11a8be90..5d509b620315843ade69eb779f080d1b744d2d55 100644 (file)
@@ -20,6 +20,7 @@ package org.apache.poi.hslf;
 
 import junit.framework.TestCase;
 import org.apache.poi.hslf.record.*;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that HSLFSlideShow returns the right numbers of key records when
@@ -32,9 +33,8 @@ public final class TestRecordCounts extends TestCase {
        private HSLFSlideShow ss;
 
        public TestRecordCounts() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/basic_test_ppt_file.ppt";
-               ss = new HSLFSlideShow(filename);
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               ss = new HSLFSlideShow(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
        }
 
        public void testSheetsCount() {
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/38256.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/38256.ppt
deleted file mode 100644 (file)
index a0883bd..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/38256.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/41071.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/41071.ppt
deleted file mode 100755 (executable)
index 4a44302..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/41071.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/41384.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/41384.ppt
deleted file mode 100644 (file)
index 7a206ec..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/41384.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/42474-1.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/42474-1.ppt
deleted file mode 100644 (file)
index 15b654d..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/42474-1.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/42474-2.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/42474-2.ppt
deleted file mode 100644 (file)
index 5c6f8ca..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/42474-2.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/42485.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/42485.ppt
deleted file mode 100644 (file)
index e9e3dda..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/42485.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/42486.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/42486.ppt
deleted file mode 100644 (file)
index af45163..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/42486.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/42520.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/42520.ppt
deleted file mode 100644 (file)
index 15bcf64..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/42520.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/43781.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/43781.ppt
deleted file mode 100755 (executable)
index ddea91f..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/43781.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/44296.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/44296.ppt
deleted file mode 100755 (executable)
index 1e0529d..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/44296.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/44770.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/44770.ppt
deleted file mode 100755 (executable)
index d7ae12b..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/44770.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/45537_Footer.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/45537_Footer.ppt
deleted file mode 100644 (file)
index f358b14..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/45537_Footer.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/45537_Header.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/45537_Header.ppt
deleted file mode 100644 (file)
index e09d775..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/45537_Header.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/45541_Footer.pptx b/src/scratchpad/testcases/org/apache/poi/hslf/data/45541_Footer.pptx
deleted file mode 100644 (file)
index 84e3f47..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/45541_Footer.pptx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/45541_Header.pptx b/src/scratchpad/testcases/org/apache/poi/hslf/data/45541_Header.pptx
deleted file mode 100644 (file)
index fe7b7a1..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/45541_Header.pptx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/45543.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/45543.ppt
deleted file mode 100644 (file)
index d5b04f8..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/45543.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/45545_Comment.pptx b/src/scratchpad/testcases/org/apache/poi/hslf/data/45545_Comment.pptx
deleted file mode 100644 (file)
index ce34eea..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/45545_Comment.pptx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/47261.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/47261.ppt
deleted file mode 100755 (executable)
index 7a26a79..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/47261.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/PPT95.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/PPT95.ppt
deleted file mode 100644 (file)
index 3f338d4..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/PPT95.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/ParagraphStylesShorterThanCharStyles.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/ParagraphStylesShorterThanCharStyles.ppt
deleted file mode 100644 (file)
index 19a8a75..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/ParagraphStylesShorterThanCharStyles.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/Password_Protected-56-hello.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/Password_Protected-56-hello.ppt
deleted file mode 100644 (file)
index d1e5d66..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/Password_Protected-56-hello.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/Password_Protected-hello.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/Password_Protected-hello.ppt
deleted file mode 100644 (file)
index 3bbab4d..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/Password_Protected-hello.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/Password_Protected-np-hello.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/Password_Protected-np-hello.ppt
deleted file mode 100644 (file)
index 8634183..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/Password_Protected-np-hello.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/PictureLengthZero.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/PictureLengthZero.ppt
deleted file mode 100644 (file)
index 1cb0cda..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/PictureLengthZero.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/PictureTypeZero.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/PictureTypeZero.ppt
deleted file mode 100644 (file)
index 66b4e50..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/PictureTypeZero.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.ppt
deleted file mode 100755 (executable)
index 81b99e1..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.pptx b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.pptx
deleted file mode 100755 (executable)
index e5237f4..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.pptx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.txt b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.txt
deleted file mode 100644 (file)
index ccfe4d2..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-Author = Nick Burch
-Title = SlideShow Sample
-Subject = A sample slideshow
-Keywords = Sample Testing
-Comments = This is a sample slideshow, for use with testing etc
-
-(Slide 1)
-Title of the first slide
-
-Subtitle of the first slide
-
-This bit is in italic green
-
-(Notes 1)
-I am the notes of the first slide
-
-(Slide 2)
-This is the second slide
-
-* It has bullet points on it
-* They’re fun, aren’t they?
-* Especially in a different font like Arial Black at 16 point!
-
-(Notes 2)
-These are the notes of the 2nd slide
-THIS LINE IS BOLD
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/Single_Coloured_Page.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/Single_Coloured_Page.ppt
deleted file mode 100644 (file)
index 4555025..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/Single_Coloured_Page.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/Single_Coloured_Page_With_Fonts_and_Alignments.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/Single_Coloured_Page_With_Fonts_and_Alignments.ppt
deleted file mode 100644 (file)
index a177642..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/Single_Coloured_Page_With_Fonts_and_Alignments.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/WithComments.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/WithComments.ppt
deleted file mode 100755 (executable)
index 2b5f864..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/WithComments.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/WithLinks.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/WithLinks.ppt
deleted file mode 100644 (file)
index f08a81a..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/WithLinks.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/WithMacros.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/WithMacros.ppt
deleted file mode 100644 (file)
index 1c72231..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/WithMacros.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/alterman_security.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/alterman_security.ppt
deleted file mode 100644 (file)
index 72c2261..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/alterman_security.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/backgrounds.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/backgrounds.ppt
deleted file mode 100644 (file)
index 591efaf..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/backgrounds.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/basic_test_ppt_file.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/basic_test_ppt_file.ppt
deleted file mode 100644 (file)
index af16393..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/basic_test_ppt_file.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/bug-41015.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/bug-41015.ppt
deleted file mode 100644 (file)
index b804a60..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/bug-41015.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/bullets.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/bullets.ppt
deleted file mode 100644 (file)
index be2f8bb..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/bullets.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/clock.jpg b/src/scratchpad/testcases/org/apache/poi/hslf/data/clock.jpg
deleted file mode 100644 (file)
index 5f05e42..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/clock.jpg and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/cow.pict b/src/scratchpad/testcases/org/apache/poi/hslf/data/cow.pict
deleted file mode 100644 (file)
index 71b81d2..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/cow.pict and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/empty.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/empty.ppt
deleted file mode 100644 (file)
index 20d2398..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/empty.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/empty_textbox.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/empty_textbox.ppt
deleted file mode 100644 (file)
index 403b286..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/empty_textbox.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/headers_footers.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/headers_footers.ppt
deleted file mode 100644 (file)
index 891d73f..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/headers_footers.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/headers_footers_2007.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/headers_footers_2007.ppt
deleted file mode 100644 (file)
index 51b2c53..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/headers_footers_2007.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/iisd_report.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/iisd_report.ppt
deleted file mode 100644 (file)
index 976fa94..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/iisd_report.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/incorrect_slide_order.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/incorrect_slide_order.ppt
deleted file mode 100644 (file)
index 6aead5d..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/incorrect_slide_order.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/missing_core_records.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/missing_core_records.ppt
deleted file mode 100644 (file)
index 67325eb..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/missing_core_records.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/next_test_ppt_file.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/next_test_ppt_file.ppt
deleted file mode 100644 (file)
index 69b2c47..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/next_test_ppt_file.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/ole2-embedding-2003.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/ole2-embedding-2003.ppt
deleted file mode 100644 (file)
index 506888f..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/ole2-embedding-2003.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/painting.png b/src/scratchpad/testcases/org/apache/poi/hslf/data/painting.png
deleted file mode 100644 (file)
index 28f1233..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/painting.png and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/pictures.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/pictures.ppt
deleted file mode 100644 (file)
index 9f6ce6d..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/pictures.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/ppt_with_png.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/ppt_with_png.ppt
deleted file mode 100755 (executable)
index 0e0ac67..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/ppt_with_png.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/ringin.wav b/src/scratchpad/testcases/org/apache/poi/hslf/data/ringin.wav
deleted file mode 100755 (executable)
index f8d4292..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/ringin.wav and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/sample.pptx b/src/scratchpad/testcases/org/apache/poi/hslf/data/sample.pptx
deleted file mode 100644 (file)
index fbd540c..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/sample.pptx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/santa.wmf b/src/scratchpad/testcases/org/apache/poi/hslf/data/santa.wmf
deleted file mode 100644 (file)
index 20993ba..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/santa.wmf and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/sci_cec.dib b/src/scratchpad/testcases/org/apache/poi/hslf/data/sci_cec.dib
deleted file mode 100644 (file)
index 61bfb62..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/sci_cec.dib and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/slide_master.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/slide_master.ppt
deleted file mode 100644 (file)
index 0889a5d..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/slide_master.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/sound.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/sound.ppt
deleted file mode 100755 (executable)
index 2d1316a..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/sound.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/text-margins.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/text-margins.ppt
deleted file mode 100755 (executable)
index cf539ae..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/text-margins.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/text_shapes.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/text_shapes.ppt
deleted file mode 100755 (executable)
index c36183a..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/text_shapes.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/tomcat.png b/src/scratchpad/testcases/org/apache/poi/hslf/data/tomcat.png
deleted file mode 100644 (file)
index b10c6b7..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/tomcat.png and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/with_textbox.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/with_textbox.ppt
deleted file mode 100644 (file)
index d79584f..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/with_textbox.ppt and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/wrench.emf b/src/scratchpad/testcases/org/apache/poi/hslf/data/wrench.emf
deleted file mode 100644 (file)
index 8001607..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hslf/data/wrench.emf and /dev/null differ
index fdcc45e0b9a1c254ddf3d012e79f4e7b2c59fcfa..8b236b31eed1cd49c1a08da263f3aa8209d545bf 100644 (file)
@@ -21,6 +21,8 @@ package org.apache.poi.hslf.extractor;
 import junit.framework.TestCase;
 import java.util.Vector;
 
+import org.apache.poi.POIDataSamples;
+
 /**
  * Tests that the QuickButCruddyTextExtractor works correctly
  *
@@ -56,9 +58,8 @@ public final class TestCruddyExtractor extends TestCase {
        };
 
     public TestCruddyExtractor() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/basic_test_ppt_file.ppt";
-               te = new QuickButCruddyTextExtractor(filename);
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               te = new QuickButCruddyTextExtractor(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
     }
 
     public void testReadAsVector() {
index 769638bf027758352cf795de5486bdd623b0a34c..66316be7df7b3cee364a4004aa583d566ee7ad17 100644 (file)
@@ -28,6 +28,7 @@ import org.apache.poi.poifs.filesystem.DirectoryNode;
 import org.apache.poi.poifs.filesystem.POIFSFileSystem;
 import org.apache.poi.hssf.usermodel.HSSFWorkbook;
 import org.apache.poi.hwpf.HWPFDocument;
+import org.apache.poi.POIDataSamples;
 
 import junit.framework.TestCase;
 
@@ -41,19 +42,15 @@ public final class TestExtractor extends TestCase {
        private PowerPointExtractor ppe;
        /** Extractor primed on the 1 page but text-box'd test data */
        private PowerPointExtractor ppe2;
-       /** Where to go looking for our test files */
-       private String dirname;
        /** Where our embeded files live */
-       private String pdirname;
+       //private String pdirname;
+    private static POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+    //private String pdirname;
 
     protected void setUp() throws Exception {
-               dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/basic_test_ppt_file.ppt";
-               ppe = new PowerPointExtractor(filename);
-               String filename2 = dirname + "/with_textbox.ppt";
-               ppe2 = new PowerPointExtractor(filename2);
-               
-               pdirname = System.getProperty("POIFS.testdata.path");
+
+               ppe = new PowerPointExtractor(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
+               ppe2 = new PowerPointExtractor(slTests.openResourceAsStream("with_textbox.ppt"));
     }
 
     public void testReadSheetText() {
@@ -114,8 +111,7 @@ public final class TestExtractor extends TestCase {
         * @throws Exception
         */
        public void testMissingCoreRecords() throws Exception {
-               String filename = dirname + "/missing_core_records.ppt";
-               ppe = new PowerPointExtractor(filename);
+               ppe = new PowerPointExtractor(slTests.openResourceAsStream("missing_core_records.ppt"));
                
                String text = ppe.getText(true, false);
                String nText = ppe.getNotes();
@@ -141,72 +137,67 @@ public final class TestExtractor extends TestCase {
     }
     
     public void testExtractFromEmbeded() throws Exception {
-       String filename3 = pdirname + "/excel_with_embeded.xls";
-       POIFSFileSystem fs = new POIFSFileSystem(
-                       new FileInputStream(filename3)
-       );
-       HSLFSlideShow ss;
-       
-       DirectoryNode dirA = (DirectoryNode)
-               fs.getRoot().getEntry("MBD0000A3B6");
-               DirectoryNode dirB = (DirectoryNode)
-                       fs.getRoot().getEntry("MBD0000A3B3");
-               
-               assertNotNull(dirA.getEntry("PowerPoint Document"));
-               assertNotNull(dirB.getEntry("PowerPoint Document"));
-       
-               // Check the first file
-       ss = new HSLFSlideShow(dirA, fs);
-               ppe = new PowerPointExtractor(ss);
-               assertEquals("Sample PowerPoint file\nThis is the 1st file\nNot much too it\n",
-                               ppe.getText(true, false)
-               );
+         POIFSFileSystem fs = new POIFSFileSystem(
+             POIDataSamples.getSpreadSheetInstance().openResourceAsStream("excel_with_embeded.xls")
+         );
+         HSLFSlideShow ss;
 
-               // And the second
-       ss = new HSLFSlideShow(dirB, fs);
-               ppe = new PowerPointExtractor(ss);
-               assertEquals("Sample PowerPoint file\nThis is the 2nd file\nNot much too it either\n",
-                               ppe.getText(true, false)
-               );
-    }
+         DirectoryNode dirA = (DirectoryNode)
+             fs.getRoot().getEntry("MBD0000A3B6");
+         DirectoryNode dirB = (DirectoryNode)
+             fs.getRoot().getEntry("MBD0000A3B3");
 
-    /**
-     * A powerpoint file with embeded powerpoint files
-     */
-    public void testExtractFromOwnEmbeded() throws Exception {
-       String path = pdirname + "/ppt_with_embeded.ppt";
-               ppe = new PowerPointExtractor(path);
-        List<OLEShape> shapes = ppe.getOLEShapes();
-        assertEquals("Expected 6 ole shapes in " + path, 6, shapes.size());
-        int num_ppt = 0, num_doc = 0, num_xls = 0;
-        for(OLEShape ole : shapes) {
-            String name = ole.getInstanceName();
-            InputStream data = ole.getObjectData().getData();
-            if ("Worksheet".equals(name)) {
-                HSSFWorkbook wb = new HSSFWorkbook(data);
-                num_xls++;
-            } else if ("Document".equals(name)) {
-                HWPFDocument doc = new HWPFDocument(data);
-                num_doc++;
-            } else if ("Presentation".equals(name)) {
-                num_ppt++;
-                SlideShow ppt = new SlideShow(data);
-            }
-        }
-        assertEquals("Expected 2 embedded Word Documents", 2, num_doc);
-        assertEquals("Expected 2 embedded Excel Spreadsheets", 2, num_xls);
-        assertEquals("Expected 2 embedded PowerPoint Presentations", 2, num_ppt);
-    }
+         assertNotNull(dirA.getEntry("PowerPoint Document"));
+         assertNotNull(dirB.getEntry("PowerPoint Document"));
+
+         // Check the first file
+         ss = new HSLFSlideShow(dirA, fs);
+         ppe = new PowerPointExtractor(ss);
+         assertEquals("Sample PowerPoint file\nThis is the 1st file\nNot much too it\n",
+                 ppe.getText(true, false)
+         );
+
+         // And the second
+         ss = new HSLFSlideShow(dirB, fs);
+         ppe = new PowerPointExtractor(ss);
+         assertEquals("Sample PowerPoint file\nThis is the 2nd file\nNot much too it either\n",
+                 ppe.getText(true, false)
+         );
+     }
+
+     /**
+      * A powerpoint file with embeded powerpoint files
+      */
+     public void testExtractFromOwnEmbeded() throws Exception {
+         String path = "ppt_with_embeded.ppt";
+         ppe = new PowerPointExtractor(POIDataSamples.getSlideShowInstance().openResourceAsStream(path));
+         List<OLEShape> shapes = ppe.getOLEShapes();
+         assertEquals("Expected 6 ole shapes in " + path, 6, shapes.size());
+         int num_ppt = 0, num_doc = 0, num_xls = 0;
+         for(OLEShape ole : shapes) {
+             String name = ole.getInstanceName();
+             InputStream data = ole.getObjectData().getData();
+             if ("Worksheet".equals(name)) {
+                 HSSFWorkbook wb = new HSSFWorkbook(data);
+                 num_xls++;
+             } else if ("Document".equals(name)) {
+                 HWPFDocument doc = new HWPFDocument(data);
+                 num_doc++;
+             } else if ("Presentation".equals(name)) {
+                 num_ppt++;
+                 SlideShow ppt = new SlideShow(data);
+             }
+         }
+         assertEquals("Expected 2 embedded Word Documents", 2, num_doc);
+         assertEquals("Expected 2 embedded Excel Spreadsheets", 2, num_xls);
+         assertEquals("Expected 2 embedded PowerPoint Presentations", 2, num_ppt);
+     }
     
     /**
      * From bug #45543
      */
     public void testWithComments() throws Exception {
-               String filename;
-               
-               // New file
-               filename = dirname + "/WithComments.ppt";
-               ppe = new PowerPointExtractor(filename);
+               ppe = new PowerPointExtractor(slTests.openResourceAsStream("WithComments.ppt"));
 
                String text = ppe.getText();
                assertFalse("Comments not in by default", contains(text, "This is a test comment"));
@@ -218,8 +209,7 @@ public final class TestExtractor extends TestCase {
 
                
                // And another file
-               filename = dirname + "/45543.ppt";
-               ppe = new PowerPointExtractor(filename);
+               ppe = new PowerPointExtractor(slTests.openResourceAsStream("45543.ppt"));
 
         text = ppe.getText();
                assertFalse("Comments not in by default", contains(text, "testdoc"));
@@ -234,11 +224,10 @@ public final class TestExtractor extends TestCase {
      * From bug #45537
      */
     public void testHeaderFooter() throws Exception {
-               String filename, text;
-               
+               String  text;
+
                // With a header on the notes
-               filename = dirname + "/45537_Header.ppt";
-               HSLFSlideShow hslf = new HSLFSlideShow(new FileInputStream(filename));
+               HSLFSlideShow hslf = new HSLFSlideShow(slTests.openResourceAsStream("45537_Header.ppt"));
                SlideShow ss = new SlideShow(hslf);
                assertNotNull(ss.getNotesHeadersFooters());
                assertEquals("testdoc test phrase", ss.getNotesHeadersFooters().getHeaderText());
@@ -256,13 +245,12 @@ public final class TestExtractor extends TestCase {
 
         
                // And with a footer, also on notes
-               filename = dirname + "/45537_Footer.ppt";
-               hslf = new HSLFSlideShow(new FileInputStream(filename));
+               hslf = new HSLFSlideShow(slTests.openResourceAsStream("45537_Footer.ppt"));
                ss = new SlideShow(hslf);
                assertNotNull(ss.getNotesHeadersFooters());
                assertEquals("testdoc test phrase", ss.getNotesHeadersFooters().getFooterText());
                
-               ppe = new PowerPointExtractor(filename);
+               ppe = new PowerPointExtractor(slTests.openResourceAsStream("45537_Footer.ppt"));
 
                text = ppe.getText();
                assertFalse("Unable to find expected word in text\n" + text, contains(text, "testdoc"));
index e1ac1914f66a7e04e02a9722922677aab073701b..69e7a6b37fe80741af012959b6e3e925b4fea00c 100644 (file)
@@ -24,6 +24,7 @@ import java.awt.*;
 
 import org.apache.poi.hslf.usermodel.SlideShow;
 import org.apache.poi.hslf.HSLFSlideShow;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Test <code>Fill</code> object.
@@ -31,6 +32,7 @@ import org.apache.poi.hslf.HSLFSlideShow;
  * @author Yegor Kozlov
  */
 public final class TestBackground extends TestCase {
+    private static POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
 
     /**
      * Default background for slide, shape and slide master.
@@ -52,7 +54,7 @@ public final class TestBackground extends TestCase {
      * Read fill information from an reference ppt file
      */
     public void testReadBackground() throws Exception {
-        SlideShow ppt = new SlideShow(new HSLFSlideShow(System.getProperty("HSLF.testdata.path") + "/backgrounds.ppt"));
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("backgrounds.ppt"));
         Fill fill;
         Shape shape;
 
@@ -93,7 +95,7 @@ public final class TestBackground extends TestCase {
         slide = ppt.createSlide();
         slide.setFollowMasterBackground(false);
         fill = slide.getBackground().getFill();
-        idx = ppt.addPicture(new File(System.getProperty("HSLF.testdata.path") + "/tomcat.png"), Picture.PNG);
+        idx = ppt.addPicture(_slTests.readFile("tomcat.png"), Picture.PNG);
         fill.setFillType(Fill.FILL_PICTURE);
         fill.setPictureData(idx);
 
@@ -107,7 +109,7 @@ public final class TestBackground extends TestCase {
         slide = ppt.createSlide();
         slide.setFollowMasterBackground(false);
         fill = slide.getBackground().getFill();
-        idx = ppt.addPicture(new File(System.getProperty("HSLF.testdata.path") + "/tomcat.png"), Picture.PNG);
+        idx = ppt.addPicture(_slTests.readFile("tomcat.png"), Picture.PNG);
         fill.setFillType(Fill.FILL_PATTERN);
         fill.setPictureData(idx);
         fill.setBackgroundColor(Color.green);
@@ -123,7 +125,7 @@ public final class TestBackground extends TestCase {
         slide = ppt.createSlide();
         slide.setFollowMasterBackground(false);
         fill = slide.getBackground().getFill();
-        idx = ppt.addPicture(new File(System.getProperty("HSLF.testdata.path") + "/tomcat.png"), Picture.PNG);
+        idx = ppt.addPicture(_slTests.readFile("tomcat.png"), Picture.PNG);
         fill.setFillType(Fill.FILL_TEXTURE);
         fill.setPictureData(idx);
 
@@ -131,7 +133,7 @@ public final class TestBackground extends TestCase {
         shape.setAnchor(new java.awt.Rectangle(100, 100, 200, 200));
         fill = shape.getFill();
         fill.setFillType(Fill.FILL_PICTURE);
-        idx = ppt.addPicture(new File(System.getProperty("HSLF.testdata.path") + "/clock.jpg"), Picture.JPEG);
+        idx = ppt.addPicture(_slTests.readFile("clock.jpg"), Picture.JPEG);
         fill.setPictureData(idx);
         slide.addShape(shape);
 
index cf94e0453964b17e362bd656b1971efb3e10e44b..1e86b8c3af4df9fefda576724189aaade8c9a21b 100644 (file)
@@ -19,6 +19,7 @@ package org.apache.poi.hslf.model;
 
 import java.io.*;
 import org.apache.poi.hslf.usermodel.SlideShow;
+import org.apache.poi.POIDataSamples;
 
 import junit.framework.TestCase;
 
@@ -28,14 +29,11 @@ import junit.framework.TestCase;
 public final class TestHeadersFooters extends TestCase
 {
 
-    public static final String cwd = System.getProperty("HSLF.testdata.path");
+    private static POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
 
     public void testRead() throws Exception
     {
-        File file = new File(cwd, "headers_footers.ppt");
-        FileInputStream is = new FileInputStream(file);
-        SlideShow ppt = new SlideShow(is);
-        is.close();
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("headers_footers.ppt"));
 
         HeadersFooters slideHdd = ppt.getSlideHeadersFooters();
         assertTrue(slideHdd.isFooterVisible());
@@ -79,10 +77,7 @@ public final class TestHeadersFooters extends TestCase
      */
     public void testReadNoHeadersFooters() throws Exception
     {
-        File file = new File(cwd, "basic_test_ppt_file.ppt");
-        FileInputStream is = new FileInputStream(file);
-        SlideShow ppt = new SlideShow(is);
-        is.close();
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
 
         HeadersFooters slideHdd = ppt.getSlideHeadersFooters();
         assertFalse(slideHdd.isFooterVisible());
@@ -119,10 +114,7 @@ public final class TestHeadersFooters extends TestCase
      */
     public void testRead2007() throws Exception
     {
-        File file = new File(cwd, "headers_footers_2007.ppt");
-        FileInputStream is = new FileInputStream(file);
-        SlideShow ppt = new SlideShow(is);
-        is.close();
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("headers_footers_2007.ppt"));
 
         HeadersFooters slideHdd = ppt.getSlideHeadersFooters();
         assertTrue(slideHdd.isFooterVisible());
index 48de8804e9f4b2142071d2d5e84b9277cdeb5129..6f9f9eb8b460ac517216a3935bbafc8ba9a2e844 100644 (file)
@@ -19,10 +19,8 @@ package org.apache.poi.hslf.model;
 
 import junit.framework.TestCase;
 
-import java.io.FileInputStream;
-import java.io.File;
-
 import org.apache.poi.hslf.usermodel.SlideShow;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Test Hyperlink.
@@ -30,12 +28,10 @@ import org.apache.poi.hslf.usermodel.SlideShow;
  * @author Yegor Kozlov
  */
 public final class TestHyperlink extends TestCase {
-    protected String cwd = System.getProperty("HSLF.testdata.path");
+    private static POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
 
     public void testTextRunHyperlinks() throws Exception {
-        FileInputStream is = new FileInputStream(new File(cwd, "WithLinks.ppt"));
-        SlideShow ppt = new SlideShow(is);
-        is.close();
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("WithLinks.ppt"));
 
         TextRun[] run;
         Slide slide;
index 8d2f7045610509be6510181cdc0fdb13546519d9..9460642bb47c6af878502573a1e7e759fe2dbd47 100755 (executable)
@@ -20,11 +20,11 @@ package org.apache.poi.hslf.model;
 import java.awt.geom.Rectangle2D;
 import java.io.ByteArrayInputStream;
 import java.io.ByteArrayOutputStream;
-import java.io.File;
 
 import junit.framework.TestCase;
 
 import org.apache.poi.hslf.usermodel.SlideShow;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Test <code>MovieShape</code> object.
@@ -33,16 +33,16 @@ import org.apache.poi.hslf.usermodel.SlideShow;
  */
 public final class TestMovieShape extends TestCase {
 
-    protected String cwd = System.getProperty("HSLF.testdata.path");
+    private static POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
 
     public void testCreate() throws Exception {
         SlideShow ppt = new SlideShow();
 
         Slide slide = ppt.createSlide();
 
-        String path = cwd + "/test-movie.mpg";
+        String path = "/test-movie.mpg";
         int movieIdx = ppt.addMovie(path, MovieShape.MOVIE_MPEG);
-        int thumbnailIdx = ppt.addPicture(new File(cwd, "tomcat.png"), Picture.PNG);
+        int thumbnailIdx = ppt.addPicture(_slTests.readFile("tomcat.png"), Picture.PNG);
 
         MovieShape shape = new MovieShape(movieIdx, thumbnailIdx);
         shape.setAnchor(new Rectangle2D.Float(300,225,120,90));
index e8fae8a37e2739000828e68cd5a9dfa2cb0cdba4..28445210fb6e73998e3347a9528914e082fffa7f 100644 (file)
@@ -17,9 +17,6 @@
 
 package org.apache.poi.hslf.model;
 
-import java.io.File;
-import java.io.FileInputStream;
-
 import junit.framework.TestCase;
 
 import org.apache.poi.hslf.HSLFSlideShow;
@@ -29,17 +26,17 @@ import org.apache.poi.hslf.usermodel.SlideShow;
 import org.apache.poi.hssf.usermodel.HSSFSheet;
 import org.apache.poi.hssf.usermodel.HSSFWorkbook;
 import org.apache.poi.hwpf.HWPFDocument;
+import org.apache.poi.POIDataSamples;
 
 public final class TestOleEmbedding extends TestCase {
+    private static POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
     /**
      * Tests support for OLE objects.
      *
      * @throws Exception if an error occurs.
      */
     public void testOleEmbedding2003() throws Exception {
-        String dirname = System.getProperty("HSLF.testdata.path");
-        File file = new File(dirname, "ole2-embedding-2003.ppt");
-        HSLFSlideShow slideShow = new HSLFSlideShow(new FileInputStream(file));
+        HSLFSlideShow slideShow = new HSLFSlideShow(_slTests.openResourceAsStream("ole2-embedding-2003.ppt"));
         // Placeholder EMFs for clients that don't support the OLE components.
         PictureData[] pictures = slideShow.getPictures();
         assertEquals("Should be two pictures", 2, pictures.length);
@@ -54,11 +51,7 @@ public final class TestOleEmbedding extends TestCase {
     }
 
     public void testOLEShape() throws Exception {
-        String dirname = System.getProperty("HSLF.testdata.path");
-        File file = new File(dirname, "ole2-embedding-2003.ppt");
-        FileInputStream is = new FileInputStream(file);
-        SlideShow ppt = new SlideShow(is);
-        is.close();
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("ole2-embedding-2003.ppt"));
 
         Slide slide = ppt.getSlides()[0];
         Shape[] sh = slide.getShapes();
index 521230077e250b82757c010b463316de54d792b3..b89383c3022525278c4f9133d0a2383b8775a153 100644 (file)
@@ -20,6 +20,7 @@ package org.apache.poi.hslf.model;
 import junit.framework.TestCase;
 import org.apache.poi.hslf.usermodel.SlideShow;
 import org.apache.poi.hslf.HSLFSlideShow;
+import org.apache.poi.POIDataSamples;
 
 import java.awt.*;
 import java.awt.Rectangle;
@@ -32,12 +33,11 @@ import java.io.ByteArrayInputStream;
  * @author Yegor Kozlov
  */
 public final class TestPPGraphics2D extends TestCase {
+    private static POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
     private SlideShow ppt;
 
     protected void setUp() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/empty.ppt";
-               ppt = new SlideShow(new HSLFSlideShow(filename));
+               ppt = new SlideShow(_slTests.openResourceAsStream("empty.ppt"));
     }
 
     public void testGraphics() throws Exception {
index 3be128921b3ee929d093bb4a62cdbe996431389c..871893210ab1b854fdbbc9a1889cd126f007ffde 100755 (executable)
@@ -20,13 +20,13 @@ package org.apache.poi.hslf.model;
 import java.awt.Graphics2D;
 import java.awt.Rectangle;
 import java.awt.image.BufferedImage;
-import java.io.File;
 
 import junit.framework.TestCase;
 
 import org.apache.poi.ddf.EscherBSERecord;
 import org.apache.poi.hslf.usermodel.PictureData;
 import org.apache.poi.hslf.usermodel.SlideShow;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Test Picture shape.
@@ -34,6 +34,7 @@ import org.apache.poi.hslf.usermodel.SlideShow;
  * @author Yegor Kozlov
  */
 public final class TestPicture extends TestCase {
+    private static POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
 
     /**
      * Test that the reference count of a blip is incremented every time the picture is inserted.
@@ -41,14 +42,13 @@ public final class TestPicture extends TestCase {
      *
      */
     public void testMultiplePictures() throws Exception {
-        String cwd = System.getProperty("HSLF.testdata.path");
         SlideShow ppt = new SlideShow();
 
         Slide s = ppt.createSlide();
         Slide s2 = ppt.createSlide();
         Slide s3 = ppt.createSlide();
 
-        int idx = ppt.addPicture(new File(cwd, "clock.jpg"), Picture.JPEG);
+        int idx = ppt.addPicture(_slTests.readFile("clock.jpg"), Picture.JPEG);
         Picture pict = new Picture(idx);
         Picture pict2 = new Picture(idx);
         Picture pict3 = new Picture(idx);
index 572dbd035c708d8202d1dd204a068e9a28ecde58..23b798fd6f2ea8bb1f2a9481f07af1f9c8b3dbd5 100644 (file)
@@ -36,10 +36,6 @@ public final class TestSetBoldItalic extends TestCase {
      * and set some of the style attributes
      */
     public void testTextBoxWrite() throws Exception {
-        //String dirname = System.getProperty("HSLF.testdata.path");
-        //String filename = dirname + "/with_textbox.ppt";
-        //new SlideShow(new HSLFSlideShow(filename));
-
         SlideShow ppt = new SlideShow();
         Slide sl = ppt.createSlide();
         RichTextRun rt;
index 292b7fd63d0975dc44761d833a11cb27100d6430..0d016e39d3aa2e010ada961601d2ba96ce93fe7b 100644 (file)
@@ -22,12 +22,12 @@ import org.apache.poi.hslf.usermodel.SlideShow;
 import org.apache.poi.hslf.usermodel.RichTextRun;
 import org.apache.poi.hslf.HSLFSlideShow;
 import org.apache.poi.ddf.*;
+import org.apache.poi.POIDataSamples;
 
 import java.awt.*;
 import java.awt.Rectangle;
 import java.io.ByteArrayOutputStream;
 import java.io.ByteArrayInputStream;
-import java.io.File;
 import java.io.IOException;
 import java.util.ArrayList;
 
@@ -37,16 +37,15 @@ import java.util.ArrayList;
  * @author Yegor Kozlov
  */
 public final class TestShapes extends TestCase {
+    private static POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
+
     private SlideShow ppt;
     private SlideShow pptB;
 
     protected void setUp() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/empty.ppt";
-               ppt = new SlideShow(new HSLFSlideShow(filename));
+               ppt = new SlideShow(_slTests.openResourceAsStream("empty.ppt"));
 
-               String filenameB = dirname + "/empty_textbox.ppt";
-               pptB = new SlideShow(new HSLFSlideShow(filenameB));
+               pptB = new SlideShow(_slTests.openResourceAsStream("empty_textbox.ppt"));
     }
 
     public void testGraphics() throws Exception {
@@ -94,9 +93,7 @@ public final class TestShapes extends TestCase {
      * @throws Exception
      */
     public void testTextBoxRead() throws Exception {
-        String dirname = System.getProperty("HSLF.testdata.path");
-        String filename = dirname + "/with_textbox.ppt";
-        ppt = new SlideShow(new HSLFSlideShow(filename));
+        ppt = new SlideShow(_slTests.openResourceAsStream("with_textbox.ppt"));
         Slide sl = ppt.getSlides()[0];
         Shape[] sh = sl.getShapes();
         for (int i = 0; i < sh.length; i++) {
@@ -198,17 +195,16 @@ public final class TestShapes extends TestCase {
      * it must be the same as returned by Slide.getTextRuns().
      */
     public void testTextBoxSet() throws Exception {
-        textBoxSet("/with_textbox.ppt");
-        textBoxSet("/basic_test_ppt_file.ppt");
-        textBoxSet("/next_test_ppt_file.ppt");
-        textBoxSet("/Single_Coloured_Page.ppt");
-        textBoxSet("/Single_Coloured_Page_With_Fonts_and_Alignments.ppt");
-        textBoxSet("/incorrect_slide_order.ppt");
+        textBoxSet("with_textbox.ppt");
+        textBoxSet("basic_test_ppt_file.ppt");
+        textBoxSet("next_test_ppt_file.ppt");
+        textBoxSet("Single_Coloured_Page.ppt");
+        textBoxSet("Single_Coloured_Page_With_Fonts_and_Alignments.ppt");
+        textBoxSet("incorrect_slide_order.ppt");
     }
 
     private void textBoxSet(String filename) throws Exception {
-        String dirname = System.getProperty("HSLF.testdata.path");
-        SlideShow ppt = new SlideShow(new HSLFSlideShow(dirname + filename));
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream(filename));
         Slide[] sl = ppt.getSlides();
         for (int k = 0; k < sl.length; k++) {
             ArrayList lst1 = new ArrayList();
@@ -234,7 +230,6 @@ public final class TestShapes extends TestCase {
      * Test adding shapes to <code>ShapeGroup</code>
      */
     public void testShapeGroup() throws Exception {
-        String cwd = System.getProperty("HSLF.testdata.path");
         SlideShow ppt = new SlideShow();
 
         Slide slide = ppt.createSlide();
@@ -245,8 +240,7 @@ public final class TestShapes extends TestCase {
         group.setAnchor(new Rectangle(0, 0, (int)pgsize.getWidth(), (int)pgsize.getHeight()));
         slide.addShape(group);
 
-        File img = new File(cwd, "clock.jpg");
-        int idx = ppt.addPicture(img, Picture.JPEG);
+        int idx = ppt.addPicture(_slTests.readFile("clock.jpg"), Picture.JPEG);
         Picture pict = new Picture(idx, group);
         pict.setAnchor(new Rectangle(0, 0, 200, 200));
         group.addShape(pict);
@@ -287,8 +281,8 @@ public final class TestShapes extends TestCase {
      * Test functionality of Sheet.removeShape(Shape shape)
      */
     public void testRemoveShapes() throws IOException {
-        String file = System.getProperty("HSLF.testdata.path")+ "/with_textbox.ppt";
-        SlideShow ppt = new SlideShow(new HSLFSlideShow(file));
+        String file = "with_textbox.ppt";
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream(file));
         Slide sl = ppt.getSlides()[0];
         Shape[] sh = sl.getShapes();
         assertEquals("expected four shaped in " + file, 4, sh.length);
index 667478b043a07f71d2dcff767ea88be1f32f1c54..4bed9ee186ec8b1b98410bc3d5ae958793d35af5 100644 (file)
@@ -20,14 +20,11 @@ package org.apache.poi.hslf.model;
 import junit.framework.AssertionFailedError;
 import junit.framework.TestCase;
 
-import java.io.FileInputStream;
-import java.io.File;
-
-import org.apache.poi.hslf.HSLFSlideShow;
 import org.apache.poi.hslf.exceptions.EncryptedPowerPointFileException;
 import org.apache.poi.hslf.record.ColorSchemeAtom;
 import org.apache.poi.hslf.record.PPDrawing;
 import org.apache.poi.hslf.usermodel.SlideShow;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Test common functionality of the <code>Sheet</code> object.
@@ -36,23 +33,16 @@ import org.apache.poi.hslf.usermodel.SlideShow;
  * @author Yegor Kozlov
  */
 public final class TestSheet extends TestCase {
+    private static POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
 
     /**
      * For each ppt in the test directory check that all sheets are properly initialized
      */
     public void testSheet() throws Exception {
-        File home = new File(System.getProperty("HSLF.testdata.path"));
-        File[] files = home.listFiles();
-        for (int i = 0; i < files.length; i++) {
-            if(!files[i].getName().endsWith(".ppt")) continue;
-            if(files[i].getName().endsWith("PPT95.ppt")) continue;
-
+        String[] tests = {"SampleShow.ppt", "backgrounds.ppt", "text_shapes.ppt", "pictures.ppt"};
+        for (String file : tests) {
             try {
-                FileInputStream is = new FileInputStream(files[i]);
-                HSLFSlideShow hslf = new HSLFSlideShow(is);
-                is.close();
-
-                SlideShow ppt = new SlideShow(hslf);
+                SlideShow ppt = new SlideShow(_slTests.openResourceAsStream(file));
                 doSlideShow(ppt);
             } catch (EncryptedPowerPointFileException e){
                 ; //skip encrypted ppt
index e39ca5a4d1f79283e3202abdf907484fee682aba..71c95f87b7b0ca84f16d27da707c24766927ebb1 100644 (file)
@@ -23,6 +23,7 @@ import junit.framework.TestCase;
 import org.apache.poi.hslf.HSLFSlideShow;
 import org.apache.poi.hslf.record.SlideAtom;
 import org.apache.poi.hslf.usermodel.SlideShow;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that changing a slide's idea of what notes sheet is its works right
@@ -34,9 +35,8 @@ public final class TestSlideChangeNotes extends TestCase {
        private SlideShow ss;
 
        public TestSlideChangeNotes() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/basic_test_ppt_file.ppt";
-               HSLFSlideShow hss = new HSLFSlideShow(filename);
+        POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
+               HSLFSlideShow hss = new HSLFSlideShow(_slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
                ss = new SlideShow(hss);
        }
 
index 20bdaa8a57a836510100b159de97bcd0e4e0b164..45c3c0c2bccdef85823a3e2ef55c4e50571f2885 100644 (file)
@@ -28,6 +28,7 @@ import org.apache.poi.hslf.record.Environment;
 import org.apache.poi.hslf.record.TextHeaderAtom;
 import org.apache.poi.hslf.usermodel.RichTextRun;
 import org.apache.poi.hslf.usermodel.SlideShow;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests for SlideMaster
@@ -35,18 +36,14 @@ import org.apache.poi.hslf.usermodel.SlideShow;
  * @author Yegor Kozlov
  */
 public final class TestSlideMaster extends TestCase{
-    String home;
-
-    public void setUp() {
-        home = System.getProperty("HSLF.testdata.path");
-    }
+    private static POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
 
     /**
      * The reference ppt has two masters.
      * Check we can read their attributes.
      */
     public void testSlideMaster() throws Exception {
-        SlideShow ppt = new SlideShow(new HSLFSlideShow(home + "/slide_master.ppt"));
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("slide_master.ppt"));
 
         Environment env = ppt.getDocumentRecord().getEnvironment();
 
@@ -86,7 +83,7 @@ public final class TestSlideMaster extends TestCase{
      * Test we can read default text attributes for a title master sheet
      */
     public void testTitleMasterTextAttributes() throws Exception {
-        SlideShow ppt = new SlideShow(new HSLFSlideShow(home + "/slide_master.ppt"));
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("slide_master.ppt"));
         TitleMaster[] master = ppt.getTitleMasters();
         assertEquals(1, master.length);
 
@@ -107,7 +104,7 @@ public final class TestSlideMaster extends TestCase{
      * Slide 3 has title layout and follows the TitleMaster. Verify that.
      */
     public void testTitleMaster() throws Exception {
-        SlideShow ppt = new SlideShow(new HSLFSlideShow(home + "/slide_master.ppt"));
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("slide_master.ppt"));
         Slide slide = ppt.getSlides()[2];
         MasterSheet masterSheet = slide.getMasterSheet();
         assertTrue(masterSheet instanceof TitleMaster);
@@ -136,7 +133,7 @@ public final class TestSlideMaster extends TestCase{
      * If a style attribute is not set ensure it is read from the master
      */
     public void testMasterAttributes() throws Exception {
-        SlideShow ppt = new SlideShow(new HSLFSlideShow(home + "/slide_master.ppt"));
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("slide_master.ppt"));
         Slide[] slide = ppt.getSlides();
         assertEquals(3, slide.length);
         TextRun[] trun;
@@ -185,7 +182,7 @@ public final class TestSlideMaster extends TestCase{
      * Check we can dynamically assign a slide master to a slide.
      */
     public void testChangeSlideMaster() throws Exception {
-        SlideShow ppt = new SlideShow(new HSLFSlideShow(home + "/slide_master.ppt"));
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("slide_master.ppt"));
         SlideMaster[] master = ppt.getSlidesMasters();
         Slide[] slide = ppt.getSlides();
         int sheetNo;
@@ -219,7 +216,7 @@ public final class TestSlideMaster extends TestCase{
      * (typical for the "bullted body" placeholder)
      */
     public void testIndentation() throws Exception {
-        SlideShow ppt = new SlideShow(new HSLFSlideShow(home + "/slide_master.ppt"));
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("slide_master.ppt"));
         Slide slide = ppt.getSlides()[0];
         TextRun[] trun;
 
index f60cfed57d5fa74b20e374f1ead9fd9192a52726..11889f440958633fc4bc6456fdeceb6e64f01695 100644 (file)
@@ -20,6 +20,7 @@ package org.apache.poi.hslf.model;
 import junit.framework.TestCase;
 import org.apache.poi.hslf.HSLFSlideShow;
 import org.apache.poi.hslf.usermodel.SlideShow;
+import org.apache.poi.POIDataSamples;
 
 import java.io.ByteArrayOutputStream;
 import java.io.ByteArrayInputStream;
@@ -137,8 +138,8 @@ public final class TestSlides extends TestCase {
      * Add slides to ppt which already has two slides
      */
     public void testAddSlides2to3() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-        SlideShow ppt = new SlideShow(new HSLFSlideShow(dirname + "/basic_test_ppt_file.ppt"));
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+        SlideShow ppt = new SlideShow(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
 
         assertTrue(ppt.getSlides().length == 2);
 
index 770a44803e5346bc90043e3e597a57d3120705cb..be399fefa691743db6676428561b3ccd571b23e1 100644 (file)
@@ -22,13 +22,13 @@ import java.io.IOException;
 
 import junit.framework.TestCase;
 
-import org.apache.poi.hslf.HSLFSlideShow;
 import org.apache.poi.hslf.model.textproperties.TextPropCollection;
 import org.apache.poi.hslf.record.TextBytesAtom;
 import org.apache.poi.hslf.record.TextCharsAtom;
 import org.apache.poi.hslf.record.TextHeaderAtom;
 import org.apache.poi.hslf.usermodel.RichTextRun;
 import org.apache.poi.hslf.usermodel.SlideShow;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests for TextRuns
@@ -36,32 +36,19 @@ import org.apache.poi.hslf.usermodel.SlideShow;
  * @author Nick Burch (nick at torchbox dot com)
  */
 public final class TestTextRun extends TestCase {
+    private static POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
+
        // SlideShow primed on the test data
        private SlideShow ss;
        private SlideShow ssRich;
 
-       // TODO - use this or similar through rest of hslf tests
-       private static SlideShow openSampleSlideShow(String name) {
-               String dirname = System.getProperty("HSLF.testdata.path");
-
-               // Basic (non rich) test file
-               String filename = dirname + "/" + name;
-               HSLFSlideShow x;
-               try {
-                       x = new HSLFSlideShow(filename);
-               } catch (IOException e) {
-                       throw new RuntimeException(e);
-               }
-               return new SlideShow(x);
-       }
-
-       protected void setUp() {
+       protected void setUp() throws IOException {
 
                // Basic (non rich) test file
-               ss = openSampleSlideShow("basic_test_ppt_file.ppt");
+               ss = new SlideShow(_slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
 
                // Rich test file
-               ssRich = openSampleSlideShow("Single_Coloured_Page.ppt");
+               ssRich = new SlideShow(_slTests.openResourceAsStream("Single_Coloured_Page.ppt"));
        }
 
        /**
@@ -429,10 +416,10 @@ public final class TestTextRun extends TestCase {
         * of the wrong list of potential paragraph properties defined in StyleTextPropAtom.
         *
         */
-       public void testBug41015() {
+       public void testBug41015() throws IOException {
                RichTextRun[] rt;
 
-               SlideShow ppt = openSampleSlideShow("bug-41015.ppt");
+               SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("bug-41015.ppt"));
                Slide sl = ppt.getSlides()[0];
                TextRun[] txt = sl.getTextRuns();
                assertEquals(2, txt.length);
index 2a2a10bb45c61ccf57838568674cebd0cb07592f..db55a2c0522dc4b5f72077977d02c6556a03379c 100644 (file)
@@ -25,6 +25,7 @@ import org.apache.poi.hslf.HSLFSlideShow;
 import org.apache.poi.hslf.usermodel.RichTextRun;
 import org.apache.poi.hslf.usermodel.SlideShow;
 import org.apache.poi.poifs.filesystem.*;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that if we load something up, get a TextRun, set the text
@@ -45,10 +46,9 @@ public final class TestTextRunReWrite extends TestCase {
         * Load up a test PPT file with rich data
         */
     public void setUp() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/Single_Coloured_Page_With_Fonts_and_Alignments.ppt";
-               FileInputStream fis = new FileInputStream(filename);
-               pfs = new POIFSFileSystem(fis);
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               String filename = "Single_Coloured_Page_With_Fonts_and_Alignments.ppt";
+               pfs = new POIFSFileSystem(slTests.openResourceAsStream(filename));
                hss = new HSLFSlideShow(pfs);
                ss = new SlideShow(hss);
     }
index 07ed6d2da6e77333d7bbacb80c0a021080220636..7285f5120ab1d0c3cbb21edfbc8c2ce5b12ab26c 100755 (executable)
@@ -25,6 +25,7 @@ import java.util.HashMap;
 
 import org.apache.poi.hslf.usermodel.SlideShow;
 import org.apache.poi.hslf.record.TextHeaderAtom;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Verify behavior of <code>TextShape</code> and its sub-classes
@@ -32,7 +33,7 @@ import org.apache.poi.hslf.record.TextHeaderAtom;
  * @author Yegor Kozlov
  */
 public final class TestTextShape extends TestCase {
-    protected String cwd = System.getProperty("HSLF.testdata.path");
+    private static POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
 
     public void testCreateAutoShape(){
         TextShape shape = new AutoShape(ShapeTypes.Trapezoid);
@@ -70,9 +71,7 @@ public final class TestTextShape extends TestCase {
      *  - text in auto-shapes
      */
     public void testRead() throws IOException {
-        FileInputStream is = new FileInputStream(new File(cwd, "text_shapes.ppt"));
-        SlideShow ppt = new SlideShow(is);
-        is.close();
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("text_shapes.ppt"));
 
         ArrayList lst1 = new ArrayList();
         Slide slide = ppt.getSlides()[0];
@@ -157,9 +156,7 @@ public final class TestTextShape extends TestCase {
     }
 
     public void testMargins() throws IOException {
-        FileInputStream is = new FileInputStream(new File(cwd, "text-margins.ppt"));
-        SlideShow ppt = new SlideShow(is);
-        is.close();
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("text-margins.ppt"));
 
         Slide slide = ppt.getSlides()[0];
 
index 8df159a32dff5ec0343a4c8fc231cb4802d0a43b..ed1f19a0303431aa195ec38d5ce94d2edfe6ae64 100644 (file)
@@ -20,12 +20,12 @@ package org.apache.poi.hslf.record;
 
 import junit.framework.TestCase;
 import java.io.ByteArrayOutputStream;
-import java.io.FileInputStream;
 import java.io.InputStream;
 
 import org.apache.poi.hslf.exceptions.EncryptedPowerPointFileException;
 import org.apache.poi.poifs.filesystem.DocumentEntry;
 import org.apache.poi.poifs.filesystem.POIFSFileSystem;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that CurrentUserAtom works properly.
@@ -33,6 +33,7 @@ import org.apache.poi.poifs.filesystem.POIFSFileSystem;
  * @author Nick Burch (nick at torchbox dot com)
  */
 public final class TestCurrentUserAtom extends TestCase {
+    private static POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
        /** Not encrypted */
        private String normalFile;
        /** Encrypted */
@@ -41,14 +42,13 @@ public final class TestCurrentUserAtom extends TestCase {
        protected void setUp() throws Exception {
                super.setUp();
 
-               String dirname = System.getProperty("HSLF.testdata.path");
-               normalFile = dirname + "/basic_test_ppt_file.ppt";
-               encFile = dirname + "/Password_Protected-hello.ppt";
+               normalFile = "basic_test_ppt_file.ppt";
+               encFile = "Password_Protected-hello.ppt";
        }
 
        public void testReadNormal() throws Exception {
                POIFSFileSystem fs = new POIFSFileSystem(
-                               new FileInputStream(normalFile)
+                               _slTests.openResourceAsStream(normalFile)
                );
 
                CurrentUserAtom cu = new CurrentUserAtom(fs);
@@ -68,7 +68,7 @@ public final class TestCurrentUserAtom extends TestCase {
 
        public void testReadEnc() throws Exception {
                POIFSFileSystem fs = new POIFSFileSystem(
-                               new FileInputStream(encFile)
+                               _slTests.openResourceAsStream(encFile)
                );
 
                try {
@@ -82,7 +82,7 @@ public final class TestCurrentUserAtom extends TestCase {
        public void testWriteNormal() throws Exception {
                // Get raw contents from a known file
                POIFSFileSystem fs = new POIFSFileSystem(
-                               new FileInputStream(normalFile)
+                               _slTests.openResourceAsStream(normalFile)
                );
                DocumentEntry docProps = (DocumentEntry)fs.getRoot().getEntry("Current User");
                byte[] contents = new byte[docProps.getSize()];
index e61273bb50c59efd6ab7c18f6bafdb740823d1af..114a41da8dfd8edff6b97ee08694bc9a603928a4 100644 (file)
 package org.apache.poi.hslf.record;
 
 import junit.framework.TestCase;
-import java.io.*;
 
 import org.apache.poi.hslf.HSLFSlideShow;
 import org.apache.poi.poifs.filesystem.*;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that Document works properly (Also tests Environment while we're at it)
@@ -35,10 +35,8 @@ public final class TestDocument extends TestCase {
        private POIFSFileSystem pfs;
 
        public TestDocument() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/basic_test_ppt_file.ppt";
-               FileInputStream fis = new FileInputStream(filename);
-               pfs = new POIFSFileSystem(fis);
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               pfs = new POIFSFileSystem(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
                ss = new HSLFSlideShow(pfs);
        }
 
index 18ae888ecd439788645fa6606aa3ef1bfbcc8407..fff9d7286ee74ae814ceadeb1d5b6311f2b942e0 100644 (file)
@@ -19,7 +19,6 @@ package org.apache.poi.hslf.record;
 
 
 import java.io.ByteArrayOutputStream;
-import java.io.File;
 import java.util.ArrayList;
 import java.util.List;
 
@@ -28,6 +27,7 @@ import junit.framework.TestCase;
 
 import org.apache.poi.hslf.HSLFSlideShow;
 import org.apache.poi.hslf.usermodel.SlideShow;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that ExHyperlink works properly.
@@ -98,8 +98,8 @@ public final class TestExHyperlink extends TestCase {
        }
 
        public void testRealFile() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               HSLFSlideShow hss = new HSLFSlideShow(dirname + File.separator + "WithLinks.ppt");
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               HSLFSlideShow hss = new HSLFSlideShow(slTests.openResourceAsStream("WithLinks.ppt"));
                SlideShow ss = new SlideShow(hss);
 
                // Get the document
index b2bf2d70655721461a9041c32fd72beb86372b3c..d3739ec3b8830aee440d2b0511a6d3d49496d8d9 100644 (file)
 package org.apache.poi.hslf.record;
 
 
-import java.io.File;
-
 import junit.framework.TestCase;
 
 import org.apache.poi.hslf.HSLFSlideShow;
 import org.apache.poi.hslf.usermodel.SlideShow;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that ExObjList works properly.
@@ -32,8 +31,8 @@ import org.apache.poi.hslf.usermodel.SlideShow;
  */
 public class TestExObjList extends TestCase {
        public void testRealFile() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               HSLFSlideShow hss = new HSLFSlideShow(dirname + File.separator + "WithLinks.ppt");
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               HSLFSlideShow hss = new HSLFSlideShow(slTests.openResourceAsStream("WithLinks.ppt"));
                SlideShow ss = new SlideShow(hss);
 
                // Get the document
index 74684e7e73ee768a08a0952d6c5705581aa60e94..8481cbc70f703301507cb90acb009241cdbe8ea9 100644 (file)
@@ -21,6 +21,7 @@ package org.apache.poi.hslf.record;
 import junit.framework.TestCase;
 
 import org.apache.poi.hslf.HSLFSlideShow;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that the helper methods on RecordContainer work properly
@@ -147,9 +148,8 @@ public final class TestRecordContainer extends TestCase {
                super.setUp();
 
                // Find a real RecordContainer record
-               String dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/basic_test_ppt_file.ppt";
-               HSLFSlideShow hss = new HSLFSlideShow(filename);
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               HSLFSlideShow hss = new HSLFSlideShow(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
 
                Record[] r = hss.getRecords();
                for(int i=0; i<r.length; i++) {
index 0884a41a08cd9b4d7403df35b31c12b74dc9c1de..9e1668566bf465aed885d2cb69525d8cf1dcdcdf 100755 (executable)
 
 package org.apache.poi.hslf.record;
 
-import java.io.File;
-import java.io.FileInputStream;
 import java.util.Arrays;
 
 import junit.framework.AssertionFailedError;
 import junit.framework.TestCase;
 
 import org.apache.poi.hslf.usermodel.SlideShow;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests Sound-related records: SoundCollection(2020), Sound(2022) and
@@ -34,10 +33,9 @@ import org.apache.poi.hslf.usermodel.SlideShow;
  */
 public final class TestSound extends TestCase {
        public void testRealFile() throws Exception {
-               String cwd = System.getProperty("HSLF.testdata.path");
-               FileInputStream is = new FileInputStream(new File(cwd, "sound.ppt"));
-               SlideShow ppt = new SlideShow(is);
-               is.close();
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+
+               SlideShow ppt = new SlideShow(slTests.openResourceAsStream("sound.ppt"));
 
                // Get the document
                Document doc = ppt.getDocumentRecord();
@@ -71,13 +69,7 @@ public final class TestSound extends TestCase {
                assertEquals(".WAV", sound.getSoundType());
                assertNotNull(sound.getSoundData());
 
-               File f = new File(cwd, "ringin.wav");
-               int length = (int) f.length();
-               byte[] ref_data = new byte[length];
-               is = new FileInputStream(f);
-               is.read(ref_data);
-               is.close();
-
+               byte[] ref_data = slTests.readFile("ringin.wav");
                assertTrue(Arrays.equals(ref_data, sound.getSoundData()));
        }
 }
index dd1ccd0b4e4c016f691dc6302d9f82a1f5de987b..46cfb8c4fb6ac6249f05377d9da506f247f0f8ab 100644 (file)
@@ -30,6 +30,7 @@ import org.apache.poi.hslf.record.RecordTypes;
 import org.apache.poi.hslf.record.UserEditAtom;
 import org.apache.poi.hslf.record.Document;
 import org.apache.poi.hslf.model.*;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that SlideShow adds additional sheets properly
@@ -56,14 +57,12 @@ public final class TestAddingSlides extends TestCase {
                hss_empty = HSLFSlideShow.create();
                ss_empty = new SlideShow(hss_empty);
 
-               String dirname = System.getProperty("HSLF.testdata.path");
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
 
-               String filename = dirname + "/Single_Coloured_Page.ppt";
-               hss_one = new HSLFSlideShow(filename);
+               hss_one = new HSLFSlideShow(slTests.openResourceAsStream("Single_Coloured_Page.ppt"));
                ss_one = new SlideShow(hss_one);
 
-               filename = dirname + "/basic_test_ppt_file.ppt";
-               hss_two = new HSLFSlideShow(filename);
+               hss_two = new HSLFSlideShow(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
                ss_two = new SlideShow(hss_two);
        }
 
@@ -274,8 +273,8 @@ public final class TestAddingSlides extends TestCase {
 
 
     public void test47261() throws Exception {
-        File src = new File(System.getProperty("HSLF.testdata.path"), "47261.ppt");
-        SlideShow ppt = new SlideShow(new FileInputStream(src));
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+        SlideShow ppt = new SlideShow(slTests.openResourceAsStream("47261.ppt"));
         Slide[] slides = ppt.getSlides();
         Document doc = ppt.getDocumentRecord();
         assertNotNull(doc.getSlideSlideListWithText());
index 3ab57adcd3c1d60284776d212cd859ad84cf3dfe..24af16c35d9593ed4fdf3947be29d663d8582249 100644 (file)
@@ -17,8 +17,6 @@
 
 package org.apache.poi.hslf.usermodel;
 
-import java.io.File;
-import java.io.FileInputStream;
 import java.util.ArrayList;
 import java.util.HashMap;
 import java.util.HashSet;
@@ -44,6 +42,7 @@ import org.apache.poi.hslf.model.TextBox;
 import org.apache.poi.hslf.model.TextRun;
 import org.apache.poi.hslf.model.TextShape;
 import org.apache.poi.hslf.model.TitleMaster;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Testcases for bugs entered in bugzilla
@@ -52,15 +51,13 @@ import org.apache.poi.hslf.model.TitleMaster;
  * @author Yegor Kozlov
  */
 public final class TestBugs extends TestCase {
-    protected String cwd = System.getProperty("HSLF.testdata.path");
+    private static POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
 
     /**
      * Bug 41384: Array index wrong in record creation
      */
     public void test41384() throws Exception {
-        FileInputStream is = new FileInputStream(new File(cwd, "41384.ppt"));
-        HSLFSlideShow hslf = new HSLFSlideShow(is);
-        is.close();
+        HSLFSlideShow hslf = new HSLFSlideShow(_slTests.openResourceAsStream("41384.ppt"));
 
         SlideShow ppt = new SlideShow(hslf);
         assertTrue("No Exceptions while reading file", true);
@@ -78,9 +75,7 @@ public final class TestBugs extends TestCase {
      * when the RichTextRun comes from a Notes model object
      */
     public void test42474_1() throws Exception {
-        FileInputStream is = new FileInputStream(new File(cwd, "42474-1.ppt"));
-        HSLFSlideShow hslf = new HSLFSlideShow(is);
-        is.close();
+        HSLFSlideShow hslf = new HSLFSlideShow(_slTests.openResourceAsStream("42474-1.ppt"));
 
         SlideShow ppt = new SlideShow(hslf);
         assertTrue("No Exceptions while reading file", true);
@@ -108,9 +103,7 @@ public final class TestBugs extends TestCase {
      * Second fix from Bug 42474: Incorrect matching of notes to slides
      */
     public void test42474_2() throws Exception {
-        FileInputStream is = new FileInputStream(new File(cwd, "42474-2.ppt"));
-        HSLFSlideShow hslf = new HSLFSlideShow(is);
-        is.close();
+        HSLFSlideShow hslf = new HSLFSlideShow(_slTests.openResourceAsStream("42474-2.ppt"));
 
         SlideShow ppt = new SlideShow(hslf);
 
@@ -140,9 +133,7 @@ public final class TestBugs extends TestCase {
      * Bug 42485: All TextBoxes inside ShapeGroups have null TextRuns
      */
     public void test42485 () throws Exception {
-        FileInputStream is = new FileInputStream(new File(cwd, "42485.ppt"));
-        HSLFSlideShow hslf = new HSLFSlideShow(is);
-        is.close();
+        HSLFSlideShow hslf = new HSLFSlideShow(_slTests.openResourceAsStream("42485.ppt"));
 
         SlideShow ppt = new SlideShow(hslf);
         Shape[] shape = ppt.getSlides()[0].getShapes();
@@ -164,9 +155,7 @@ public final class TestBugs extends TestCase {
      * Bug 42484: NullPointerException from ShapeGroup.getAnchor()
      */
     public void test42484 () throws Exception {
-        FileInputStream is = new FileInputStream(new File(cwd, "42485.ppt")); //test file is the same as for bug 42485
-        HSLFSlideShow hslf = new HSLFSlideShow(is);
-        is.close();
+        HSLFSlideShow hslf = new HSLFSlideShow(_slTests.openResourceAsStream("42485.ppt"));
 
         SlideShow ppt = new SlideShow(hslf);
         Shape[] shape = ppt.getSlides()[0].getShapes();
@@ -187,9 +176,7 @@ public final class TestBugs extends TestCase {
      * Bug 41381: Exception from Slide.getMasterSheet() on a seemingly valid PPT file
      */
     public void test41381() throws Exception {
-        FileInputStream is = new FileInputStream(new File(cwd, "alterman_security.ppt"));
-        HSLFSlideShow hslf = new HSLFSlideShow(is);
-        is.close();
+        HSLFSlideShow hslf = new HSLFSlideShow(_slTests.openResourceAsStream("alterman_security.ppt"));
 
         SlideShow ppt = new SlideShow(hslf);
         assertTrue("No Exceptions while reading file", true);
@@ -208,9 +195,7 @@ public final class TestBugs extends TestCase {
      * Bug 42486:  Failure parsing a seemingly valid PPT
      */
     public void test42486 () throws Exception {
-        FileInputStream is = new FileInputStream(new File(cwd, "42486.ppt"));
-        HSLFSlideShow hslf = new HSLFSlideShow(is);
-        is.close();
+        HSLFSlideShow hslf = new HSLFSlideShow(_slTests.openResourceAsStream("42486.ppt"));
 
         SlideShow ppt = new SlideShow(hslf);
         Slide[] slide = ppt.getSlides();
@@ -225,9 +210,7 @@ public final class TestBugs extends TestCase {
      * Bug 42524:  NPE in Shape.getShapeType()
      */
     public void test42524 () throws Exception {
-        FileInputStream is = new FileInputStream(new File(cwd, "42486.ppt")); //test file is the same as for Bug 42486
-        HSLFSlideShow hslf = new HSLFSlideShow(is);
-        is.close();
+        HSLFSlideShow hslf = new HSLFSlideShow(_slTests.openResourceAsStream("42486.ppt"));
 
         SlideShow ppt = new SlideShow(hslf);
         //walk down the tree and see if there were no errors while reading
@@ -254,9 +237,7 @@ public final class TestBugs extends TestCase {
      * Bug 42520:  NPE in Picture.getPictureData()
      */
     public void test42520 () throws Exception {
-        FileInputStream is = new FileInputStream(new File(cwd, "42520.ppt")); //test file is the same as for Bug 42486
-        HSLFSlideShow hslf = new HSLFSlideShow(is);
-        is.close();
+        HSLFSlideShow hslf = new HSLFSlideShow(_slTests.openResourceAsStream("42520.ppt"));
 
         SlideShow ppt = new SlideShow(hslf);
 
@@ -292,9 +273,7 @@ public final class TestBugs extends TestCase {
      * ( also fixed followup: getTextRuns() returns no text )
      */
     public void test38256 () throws Exception {
-        FileInputStream is = new FileInputStream(new File(cwd, "38256.ppt"));
-        SlideShow ppt = new SlideShow(is);
-        is.close();
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("38256.ppt"));
 
         assertTrue("No Exceptions while reading file", true);
 
@@ -321,9 +300,7 @@ public final class TestBugs extends TestCase {
      * ( also fixed followup: getTextRuns() returns no text )
      */
     public void test43781 () throws Exception {
-        FileInputStream is = new FileInputStream(new File(cwd, "43781.ppt"));
-        SlideShow ppt = new SlideShow(is);
-        is.close();
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("43781.ppt"));
 
         assertTrue("No Exceptions while reading file", true);
 
@@ -354,9 +331,7 @@ public final class TestBugs extends TestCase {
      * Bug 44296: HSLF Not Extracting Slide Background Image
      */
     public void test44296  () throws Exception {
-        FileInputStream is = new FileInputStream(new File(cwd, "44296.ppt"));
-        SlideShow ppt = new SlideShow(is);
-        is.close();
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("44296.ppt"));
 
         Slide slide = ppt.getSlides()[0];
 
@@ -373,25 +348,21 @@ public final class TestBugs extends TestCase {
      * Bug 44770: java.lang.RuntimeException: Couldn't instantiate the class for type with id 1036 on class class org.apache.poi.hslf.record.PPDrawing
      */
     public void test44770() throws Exception {
-        FileInputStream is = new FileInputStream(new File(cwd, "44770.ppt"));
         try {
-            new SlideShow(is);
+             new SlideShow(_slTests.openResourceAsStream("44770.ppt"));
         } catch (RuntimeException e) {
             if (e.getMessage().equals("Couldn't instantiate the class for type with id 1036 on class class org.apache.poi.hslf.record.PPDrawing")) {
                 throw new AssertionFailedError("Identified bug 44770");
             }
             throw e;
         }
-        is.close();
     }
 
     /**
      * Bug 41071: Will not extract text from Powerpoint TextBoxes
      */
     public void test41071() throws Exception {
-        FileInputStream is = new FileInputStream(new File(cwd, "41071.ppt"));
-        SlideShow ppt = new SlideShow(is);
-        is.close();
+        SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("41071.ppt"));
 
         Slide slide = ppt.getSlides()[0];
         Shape[] sh = slide.getShapes();
@@ -411,13 +382,11 @@ public final class TestBugs extends TestCase {
      */
     public void test41711() throws Exception {
        // New file is fine
-        FileInputStream is = new FileInputStream(new File(cwd, "SampleShow.ppt"));
-        SlideShow ppt = new SlideShow(is);
+        new SlideShow(_slTests.openResourceAsStream("SampleShow.ppt"));
 
         // PowerPoint 95 gives an old format exception
-        is = new FileInputStream(new File(cwd, "PPT95.ppt"));
         try {
-               new SlideShow(is);
+               new SlideShow(_slTests.openResourceAsStream("PPT95.ppt"));
                fail("OldPowerPointFormatException should've been thrown");
         } catch(OldPowerPointFormatException e) {
                // Good
index 4863c41a540bcc3ed8df45a19ae973c98ff26b42..eb84e7711a975f519424e1075354987e0b942cc7 100644 (file)
@@ -21,6 +21,7 @@ package org.apache.poi.hslf.usermodel;
 import junit.framework.TestCase;
 import org.apache.poi.hslf.*;
 import org.apache.poi.hslf.model.*;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that SlideShow returns the right number of Sheets and MetaSheets
@@ -32,9 +33,8 @@ public final class TestCounts extends TestCase {
        private SlideShow ss;
 
        public TestCounts() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/basic_test_ppt_file.ppt";
-               HSLFSlideShow hss = new HSLFSlideShow(filename);
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               HSLFSlideShow hss = new HSLFSlideShow(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
                ss = new SlideShow(hss);
        }
 
index fac33c5e075ff803f1d83b9a5537bdbb42ac6a15..ce68b7a2d800c13aa9f5e4ce39adac806362d0b6 100644 (file)
@@ -21,6 +21,7 @@ package org.apache.poi.hslf.usermodel;
 import junit.framework.TestCase;
 import org.apache.poi.hslf.*;
 import org.apache.poi.hslf.record.*;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that SlideShow finds the right records as its most recent ones
@@ -34,9 +35,8 @@ public final class TestMostRecentRecords extends TestCase {
        private SlideShow ss;
 
        public TestMostRecentRecords() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/basic_test_ppt_file.ppt";
-               hss = new HSLFSlideShow(filename);
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               hss = new HSLFSlideShow(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
                ss = new SlideShow(hss);
        }
 
index e024c910d20de9eca8be888cf3a9fb0e99355e53..3def468f9eaad53d314a335de6fc00fa7af5d18c 100644 (file)
@@ -21,6 +21,7 @@ package org.apache.poi.hslf.usermodel;
 import junit.framework.TestCase;
 import org.apache.poi.hslf.*;
 import org.apache.poi.hslf.model.*;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that SlideShow returns MetaSheets which have the right text in them
@@ -32,9 +33,8 @@ public final class TestNotesText extends TestCase {
        private SlideShow ss;
 
        public TestNotesText() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/basic_test_ppt_file.ppt";
-               HSLFSlideShow hss = new HSLFSlideShow(filename);
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               HSLFSlideShow hss = new HSLFSlideShow(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
                ss = new SlideShow(hss);
        }
 
index bcd7616d5657d372d32feee9e46e7397edf71661..df7265be8ef55c49efc09f129a59e71207955060 100644 (file)
@@ -20,6 +20,7 @@ package org.apache.poi.hslf.usermodel;
 import org.apache.poi.hslf.*;
 import org.apache.poi.hslf.blip.*;
 import org.apache.poi.hslf.model.*;
+import org.apache.poi.POIDataSamples;
 import junit.framework.TestCase;
 
 import java.io.*;
@@ -31,12 +32,9 @@ import java.util.Arrays;
  * @author Yegor Kozlov
  */
 public final class TestPictures extends TestCase{
+    private static POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
 
-    protected File cwd;
-
-    public void setUp() {
-        cwd = new File(System.getProperty("HSLF.testdata.path"));
-    }
+    //protected File cwd;
 
     /**
      * Test read/write Macintosh PICT
@@ -45,8 +43,8 @@ public final class TestPictures extends TestCase{
         SlideShow ppt = new SlideShow();
 
         Slide slide = ppt.createSlide();
-        File img = new File(cwd, "cow.pict");
-        int idx = ppt.addPicture(img, Picture.PICT);
+        byte[] src_bytes = slTests.readFile("cow.pict");
+        int idx = ppt.addPicture(src_bytes, Picture.PICT);
         Picture pict = new Picture(idx);
         assertEquals(idx, pict.getPictureIndex());
         slide.addShape(pict);
@@ -73,7 +71,6 @@ public final class TestPictures extends TestCase{
         assertEquals(Picture.PICT, pictures[0].getType());
         assertTrue(pictures[0] instanceof PICT);
         //compare the content of the initial file with what is stored in the PictureData
-        byte[] src_bytes = read(img);
         byte[] ppt_bytes = pictures[0].getData();
         assertEquals(src_bytes.length, ppt_bytes.length);
         //in PICT the first 512 bytes are MAC specific and may not be preserved, ignore them
@@ -91,8 +88,8 @@ public final class TestPictures extends TestCase{
         SlideShow ppt = new SlideShow();
 
         Slide slide = ppt.createSlide();
-        File img = new File(cwd, "santa.wmf");
-        int idx = ppt.addPicture(img, Picture.WMF);
+        byte[] src_bytes = slTests.readFile("santa.wmf");
+        int idx = ppt.addPicture(src_bytes, Picture.WMF);
         Picture pict = new Picture(idx);
         assertEquals(idx, pict.getPictureIndex());
         slide.addShape(pict);
@@ -119,7 +116,6 @@ public final class TestPictures extends TestCase{
         assertEquals(Picture.WMF, pictures[0].getType());
         assertTrue(pictures[0] instanceof WMF);
         //compare the content of the initial file with what is stored in the PictureData
-        byte[] src_bytes = read(img);
         byte[] ppt_bytes = pictures[0].getData();
         assertEquals(src_bytes.length, ppt_bytes.length);
         //in WMF the first 22 bytes - is a metafile header
@@ -137,8 +133,9 @@ public final class TestPictures extends TestCase{
         SlideShow ppt = new SlideShow();
 
         Slide slide = ppt.createSlide();
-        File img = new File(cwd, "wrench.emf");
-        int idx = ppt.addPicture(img, Picture.EMF);
+        byte[] src_bytes = slTests.readFile("wrench.emf");
+        int idx = ppt.addPicture(src_bytes, Picture.EMF);
+
         Picture pict = new Picture(idx);
         assertEquals(idx, pict.getPictureIndex());
         slide.addShape(pict);
@@ -165,7 +162,6 @@ public final class TestPictures extends TestCase{
         assertEquals(Picture.EMF, pictures[0].getType());
         assertTrue(pictures[0] instanceof EMF);
         //compare the content of the initial file with what is stored in the PictureData
-        byte[] src_bytes = read(img);
         byte[] ppt_bytes = pictures[0].getData();
         assertTrue(Arrays.equals(src_bytes, ppt_bytes));
     }
@@ -177,8 +173,8 @@ public final class TestPictures extends TestCase{
         SlideShow ppt = new SlideShow();
 
         Slide slide = ppt.createSlide();
-        File img = new File(cwd, "tomcat.png");
-        int idx = ppt.addPicture(img, Picture.PNG);
+        byte[] src_bytes = slTests.readFile("tomcat.png");
+        int idx = ppt.addPicture(src_bytes, Picture.PNG);
         Picture pict = new Picture(idx);
         assertEquals(idx, pict.getPictureIndex());
         slide.addShape(pict);
@@ -205,7 +201,6 @@ public final class TestPictures extends TestCase{
         assertEquals(Picture.PNG, pictures[0].getType());
         assertTrue(pictures[0] instanceof PNG);
         //compare the content of the initial file with what is stored in the PictureData
-        byte[] src_bytes = read(img);
         byte[] ppt_bytes = pictures[0].getData();
         assertTrue(Arrays.equals(src_bytes, ppt_bytes));
     }
@@ -217,8 +212,9 @@ public final class TestPictures extends TestCase{
         SlideShow ppt = new SlideShow();
 
         Slide slide = ppt.createSlide();
-        File img = new File(cwd, "clock.jpg");
-        int idx = ppt.addPicture(img, Picture.JPEG);
+        byte[] src_bytes = slTests.readFile("clock.jpg");
+        int idx = ppt.addPicture(src_bytes, Picture.JPEG);
+
         Picture pict = new Picture(idx);
         assertEquals(idx, pict.getPictureIndex());
         slide.addShape(pict);
@@ -245,7 +241,6 @@ public final class TestPictures extends TestCase{
         assertEquals(Picture.JPEG, pictures[0].getType());
         assertTrue(pictures[0] instanceof JPEG);
         //compare the content of the initial file with what is stored in the PictureData
-        byte[] src_bytes = read(img);
         byte[] ppt_bytes = pictures[0].getData();
         assertTrue(Arrays.equals(src_bytes, ppt_bytes));
     }
@@ -257,13 +252,8 @@ public final class TestPictures extends TestCase{
         SlideShow ppt = new SlideShow();
 
         Slide slide = ppt.createSlide();
-        File img = new File(cwd, "sci_cec.dib");
-
-        // Check we can read the test DIB image
-        assertTrue(img.exists());
-
-        // Add the image
-        int idx = ppt.addPicture(img, Picture.DIB);
+        byte[] src_bytes = slTests.readFile("sci_cec.dib");
+        int idx = ppt.addPicture(src_bytes, Picture.DIB);
         Picture pict = new Picture(idx);
         assertEquals(idx, pict.getPictureIndex());
         slide.addShape(pict);
@@ -290,22 +280,10 @@ public final class TestPictures extends TestCase{
         assertEquals(Picture.DIB, pictures[0].getType());
         assertTrue(pictures[0] instanceof DIB);
         //compare the content of the initial file with what is stored in the PictureData
-        byte[] src_bytes = read(img);
         byte[] ppt_bytes = pictures[0].getData();
         assertTrue(Arrays.equals(src_bytes, ppt_bytes));
     }
 
-    /**
-     * Read file into a byte array
-     */
-    protected byte[] read(File f) throws IOException {
-        byte[] bytes = new byte[(int)f.length()];
-        FileInputStream is = new FileInputStream(f);
-        is.read(bytes);
-        is.close();
-        return bytes;
-    }
-
     /**
      * Read pictures in different formats from a reference slide show
      */
@@ -315,7 +293,7 @@ public final class TestPictures extends TestCase{
         Picture pict;
         PictureData pdata;
 
-        SlideShow ppt = new SlideShow(new HSLFSlideShow(new File(cwd, "pictures.ppt").getPath()));
+        SlideShow ppt = new SlideShow(slTests.openResourceAsStream("pictures.ppt"));
         Slide[] slides = ppt.getSlides();
         PictureData[] pictures = ppt.getPictureData();
         assertEquals(5, pictures.length);
@@ -325,7 +303,7 @@ public final class TestPictures extends TestCase{
         assertTrue(pdata instanceof JPEG);
         assertEquals(Picture.JPEG, pdata.getType());
         src_bytes = pdata.getData();
-        ppt_bytes = read(new File(cwd, "clock.jpg"));
+        ppt_bytes = slTests.readFile("clock.jpg");
         assertTrue(Arrays.equals(src_bytes, ppt_bytes));
 
         pict = (Picture)slides[1].getShapes()[0]; //the second slide contains PNG
@@ -333,7 +311,7 @@ public final class TestPictures extends TestCase{
         assertTrue(pdata instanceof PNG);
         assertEquals(Picture.PNG, pdata.getType());
         src_bytes = pdata.getData();
-        ppt_bytes = read(new File(cwd, "tomcat.png"));
+        ppt_bytes = slTests.readFile("tomcat.png");
         assertTrue(Arrays.equals(src_bytes, ppt_bytes));
 
         pict = (Picture)slides[2].getShapes()[0]; //the third slide contains WMF
@@ -341,7 +319,7 @@ public final class TestPictures extends TestCase{
         assertTrue(pdata instanceof WMF);
         assertEquals(Picture.WMF, pdata.getType());
         src_bytes = pdata.getData();
-        ppt_bytes = read(new File(cwd, "santa.wmf"));
+        ppt_bytes = slTests.readFile("santa.wmf");
         assertEquals(src_bytes.length, ppt_bytes.length);
         //ignore the first 22 bytes - it is a WMF metafile header
         b1 = new byte[src_bytes.length-22];
@@ -355,7 +333,7 @@ public final class TestPictures extends TestCase{
         assertTrue(pdata instanceof PICT);
         assertEquals(Picture.PICT, pdata.getType());
         src_bytes = pdata.getData();
-        ppt_bytes = read(new File(cwd, "cow.pict"));
+        ppt_bytes = slTests.readFile("cow.pict");
         assertEquals(src_bytes.length, ppt_bytes.length);
         //ignore the first 512 bytes - it is a MAC specific crap
         b1 = new byte[src_bytes.length-512];
@@ -369,7 +347,7 @@ public final class TestPictures extends TestCase{
         assertTrue(pdata instanceof EMF);
         assertEquals(Picture.EMF, pdata.getType());
         src_bytes = pdata.getData();
-        ppt_bytes = read(new File(cwd, "wrench.emf"));
+        ppt_bytes = slTests.readFile("wrench.emf");
         assertTrue(Arrays.equals(src_bytes, ppt_bytes));
 
     }
@@ -379,7 +357,7 @@ public final class TestPictures extends TestCase{
         *  crazy pictures of type 0, we do our best.
         */
        public void testZeroPictureType() throws Exception {
-               HSLFSlideShow hslf = new HSLFSlideShow(new File(cwd, "PictureTypeZero.ppt").getPath());
+               HSLFSlideShow hslf = new HSLFSlideShow(slTests.openResourceAsStream("PictureTypeZero.ppt"));
 
                // Should still have 2 real pictures
                assertEquals(2, hslf.getPictures().length);
@@ -409,7 +387,7 @@ public final class TestPictures extends TestCase{
        }
 
        public void testZeroPictureLength() throws Exception {
-               HSLFSlideShow hslf = new HSLFSlideShow(new File(cwd, "PictureLengthZero.ppt").getPath());
+               HSLFSlideShow hslf = new HSLFSlideShow(slTests.openResourceAsStream("PictureLengthZero.ppt"));
 
                // Should still have 2 real pictures
                assertEquals(2, hslf.getPictures().length);
@@ -453,7 +431,7 @@ public final class TestPictures extends TestCase{
     }
 
     public void testGetPictureName() throws Exception {
-        SlideShow ppt = new SlideShow(new HSLFSlideShow(new File(cwd, "ppt_with_png.ppt").getPath()));
+        SlideShow ppt = new SlideShow(slTests.openResourceAsStream("ppt_with_png.ppt"));
         Slide slide = ppt.getSlides()[0];
 
         Picture p = (Picture)slide.getShapes()[0]; //the first slide contains JPEG
@@ -464,7 +442,7 @@ public final class TestPictures extends TestCase{
         SlideShow ppt = new SlideShow();
 
         Slide slide = ppt.createSlide();
-        File img = new File(cwd, "tomcat.png");
+        byte[] img = slTests.readFile("tomcat.png");
         int idx = ppt.addPicture(img, Picture.PNG);
         Picture pict = new Picture(idx);
         pict.setPictureName("tomcat.png");
index d8437d80d2ca45251589e8e5a6f40aca9a724f07..ef8280d786f3524216b5aeac76ba33335ff82cc1 100644 (file)
@@ -24,6 +24,7 @@ import java.io.ByteArrayOutputStream;
 import junit.framework.TestCase;
 import org.apache.poi.hslf.*;
 import org.apache.poi.hslf.model.*;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that SlideShow can re-order slides properly
@@ -47,18 +48,15 @@ public final class TestReOrderingSlides extends TestCase {
         * Create/open the slideshows
         */
        public void setUp() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
 
-               String filename = dirname + "/Single_Coloured_Page.ppt";
-               hss_one = new HSLFSlideShow(filename);
+               hss_one = new HSLFSlideShow(slTests.openResourceAsStream("Single_Coloured_Page.ppt"));
                ss_one = new SlideShow(hss_one);
 
-               filename = dirname + "/basic_test_ppt_file.ppt";
-               hss_two = new HSLFSlideShow(filename);
+               hss_two = new HSLFSlideShow(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
                ss_two = new SlideShow(hss_two);
 
-               filename = dirname + "/incorrect_slide_order.ppt";
-               hss_three = new HSLFSlideShow(filename);
+               hss_three = new HSLFSlideShow(slTests.openResourceAsStream("incorrect_slide_order.ppt"));
                ss_three = new SlideShow(hss_three);
        }
 
index 72e6bd488e03f4195b6b41652e60bdbedc8d0e6d..5475dae9c18e009256487bbde3385143fcfc3e64 100644 (file)
@@ -23,6 +23,7 @@ import org.apache.poi.hslf.*;
 import org.apache.poi.hslf.record.ParentAwareRecord;
 import org.apache.poi.hslf.record.Record;
 import org.apache.poi.hslf.record.RecordContainer;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that the record setup done by SlideShow
@@ -37,9 +38,8 @@ public final class TestRecordSetup extends TestCase {
        private HSLFSlideShow hss;
 
        public TestRecordSetup() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/basic_test_ppt_file.ppt";
-               hss = new HSLFSlideShow(filename);
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               hss = new HSLFSlideShow(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
                ss = new SlideShow(hss);
        }
 
index 47d2461f55c56460d797a3dcb667260a327bdda2..c94f91f2ad4857a6616bfc64cd9a4c516b1298ee 100644 (file)
@@ -19,7 +19,6 @@ package org.apache.poi.hslf.usermodel;
 
 import java.io.ByteArrayInputStream;
 import java.io.ByteArrayOutputStream;
-import java.io.File;
 import java.io.FileInputStream;
 
 import junit.framework.TestCase;
@@ -30,6 +29,7 @@ import org.apache.poi.hslf.model.TextBox;
 import org.apache.poi.hslf.model.TextRun;
 import org.apache.poi.hslf.record.Record;
 import org.apache.poi.hslf.record.SlideListWithText;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Test that the friendly getters and setters on RichTextRun
@@ -38,6 +38,8 @@ import org.apache.poi.hslf.record.SlideListWithText;
  * @author Nick Burch (nick at torchbox dot com)
  */
 public final class TestRichTextRun extends TestCase {
+    private static POIDataSamples _slTests = POIDataSamples.getSlideShowInstance();
+
        // SlideShow primed on the test data
        private SlideShow ss;
        private SlideShow ssRichA;
@@ -50,27 +52,23 @@ public final class TestRichTextRun extends TestCase {
        private static String filenameC;
 
        protected void setUp() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
 
                // Basic (non rich) test file
-               String filename = dirname + "/basic_test_ppt_file.ppt";
-               hss = new HSLFSlideShow(filename);
+        hss = new HSLFSlideShow(_slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
                ss = new SlideShow(hss);
 
                // Rich test file A
-               filename = dirname + "/Single_Coloured_Page.ppt";
-               hssRichA = new HSLFSlideShow(filename);
+               hssRichA = new HSLFSlideShow(_slTests.openResourceAsStream("Single_Coloured_Page.ppt"));
                ssRichA = new SlideShow(hssRichA);
 
                // Rich test file B
-               filename = dirname + "/Single_Coloured_Page_With_Fonts_and_Alignments.ppt";
-               hssRichB = new HSLFSlideShow(filename);
+               hssRichB = new HSLFSlideShow(_slTests.openResourceAsStream("Single_Coloured_Page_With_Fonts_and_Alignments.ppt"));
                ssRichB = new SlideShow(hssRichB);
 
                // Rich test file C - has paragraph styles that run out before
                //   the character ones do
-               filenameC = dirname + "/ParagraphStylesShorterThanCharStyles.ppt";
-               hssRichC = new HSLFSlideShow(filenameC);
+               filenameC = "ParagraphStylesShorterThanCharStyles.ppt";
+        hssRichC = new HSLFSlideShow(_slTests.openResourceAsStream(filenameC));
                ssRichC = new SlideShow(hssRichC);
        }
 
@@ -375,7 +373,7 @@ public final class TestRichTextRun extends TestCase {
         */
        private void assertMatchesSLTWC(SlideShow s) throws Exception {
                // Grab a new copy of slideshow C
-               SlideShow refC = new SlideShow(new HSLFSlideShow(filenameC));
+               SlideShow refC = new SlideShow(_slTests.openResourceAsStream(filenameC));
 
                // Write out the 2nd SLWT in the active document
                SlideListWithText refSLWT = refC.getDocumentRecord().getSlideListWithTexts()[1];
@@ -449,7 +447,7 @@ if(false) {
        }
 
        public void testIndentationLevel() throws Exception {
-               SlideShow ppt = new SlideShow(new HSLFSlideShow(new File(System.getProperty("HSLF.testdata.path"), "ParagraphStylesShorterThanCharStyles.ppt").getPath()));
+               SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("ParagraphStylesShorterThanCharStyles.ppt"));
                Slide[] sl = ppt.getSlides();
                for (int i = 0; i < sl.length; i++) {
                        TextRun[] txt = sl[i].getTextRuns();
@@ -465,9 +463,7 @@ if(false) {
        }
 
        public void testReadParagraphStyles() throws Exception {
-               FileInputStream is = new FileInputStream(new File(System.getProperty("HSLF.testdata.path"), "bullets.ppt"));
-               SlideShow ppt = new SlideShow(is);
-               is.close();
+               SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("bullets.ppt"));
                assertTrue("No Exceptions while reading file", true);
 
                RichTextRun rt;
@@ -560,9 +556,7 @@ if(false) {
        }
 
        public void testAddText() throws Exception {
-               FileInputStream is = new FileInputStream(new File(System.getProperty("HSLF.testdata.path"), "bullets.ppt"));
-               SlideShow ppt = new SlideShow(is);
-               is.close();
+               SlideShow ppt = new SlideShow(_slTests.openResourceAsStream("bullets.ppt"));
                assertTrue("No Exceptions while reading file", true);
 
                RichTextRun rt;
index bb78de0bcc54d8aaf1ec61e6c08cdcaf2479c516..cb27d3ee924171e12fcd2dbce871b057106022a8 100644 (file)
@@ -21,6 +21,7 @@ package org.apache.poi.hslf.usermodel;
 import junit.framework.TestCase;
 import org.apache.poi.hslf.*;
 import org.apache.poi.hslf.model.*;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that SlideShow returns Sheets which have the right text in them
@@ -32,9 +33,8 @@ public final class TestSheetText extends TestCase {
        private SlideShow ss;
 
        public TestSheetText() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/basic_test_ppt_file.ppt";
-               HSLFSlideShow hss = new HSLFSlideShow(filename);
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               HSLFSlideShow hss = new HSLFSlideShow(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
                ss = new SlideShow(hss);
        }
 
@@ -63,9 +63,8 @@ public final class TestSheetText extends TestCase {
         * (Make sure we don't screw up / throw an exception etc)
         */
        public void testWithShortTextPropData() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-               String filename = dirname + "/iisd_report.ppt";
-               HSLFSlideShow hss = new HSLFSlideShow(filename);
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+               HSLFSlideShow hss = new HSLFSlideShow(slTests.openResourceAsStream("iisd_report.ppt"));
                SlideShow sss = new SlideShow(hss);
 
                // Should come out with 10 slides, no notes
index 2cc111afbdbf1f057d365d907940a232397d7746..373ec339b40a8cb990d3b37050d07be948badcc3 100644 (file)
@@ -20,6 +20,7 @@ package org.apache.poi.hslf.usermodel;
 import junit.framework.TestCase;
 import org.apache.poi.hslf.*;
 import org.apache.poi.hslf.model.*;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests that SlideShow returns Sheets in the right order
@@ -27,20 +28,18 @@ import org.apache.poi.hslf.model.*;
  * @author Nick Burch (nick at torchbox dot com)
  */
 public final class TestSlideOrdering extends TestCase {
+    private static POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+
        // Simple slideshow, record order matches slide order
        private SlideShow ssA;
        // Complex slideshow, record order doesn't match slide order
        private SlideShow ssB;
 
        public TestSlideOrdering() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-
-               String filenameA = dirname + "/basic_test_ppt_file.ppt";
-               HSLFSlideShow hssA = new HSLFSlideShow(filenameA);
+               HSLFSlideShow hssA = new HSLFSlideShow(slTests.openResourceAsStream("basic_test_ppt_file.ppt"));
                ssA = new SlideShow(hssA);
 
-               String filenameB = dirname + "/incorrect_slide_order.ppt";
-               HSLFSlideShow hssB = new HSLFSlideShow(filenameB);
+               HSLFSlideShow hssB = new HSLFSlideShow(slTests.openResourceAsStream("incorrect_slide_order.ppt"));
                ssB = new SlideShow(hssB);
        }
 
@@ -85,7 +84,9 @@ public final class TestSlideOrdering extends TestCase {
         *            array of reference slide titles
         */
        protected void assertSlideOrdering(String filename, String[] titles) throws Exception {
-               SlideShow ppt = new SlideShow(new HSLFSlideShow(filename));
+        POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
+
+        SlideShow ppt = new SlideShow(slTests.openResourceAsStream(filename));
                Slide[] slide = ppt.getSlides();
 
                assertEquals(titles.length, slide.length);
@@ -96,25 +97,23 @@ public final class TestSlideOrdering extends TestCase {
        }
 
        public void testTitles() throws Exception {
-               String dirname = System.getProperty("HSLF.testdata.path");
-
-               assertSlideOrdering(dirname + "/basic_test_ppt_file.ppt", new String[] {
+               assertSlideOrdering("basic_test_ppt_file.ppt", new String[] {
                                "This is a test title", "This is the title on page 2" });
 
-               assertSlideOrdering(dirname + "/incorrect_slide_order.ppt", new String[] { "Slide 1",
+               assertSlideOrdering("incorrect_slide_order.ppt", new String[] { "Slide 1",
                                "Slide 2", "Slide 3" });
 
-               assertSlideOrdering(dirname + "/next_test_ppt_file.ppt", new String[] {
+               assertSlideOrdering("next_test_ppt_file.ppt", new String[] {
                                "This is a test title", "This is the title on page 2" });
 
-               assertSlideOrdering(dirname + "/Single_Coloured_Page.ppt",
+               assertSlideOrdering("Single_Coloured_Page.ppt",
                                new String[] { "This is a title, it" + (char) 0x2019 + "s in black" });
 
-               assertSlideOrdering(dirname + "/Single_Coloured_Page_With_Fonts_and_Alignments.ppt",
+               assertSlideOrdering("Single_Coloured_Page_With_Fonts_and_Alignments.ppt",
                                new String[] { "This is a title, it" + (char) 0x2019 + "s in black" });
 
                assertSlideOrdering(
-                               dirname + "/ParagraphStylesShorterThanCharStyles.ppt",
+                               "ParagraphStylesShorterThanCharStyles.ppt",
                                new String[] {
                                                "ROMANCE: AN ANALYSIS",
                                                "AGENDA",
index 8b7c4c21f4047f518ef42f3d0a6f970f1ec09026..ea580e3832ef10c6b4a916c6af2936ed7bfd719e 100755 (executable)
 
 package org.apache.poi.hslf.usermodel;
 
-import java.io.File;
-import java.io.FileInputStream;
 import java.util.Arrays;
 
 import junit.framework.TestCase;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Test reading sound data from a ppt
@@ -29,28 +28,16 @@ import junit.framework.TestCase;
  * @author Yegor Kozlov
  */
 public final class TestSoundData extends TestCase{
-
-    protected File cwd;
-
-    public void setUp() {
-        cwd = new File(System.getProperty("HSLF.testdata.path"));
-    }
+    private static POIDataSamples slTests = POIDataSamples.getSlideShowInstance();
 
     /**
      * Read a reference sound file from disk and compare it from the data extracted from the slide show
      */
     public void testSounds() throws Exception {
         //read the reference sound file
-        File f = new File(cwd, "ringin.wav");
-        int length = (int)f.length();
-        byte[] ref_data = new byte[length];
-        FileInputStream is = new FileInputStream(f);
-        is.read(ref_data);
-        is.close();
-
-        is = new FileInputStream(new File(cwd, "sound.ppt"));
-        SlideShow ppt = new SlideShow(is);
-        is.close();
+        byte[] ref_data = slTests.readFile("ringin.wav");
+
+        SlideShow ppt = new SlideShow(slTests.openResourceAsStream("sound.ppt"));
 
         SoundData[] sound = ppt.getSoundData();
         assertEquals("Expected 1 sound", 1, sound.length);
diff --git a/src/scratchpad/testcases/org/apache/poi/hsmf/data/attachment_test_msg.msg b/src/scratchpad/testcases/org/apache/poi/hsmf/data/attachment_test_msg.msg
deleted file mode 100644 (file)
index ea82d91..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hsmf/data/attachment_test_msg.msg and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hsmf/data/blank.msg b/src/scratchpad/testcases/org/apache/poi/hsmf/data/blank.msg
deleted file mode 100644 (file)
index 0bdb812..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hsmf/data/blank.msg and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hsmf/data/outlook_30_msg.msg b/src/scratchpad/testcases/org/apache/poi/hsmf/data/outlook_30_msg.msg
deleted file mode 100644 (file)
index 0a58569..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hsmf/data/outlook_30_msg.msg and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hsmf/data/simple_test_msg.msg b/src/scratchpad/testcases/org/apache/poi/hsmf/data/simple_test_msg.msg
deleted file mode 100644 (file)
index 731fecc..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hsmf/data/simple_test_msg.msg and /dev/null differ
index f5cbb40011eb0c7b7d5a981c8ad2ea0929a7b1a5..fb21c5e86e90899c987b5e4323239037593bcc4d 100644 (file)
@@ -21,6 +21,7 @@ import java.io.IOException;
 
 import org.apache.poi.hsmf.MAPIMessage;
 import org.apache.poi.hsmf.exceptions.ChunkNotFoundException;
+import org.apache.poi.POIDataSamples;
 
 import junit.framework.TestCase;
 
@@ -38,8 +39,8 @@ public final class TestBlankFileRead extends TestCase {
         * Initialize this test, load up the blank.msg mapi message.
         */
        public TestBlankFileRead() throws IOException {
-               String dirname = System.getProperty("HSMF.testdata.path");
-               this.mapiMessage = new MAPIMessage(dirname + "/blank.msg");
+        POIDataSamples samples = POIDataSamples.getHSMFInstance();
+               this.mapiMessage = new MAPIMessage(samples.openResourceAsStream("blank.msg"));
        }
 
        /**
index df105dc0c88f096ba81c5de96ce41d4b44f73520..24f8eae477fca9ebd3470920f0107105584d9cc1 100644 (file)
@@ -27,6 +27,7 @@ import junit.framework.TestCase;
 
 import org.apache.poi.hsmf.MAPIMessage;
 import org.apache.poi.hsmf.exceptions.ChunkNotFoundException;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests to verify that we can read attachments from msg file
@@ -42,8 +43,8 @@ public class TestFileWithAttachmentsRead extends TestCase {
         * @throws Exception
         */
        public TestFileWithAttachmentsRead() throws IOException {
-               String dirname = System.getProperty("HSMF.testdata.path");
-               this.mapiMessage = new MAPIMessage(dirname + "/attachment_test_msg.msg");
+        POIDataSamples samples = POIDataSamples.getHSMFInstance();
+               this.mapiMessage = new MAPIMessage(samples.openResourceAsStream("attachment_test_msg.msg"));
        }
 
        /**
index da160671882b66a46e40fffecbde36cf45cefbfa..12cc44c42b31bdcd35bbddc1a67f876031e6e91c 100644 (file)
@@ -21,6 +21,7 @@ import java.io.IOException;
 
 import org.apache.poi.hsmf.MAPIMessage;
 import org.apache.poi.hsmf.exceptions.ChunkNotFoundException;
+import org.apache.poi.POIDataSamples;
 
 import junit.framework.TestCase;
 
@@ -35,8 +36,8 @@ private MAPIMessage mapiMessage;
         * @throws Exception
         */
        public TestOutlook30FileRead() throws IOException {
-               String dirname = System.getProperty("HSMF.testdata.path");
-               this.mapiMessage = new MAPIMessage(dirname + "/outlook_30_msg.msg");
+        POIDataSamples samples = POIDataSamples.getHSMFInstance();
+               this.mapiMessage = new MAPIMessage(samples.openResourceAsStream("outlook_30_msg.msg"));
        }
 
        /**
index 2d822bb10ccf57f83b56c83934548789bba2ab28..672d94e8ff91ebb10a92e51ad287dc7e508d1516 100644 (file)
@@ -21,6 +21,7 @@ import java.io.IOException;
 
 import org.apache.poi.hsmf.MAPIMessage;
 import org.apache.poi.hsmf.exceptions.ChunkNotFoundException;
+import org.apache.poi.POIDataSamples;
 
 import junit.framework.TestCase;
 
@@ -38,8 +39,8 @@ private MAPIMessage mapiMessage;
         * @throws Exception
         */
        public TestSimpleFileRead() throws IOException {
-               String dirname = System.getProperty("HSMF.testdata.path");
-               this.mapiMessage = new MAPIMessage(dirname + "/simple_test_msg.msg");
+        POIDataSamples samples = POIDataSamples.getHSMFInstance();
+               this.mapiMessage = new MAPIMessage(samples.openResourceAsStream("simple_test_msg.msg"));
        }
 
        /**
index 61f72d5af7619a31d06643e93c6e08551d78f713..1f7d4c6ff92b5703b60dc4b1b0cd17a23c59c41c 100644 (file)
@@ -20,6 +20,7 @@ package org.apache.poi.hwpf;
 import org.apache.poi.hwpf.model.FileInformationBlock;
 import org.apache.poi.poifs.filesystem.DocumentEntry;
 import org.apache.poi.poifs.filesystem.POIFSFileSystem;
+import org.apache.poi.POIDataSamples;
 
 
 public final class HWPFDocFixture
@@ -38,7 +39,7 @@ public final class HWPFDocFixture
     try
     {
       POIFSFileSystem filesystem = new POIFSFileSystem(
-              HWPFTestDataSamples.openSampleFileStream("test.doc"));
+              POIDataSamples.getDocumentInstance().openResourceAsStream("test.doc"));
 
       DocumentEntry documentProps =
         (DocumentEntry) filesystem.getRoot().getEntry("WordDocument");
index 0b6f529e9870dbc231e4908ba3d537ec6d83deaa..706fe55fa187c7ca822702185df168068362b5dd 100755 (executable)
@@ -20,29 +20,12 @@ import org.apache.poi.POIDataSamples;
 \r
 import java.io.*;\r
 \r
-public class HWPFTestDataSamples extends POIDataSamples {\r
-\r
-    private static final HWPFTestDataSamples _inst = new HWPFTestDataSamples("HWPF.testdata.path", "SampleDoc.doc");\r
-\r
-\r
-    private HWPFTestDataSamples(String dir, String classPathTestFile){\r
-        super(dir, classPathTestFile);\r
-    }\r
-\r
-    public static POIDataSamples getInstance(){\r
-        return _inst;\r
-    }\r
-\r
-    public static InputStream openSampleFileStream(String sampleFileName) {\r
-        return _inst.openResourceAsStream(sampleFileName);\r
-    }\r
-    public static byte[] getTestDataFileContent(String fileName) {\r
-        return _inst.readFile(fileName);\r
-    }\r
+public class HWPFTestDataSamples {\r
 \r
     public static HWPFDocument openSampleFile(String sampleFileName) {\r
         try {\r
-            return new HWPFDocument(_inst.openResourceAsStream(sampleFileName));\r
+            InputStream is = POIDataSamples.getDocumentInstance().openResourceAsStream(sampleFileName);\r
+            return new HWPFDocument(is);\r
         } catch (IOException e) {\r
             throw new RuntimeException(e);\r
         }\r
index ccc14ba76ad2dcef0cd2c1cc36764c5362198097..27189db74821f67251ba45b00a5c45ac3f350cde 100644 (file)
@@ -23,6 +23,7 @@ import junit.framework.TestCase;
 
 import org.apache.poi.hwpf.model.PicturesTable;
 import org.apache.poi.hwpf.usermodel.Picture;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Test picture support in HWPF
@@ -154,6 +155,6 @@ public final class TestHWPFPictures extends TestCase {
        }
 
        private static byte[] readFile(String file) {
-               return HWPFTestDataSamples.getTestDataFileContent(file);
+               return POIDataSamples.getDocumentInstance().readFile(file);
        }
 }
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/AIOOB-Tap.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/AIOOB-Tap.doc
deleted file mode 100644 (file)
index bfd5906..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/AIOOB-Tap.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug28627.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug28627.doc
deleted file mode 100644 (file)
index 91b031d..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug28627.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug44292.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug44292.doc
deleted file mode 100644 (file)
index fd7ca6c..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug44292.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug44603.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug44603.doc
deleted file mode 100644 (file)
index 00312ae..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug44603.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug46610_1.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug46610_1.doc
deleted file mode 100755 (executable)
index 4291d9c..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug46610_1.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug46610_2.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug46610_2.doc
deleted file mode 100755 (executable)
index be90831..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug46610_2.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug46610_3.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug46610_3.doc
deleted file mode 100755 (executable)
index 72d60df..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/Bug46610_3.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/DiffFirstPageHeadFoot.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/DiffFirstPageHeadFoot.doc
deleted file mode 100755 (executable)
index 397aa2f..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/DiffFirstPageHeadFoot.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/DiffFirstPageHeadFoot.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/DiffFirstPageHeadFoot.docx
deleted file mode 100755 (executable)
index d631c77..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/DiffFirstPageHeadFoot.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/FancyFoot.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/FancyFoot.doc
deleted file mode 100755 (executable)
index 5d3e662..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/FancyFoot.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/FancyFoot.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/FancyFoot.docx
deleted file mode 100755 (executable)
index 3e571b3..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/FancyFoot.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/HeaderFooterUnicode.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/HeaderFooterUnicode.doc
deleted file mode 100755 (executable)
index 1b517f6..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/HeaderFooterUnicode.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/HeaderFooterUnicode.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/HeaderFooterUnicode.docx
deleted file mode 100755 (executable)
index 643967c..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/HeaderFooterUnicode.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/HeaderWithMacros.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/HeaderWithMacros.doc
deleted file mode 100644 (file)
index 934970f..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/HeaderWithMacros.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/IllustrativeCases.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/IllustrativeCases.docx
deleted file mode 100644 (file)
index 29dacb6..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/IllustrativeCases.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ListEntryNoListTable.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/ListEntryNoListTable.doc
deleted file mode 100644 (file)
index 939f5a4..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ListEntryNoListTable.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/NoHeadFoot.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/NoHeadFoot.doc
deleted file mode 100755 (executable)
index 8c95f47..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/NoHeadFoot.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/NoHeadFoot.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/NoHeadFoot.docx
deleted file mode 100755 (executable)
index 7af2a14..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/NoHeadFoot.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/PageSpecificHeadFoot.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/PageSpecificHeadFoot.doc
deleted file mode 100755 (executable)
index 26866af..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/PageSpecificHeadFoot.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/PageSpecificHeadFoot.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/PageSpecificHeadFoot.docx
deleted file mode 100755 (executable)
index 13097b9..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/PageSpecificHeadFoot.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/PasswordProtected.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/PasswordProtected.doc
deleted file mode 100644 (file)
index 0d6c169..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/PasswordProtected.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ProblemExtracting.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/ProblemExtracting.doc
deleted file mode 100644 (file)
index b980089..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ProblemExtracting.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.doc
deleted file mode 100755 (executable)
index e82c7de..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.docx
deleted file mode 100755 (executable)
index a43c77a..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.txt b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.txt
deleted file mode 100644 (file)
index 6b5fd46..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Author = Nick Burch
-Title = Test Document
-Subject = This is a sample document
-Keywords = Testing Sample
-Comments = This document is used for testing text and metadata extraction
-
-
-I am a test document
-This is page 1
-I am Calibri (Body) in font size 11
- 
-This is page two
-It’s Arial Black in 16 point
-It’s also in blue
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/SimpleHeadThreeColFoot.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SimpleHeadThreeColFoot.doc
deleted file mode 100755 (executable)
index 2f8daec..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/SimpleHeadThreeColFoot.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/SimpleHeadThreeColFoot.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SimpleHeadThreeColFoot.docx
deleted file mode 100755 (executable)
index fb17df2..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/SimpleHeadThreeColFoot.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/TestDocument.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/TestDocument.docx
deleted file mode 100755 (executable)
index 058dec5..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/TestDocument.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColFoot.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColFoot.doc
deleted file mode 100755 (executable)
index d0d6daf..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColFoot.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColFoot.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColFoot.docx
deleted file mode 100755 (executable)
index b01e356..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColFoot.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHead.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHead.doc
deleted file mode 100755 (executable)
index 1a49b96..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHead.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHead.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHead.docx
deleted file mode 100755 (executable)
index 448d046..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHead.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHeadFoot.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHeadFoot.doc
deleted file mode 100755 (executable)
index 67e77de..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHeadFoot.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHeadFoot.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHeadFoot.docx
deleted file mode 100755 (executable)
index 51602cc..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/ThreeColHeadFoot.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/WithArtShapes.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/WithArtShapes.doc
deleted file mode 100644 (file)
index 27793c3..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/WithArtShapes.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/delins.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/delins.docx
deleted file mode 100755 (executable)
index b530691..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/delins.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/documentProperties.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/documentProperties.docx
deleted file mode 100644 (file)
index 4ec577e..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/documentProperties.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/emf_2003_image.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/emf_2003_image.doc
deleted file mode 100644 (file)
index a475813..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/emf_2003_image.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/endnotes.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/endnotes.docx
deleted file mode 100755 (executable)
index a5db349..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/endnotes.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/footnote.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/footnote.doc
deleted file mode 100755 (executable)
index 5e11a44..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/footnote.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/footnotes.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/footnotes.docx
deleted file mode 100755 (executable)
index db4386c..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/footnotes.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/form_footnotes.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/form_footnotes.docx
deleted file mode 100755 (executable)
index 70abb60..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/form_footnotes.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/headerFooter.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/headerFooter.docx
deleted file mode 100644 (file)
index 87a86c3..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/headerFooter.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/sample.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/sample.docx
deleted file mode 100644 (file)
index 8dd04bc..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/sample.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/saved-by-table.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/saved-by-table.doc
deleted file mode 100644 (file)
index c3ea6bc..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/saved-by-table.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/simple_image.jpg b/src/scratchpad/testcases/org/apache/poi/hwpf/data/simple_image.jpg
deleted file mode 100644 (file)
index af68bca..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/simple_image.jpg and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/simple_image.png b/src/scratchpad/testcases/org/apache/poi/hwpf/data/simple_image.png
deleted file mode 100644 (file)
index a9120d7..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/simple_image.png and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/table_footnotes.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/table_footnotes.docx
deleted file mode 100755 (executable)
index f4d0b2b..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/table_footnotes.docx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/test.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/test.doc
deleted file mode 100644 (file)
index c183d57..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/test.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/test.dotx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/test.dotx
deleted file mode 100755 (executable)
index 0b74e39..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/test.dotx and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/test2.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/test2.doc
deleted file mode 100755 (executable)
index 06921df..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/test2.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/testPictures.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/testPictures.doc
deleted file mode 100644 (file)
index d031993..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/testPictures.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/testRangeDelete.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/testRangeDelete.doc
deleted file mode 100644 (file)
index 8961083..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/testRangeDelete.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/testRangeInsertion.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/testRangeInsertion.doc
deleted file mode 100644 (file)
index 322431c..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/testRangeInsertion.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/testRangeReplacement.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/testRangeReplacement.doc
deleted file mode 100644 (file)
index 949980d..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/testRangeReplacement.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/two_images.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/two_images.doc
deleted file mode 100755 (executable)
index f94867d..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/two_images.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/vector_image.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/vector_image.doc
deleted file mode 100644 (file)
index 8922471..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/vector_image.doc and /dev/null differ
diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/vector_image.emf b/src/scratchpad/testcases/org/apache/poi/hwpf/data/vector_image.emf
deleted file mode 100644 (file)
index ccd5305..0000000
Binary files a/src/scratchpad/testcases/org/apache/poi/hwpf/data/vector_image.emf and /dev/null differ
index 4f9c08634f5cf8fce3130b1068d9ecbe08ce31ca..47e0b431f6c01119861b96c2f2d46fc901b91c81 100644 (file)
@@ -23,6 +23,7 @@ import org.apache.poi.hwpf.HWPFDocument;
 import org.apache.poi.hwpf.HWPFTestDataSamples;
 import org.apache.poi.poifs.filesystem.DirectoryNode;
 import org.apache.poi.poifs.filesystem.POIFSFileSystem;
+import org.apache.poi.POIDataSamples;
 
 import java.io.FileInputStream;
 
@@ -65,17 +66,16 @@ public final class TestWordExtractor extends TestCase {
        private String filename6;
 
        protected void setUp() throws Exception {
-               String pdirname = System.getProperty("POIFS.testdata.path");
 
                String filename = "test2.doc";
                String filename2 = "test.doc";
-               filename3 = pdirname + "/excel_with_embeded.xls";
+               filename3 = "excel_with_embeded.xls";
                filename4 = "ThreeColHeadFoot.doc";
                filename5 = "HeaderFooterUnicode.doc";
                filename6 = "footnote.doc";
-
-               extractor = new WordExtractor(HWPFTestDataSamples.openSampleFileStream(filename));
-               extractor2 = new WordExtractor(HWPFTestDataSamples.openSampleFileStream(filename2));
+        POIDataSamples docTests = POIDataSamples.getDocumentInstance();
+               extractor = new WordExtractor(docTests.openResourceAsStream(filename));
+               extractor2 = new WordExtractor(docTests.openResourceAsStream(filename2));
 
                // Build splat'd out text version
                for(int i=0; i<p_text1.length; i++) {
@@ -123,7 +123,7 @@ public final class TestWordExtractor extends TestCase {
         * @throws Exception
         */
        public void testExtractFromEmbeded() throws Exception {
-               POIFSFileSystem fs = new POIFSFileSystem(new FileInputStream(filename3));
+               POIFSFileSystem fs = new POIFSFileSystem(POIDataSamples.getSpreadSheetInstance().openResourceAsStream(filename3));
                HWPFDocument doc;
                WordExtractor extractor3;
 
index 860552cef22400e0c24317fc765fba34a632be73..d328dfe403151e9d1b9c9b290b220dbd38dc5d22 100644 (file)
@@ -20,6 +20,7 @@ package org.apache.poi.hwpf.extractor;
 import junit.framework.TestCase;
 
 import org.apache.poi.hwpf.HWPFTestDataSamples;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests for bugs with the WordExtractor
@@ -30,7 +31,7 @@ public final class TestWordExtractorBugs extends TestCase {
 
        public void testProblemMetadata() throws Exception {
                WordExtractor extractor =
-                       new WordExtractor(HWPFTestDataSamples.openSampleFileStream("ProblemExtracting.doc"));
+                       new WordExtractor(POIDataSamples.getDocumentInstance().openResourceAsStream("ProblemExtracting.doc"));
 
                // Check it gives text without error
                extractor.getText();
index 4a0341619fbbebdd73cd9291429363b7ef6a4336..fefdcf8c45be3fef0c4287eac4062317f4452b9e 100644 (file)
@@ -24,6 +24,7 @@ import junit.framework.TestCase;
 import org.apache.poi.hwpf.HWPFDocument;
 import org.apache.poi.hwpf.HWPFTestDataSamples;
 import org.apache.poi.util.LittleEndian;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Test the picture handling
@@ -98,7 +99,7 @@ public final class TestPictures extends TestCase {
                assertTrue(pic.getSize() > 128);
 
                // Check right contents
-               byte[] emf = HWPFTestDataSamples.getTestDataFileContent("vector_image.emf");
+               byte[] emf = POIDataSamples.getDocumentInstance().readFile("vector_image.emf");
                byte[] pemf = pic.getContent();
                assertEquals(emf.length, pemf.length);
                for(int i=0; i<emf.length; i++) {
index b5f64dd998f2b0c67fec862752704ac3ae3b19d4..d4ec6d6b7d13dfac9ca3aebcf4e8074bf0d3348b 100755 (executable)
@@ -20,26 +20,89 @@ import java.io.*;
 \r
 /**\r
  * Centralises logic for finding/opening sample files\r
- *\r
  */\r
-public abstract class POIDataSamples {\r
+public final class POIDataSamples {\r
+\r
+    /**\r
+     * Name of the system property that defined path to the test data.\r
+     */\r
+    public static final String TEST_PROPERTY = "POI.testdata.path";\r
+\r
+    private static POIDataSamples _instSlideshow;\r
+    private static POIDataSamples _instSpreadsheet;\r
+    private static POIDataSamples _instDocument;\r
+    private static POIDataSamples _instDiagram;\r
+    private static POIDataSamples _instOpenxml4j;\r
+    private static POIDataSamples _instPOIFS;\r
+    private static POIDataSamples _instDDF;\r
+    private static POIDataSamples _instHPSF;\r
+    private static POIDataSamples _instHPBF;\r
+    private static POIDataSamples _instHSMF;\r
 \r
     private File _resolvedDataDir;\r
     /** <code>true</code> if standard system propery is not set,\r
      * but the data is available on the test runtime classpath */\r
     private boolean _sampleDataIsAvaliableOnClassPath;\r
-    private String _testDataDir;\r
+    private String _moduleDir;\r
 \r
     /**\r
      *\r
-     * @param dir   the name of the system property that defines  path to the test files\r
-     * @param classPathTestFile the name of the test file to check if resources are available from the classpath\r
+     * @param moduleDir   the name of the directory containing the test files\r
      */\r
-    public POIDataSamples(String dir, String classPathTestFile){\r
-        _testDataDir = dir;\r
-        initialise(classPathTestFile);\r
+    private POIDataSamples(String moduleDir){\r
+        _moduleDir = moduleDir;\r
+        initialise();\r
+    }\r
+\r
+    public static POIDataSamples getSpreadSheetInstance(){\r
+        if(_instSpreadsheet == null) _instSpreadsheet = new POIDataSamples("spreadsheet");\r
+        return _instSpreadsheet;\r
+    }\r
+\r
+    public static POIDataSamples getDocumentInstance(){\r
+        if(_instDocument == null) _instDocument = new POIDataSamples("document");\r
+        return _instDocument;\r
+    }\r
+\r
+    public static POIDataSamples getSlideShowInstance(){\r
+        if(_instSlideshow == null) _instSlideshow = new POIDataSamples("slideshow");\r
+        return _instSlideshow;\r
+    }\r
+\r
+    public static POIDataSamples getDiagramInstance(){\r
+        if(_instOpenxml4j == null) _instOpenxml4j = new POIDataSamples("diagram");\r
+        return _instOpenxml4j;\r
+    }\r
+\r
+    public static POIDataSamples getOpenXML4JInstance(){\r
+        if(_instDiagram == null) _instDiagram = new POIDataSamples("openxml4j");\r
+        return _instDiagram;\r
+    }\r
+\r
+    public static POIDataSamples getPOIFSInstance(){\r
+        if(_instPOIFS == null) _instPOIFS = new POIDataSamples("poifs");\r
+        return _instPOIFS;\r
+    }\r
+\r
+    public static POIDataSamples getDDFInstance(){\r
+        if(_instDDF == null) _instDDF = new POIDataSamples("ddf");\r
+        return _instDDF;\r
+    }\r
+\r
+    public static POIDataSamples getHPSFInstance(){\r
+        if(_instHPSF == null) _instHPSF = new POIDataSamples("hpsf");\r
+        return _instHPSF;\r
+    }\r
+\r
+    public static POIDataSamples getPublisherInstance(){\r
+        if(_instHPBF == null) _instHPBF = new POIDataSamples("publisher");\r
+        return _instHPBF;\r
     }\r
 \r
+    public static POIDataSamples getHSMFInstance(){\r
+        if(_instHSMF == null) _instHSMF = new POIDataSamples("hsmf");\r
+        return _instHSMF;\r
+    }\r
     /**\r
      * Opens a sample file from the test data directory\r
      *\r
@@ -60,40 +123,46 @@ public abstract class POIDataSamples {
         }\r
         if (_resolvedDataDir == null) {\r
             throw new RuntimeException("Must set system property '"\r
-                    + _testDataDir\r
+                    + TEST_PROPERTY\r
                     + "' properly before running tests");\r
         }\r
 \r
+        File f = getFile(sampleFileName);\r
+        try {\r
+            return new FileInputStream(f);\r
+        } catch (FileNotFoundException e) {\r
+            throw new RuntimeException(e);\r
+        }\r
+    }\r
+\r
+    /**\r
+     *\r
+     * @param sampleFileName    the name of the test file\r
+     * @return\r
+     * @throws RuntimeException if the file was not found\r
+     */\r
+    public File getFile(String sampleFileName) {\r
         File f = new File(_resolvedDataDir, sampleFileName);\r
         if (!f.exists()) {\r
             throw new RuntimeException("Sample file '" + sampleFileName\r
                     + "' not found in data dir '" + _resolvedDataDir.getAbsolutePath() + "'");\r
         }\r
         try {\r
-            if(!sampleFileName.equals(f.getCanonicalFile().getName())){\r
+            if(sampleFileName.length() > 0 && !sampleFileName.equals(f.getCanonicalFile().getName())){\r
                 throw new RuntimeException("File name is case-sensitive: requested '" + sampleFileName\r
                         + "' but actual file is '" + f.getCanonicalFile().getName() + "'");\r
             }\r
         } catch (IOException e){\r
             throw new RuntimeException(e);\r
         }\r
-\r
-        try {\r
-            return new FileInputStream(f);\r
-        } catch (FileNotFoundException e) {\r
-            throw new RuntimeException(e);\r
-        }\r
+        return f;\r
     }\r
 \r
-    /**\r
-     *\r
-     * @param classPathTest test file to check if the resources are avaiable from the classpath\r
-     */\r
-    private void initialise(String classPathTest) {\r
-        String dataDirName = System.getProperty(_testDataDir);\r
+    private void initialise() {\r
+        String dataDirName = System.getProperty(TEST_PROPERTY);\r
         if (dataDirName == null) {\r
             // check to see if we can just get the resources from the classpath\r
-            InputStream is = openClasspathResource(classPathTest);\r
+            InputStream is = openClasspathResource("");\r
             if (is != null) {\r
                 try {\r
                     is.close(); // be nice\r
@@ -104,14 +173,12 @@ public abstract class POIDataSamples {
                 return;\r
             }\r
 \r
-            throw new RuntimeException("Must set system property '"\r
-                    + _testDataDir + "' before running tests");\r
+            throw new RuntimeException("Must set system property '" +\r
+                    TEST_PROPERTY + "' before running tests");\r
         }\r
-        File dataDir = new File(dataDirName);\r
+        File dataDir = new File(dataDirName, _moduleDir);\r
         if (!dataDir.exists()) {\r
-            throw new RuntimeException("Data dir '" + dataDirName\r
-                    + "' specified by system property '" + _testDataDir\r
-                    + "' does not exist");\r
+            throw new RuntimeException("Data dir '" + _moduleDir + " does not exist");\r
         }\r
         // convert to canonical file, to make any subsequent error messages\r
         // clearer.\r
@@ -129,7 +196,7 @@ public abstract class POIDataSamples {
      * @return <code>null</code> if the sample file is not deployed on the classpath.\r
      */\r
     private InputStream openClasspathResource(String sampleFileName) {\r
-        return getClass().getResourceAsStream("data/" + sampleFileName);\r
+        return getClass().getResourceAsStream("/" + _moduleDir + "/" + sampleFileName);\r
     }\r
 \r
     private static final class NonSeekableInputStream extends InputStream {\r
index 9e2921fe88b55d4c0806c206a790b7e762feec37..6dffb8df226d97be1b080f00a9f00388301abfc4 100755 (executable)
@@ -23,6 +23,7 @@ import java.io.IOException;
 import java.util.Arrays;
 
 import junit.framework.TestCase;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Test read/serialize of escher blip records
@@ -30,12 +31,12 @@ import junit.framework.TestCase;
  * @author Yegor Kozlov
  */
 public final class TestEscherBlipRecord extends TestCase {
-    protected String cwd = System.getProperty("DDF.testdata.path");
+    private static final POIDataSamples _samples = POIDataSamples.getDDFInstance();
 
     //test reading/serializing of a PNG blip
     public void testReadPNG() {
         //provided in bug-44886
-        byte[] data = read(new File(cwd, "Container.dat"));
+        byte[] data = _samples.readFile("Container.dat");
 
         EscherContainerRecord record = new EscherContainerRecord();
         record.fillFields(data, 0, new DefaultEscherRecordFactory());
@@ -80,7 +81,7 @@ public final class TestEscherBlipRecord extends TestCase {
     //test reading/serializing of a PICT metafile
     public void testReadPICT() {
         //provided in bug-44886
-        byte[] data = read(new File(cwd, "Container.dat"));
+        byte[] data = _samples.readFile("Container.dat");
 
         EscherContainerRecord record = new EscherContainerRecord();
         record.fillFields(data, 0, new DefaultEscherRecordFactory());
@@ -131,7 +132,7 @@ public final class TestEscherBlipRecord extends TestCase {
 
     //integral test: check that the read-write-read round trip is consistent
     public void testContainer() {
-        byte[] data = read(new File(cwd, "Container.dat"));
+        byte[] data = _samples.readFile("Container.dat");
 
         EscherContainerRecord record = new EscherContainerRecord();
         record.fillFields(data, 0, new DefaultEscherRecordFactory());
@@ -156,7 +157,7 @@ public final class TestEscherBlipRecord extends TestCase {
      * The test data was created from pl031405.xls attached to Bugzilla #47143
      */
     public void test47143() {
-        byte[] data = read(new File(cwd, "47143.dat"));
+        byte[] data = _samples.readFile("47143.dat");
         EscherBSERecord bse = new EscherBSERecord();
         bse.fillFields(data, 0, new DefaultEscherRecordFactory());
         bse.toString(); //assert that toString() works
index 4d83cad4468c3e43c5933bda223dd3825dd6b7e3..3db6a3784da449b1856cec1126e367b33b76e074 100644 (file)
@@ -25,16 +25,13 @@ import junit.framework.TestCase;
 import org.apache.poi.util.HexRead;
 import org.apache.poi.util.HexDump;
 import org.apache.poi.util.IOUtils;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests for {@link EscherContainerRecord}
  */
 public final class TestEscherContainerRecord extends TestCase {
-       private String ESCHER_DATA_PATH;
-
-       protected void setUp() {
-               ESCHER_DATA_PATH = System.getProperty("DDF.testdata.path");
-       }
+    private static final POIDataSamples _samples = POIDataSamples.getDDFInstance();
 
        public void testFillFields() {
                EscherRecordFactory f = new DefaultEscherRecordFactory();
@@ -151,11 +148,7 @@ public final class TestEscherContainerRecord extends TestCase {
         *  but hopefully we now read the correct size.
         */
        public void testBug44857() throws Exception {
-               File f = new File(ESCHER_DATA_PATH, "Container.dat");
-               assertTrue(f.exists());
-
-               FileInputStream finp = new FileInputStream(f);
-               byte[] data = IOUtils.toByteArray(finp);
+               byte[] data = _samples.readFile("Container.dat");
 
                // This used to fail with an OutOfMemory
                EscherContainerRecord record = new EscherContainerRecord();
diff --git a/src/testcases/org/apache/poi/ddf/data/47143.dat b/src/testcases/org/apache/poi/ddf/data/47143.dat
deleted file mode 100755 (executable)
index 0745ce1..0000000
Binary files a/src/testcases/org/apache/poi/ddf/data/47143.dat and /dev/null differ
diff --git a/src/testcases/org/apache/poi/ddf/data/Container.dat b/src/testcases/org/apache/poi/ddf/data/Container.dat
deleted file mode 100644 (file)
index c1b5447..0000000
Binary files a/src/testcases/org/apache/poi/ddf/data/Container.dat and /dev/null differ
index ba7c650b37176147a312d4e744fc3586a8476601..0e1c21232651a4c5483cd43c9513eb22b1390d04 100644 (file)
@@ -17,6 +17,8 @@
 
 package org.apache.poi.hpsf.basic;
 
+import org.apache.poi.POIDataSamples;
+
 import java.io.File;
 import java.io.FileFilter;
 import java.util.logging.Logger;
@@ -30,6 +32,7 @@ import java.util.logging.Logger;
  *         href="mailto:klute@rainer-klute.de">&lt;klute@rainer-klute.de&gt;</a>
  */
 public class AllDataFilesTester {
+    private static final POIDataSamples _samples = POIDataSamples.getHPSFInstance();
 
     /**
      * <p>Interface specifying how to run a test on a single file.</p>
@@ -56,8 +59,8 @@ public class AllDataFilesTester {
      */
     public void runTests(final TestTask task) throws Throwable
     {
-        final String dataDirName = System.getProperty("HPSF.testdata.path");
-        final File dataDir = new File(dataDirName);
+        POIDataSamples _samples = POIDataSamples.getHPSFInstance();
+        final File dataDir = _samples.getFile("");
         final File[] docs = dataDir.listFiles(new FileFilter()
         {
             public boolean accept(final File file)
index 0eeef4bbdf6533f32ec44cafcb5f49b146b9bcdb..b773bd6fd799e2835d2dfe3d7c90669da729c1df 100644 (file)
@@ -37,6 +37,7 @@ import org.apache.poi.hpsf.PropertySetFactory;
 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>
@@ -80,11 +81,10 @@ public final class TestBasic extends TestCase {
      * @exception FileNotFoundException if the file to be read does not exist.
      * @exception IOException if any other I/O exception occurs.
      */
-    public void setUp() throws FileNotFoundException, IOException
+    public void setUp() throws IOException
     {
-        final File dataDir =
-            new File(System.getProperty("HPSF.testdata.path"));
-        final File data = new File(dataDir, POI_FS);
+        POIDataSamples samples = POIDataSamples.getHPSFInstance();
+        final File data = samples.getFile(POI_FS);
         poiFiles = Util.readPOIFiles(data);
     }
 
index 806b49745abde685e65d1f9c2cea917b10560989..47c4adc340680ef75e040c62cf1afa15c4dffbac 100644 (file)
@@ -35,6 +35,7 @@ import org.apache.poi.hpsf.PropertySet;
 import org.apache.poi.hpsf.PropertySetFactory;
 import org.apache.poi.hpsf.SummaryInformation;
 import org.apache.poi.hpsf.Variant;
+import org.apache.poi.POIDataSamples;
 
 /**
  * <p>Test case for OLE2 files with empty properties. An empty property's type
@@ -69,9 +70,8 @@ public final class TestEmptyProperties extends TestCase {
      */
     public void setUp() throws FileNotFoundException, IOException
     {
-        final File dataDir =
-            new File(System.getProperty("HPSF.testdata.path"));
-        final File data = new File(dataDir, POI_FS);
+        POIDataSamples samples = POIDataSamples.getHPSFInstance();
+        final File data = samples.getFile(POI_FS);
 
         poiFiles = Util.readPOIFiles(data);
     }
index 9916dbc9951b6b9e9ef7a16d12359656bf359b30..8f7bbd5b05312e8c04969bfa47d95a12cde7c008 100644 (file)
@@ -25,6 +25,7 @@ import java.io.InputStream;
 import junit.framework.TestCase;
 
 import org.apache.poi.hpsf.PropertySetFactory;
+import org.apache.poi.POIDataSamples;
 
 /**
  * <p>Tests some HPSF functionality by reading all property sets from all files
@@ -41,8 +42,8 @@ public class TestReadAllFiles extends TestCase {
      */
     public void testReadAllFiles()
     {
-        final File dataDir =
-            new File(System.getProperty("HPSF.testdata.path"));
+        POIDataSamples _samples = POIDataSamples.getHPSFInstance();
+        final File dataDir = _samples.getFile("");
         final File[] fileList = dataDir.listFiles(new FileFilter()
             {
                 public boolean accept(final File f)
index f9cf2b0dcd8be06a5ca258bbbf44cf4e997ee3b6..581ff143813faff585d54d90bb4e46405dac99d4 100644 (file)
@@ -32,6 +32,7 @@ import org.apache.poi.hpsf.PropertySet;
 import org.apache.poi.hpsf.PropertySetFactory;
 import org.apache.poi.hpsf.Section;
 import org.apache.poi.hpsf.SummaryInformation;
+import org.apache.poi.POIDataSamples;
 
 /**
  * <p>Tests whether Unicode string can be read from a
@@ -57,9 +58,8 @@ public class TestUnicode extends TestCase {
      * @exception IOException if any other I/O exception occurs
      */
     protected void setUp() {
-        final File dataDir =
-            new File(System.getProperty("HPSF.testdata.path"));
-        data = new File(dataDir, POI_FS);
+        POIDataSamples samples = POIDataSamples.getHPSFInstance();
+        data = samples.getFile(POI_FS);
     }
 
 
index dbb528f6e23510fa1c8a145325b1d174f72705f5..f824ffb7bcec61f728881493ffb418e710435f70 100644 (file)
@@ -63,6 +63,7 @@ import org.apache.poi.poifs.eventfilesystem.POIFSReaderListener;
 import org.apache.poi.poifs.filesystem.POIFSFileSystem;
 import org.apache.poi.util.LittleEndian;
 import org.apache.poi.util.TempFile;
+import org.apache.poi.POIDataSamples;
 
 /**
  * <p>Tests HPSF's writing functionality.</p>
@@ -71,6 +72,7 @@ import org.apache.poi.util.TempFile;
  */
 public class TestWrite extends TestCase
 {
+    private static final POIDataSamples _samples = POIDataSamples.getHPSFInstance();
 
     static final String POI_FS = "TestHPSFWritingFunctionality.doc";
 
@@ -110,10 +112,7 @@ public class TestWrite extends TestCase
      */
     public void testNoFormatID() throws IOException
     {
-        final String dataDirName = System.getProperty("HPSF.testdata.path");
-        final File dataDir = new File(dataDirName);
-        final File filename = new File(dataDir, POI_FS);
-        filename.deleteOnExit();
+        final File filename = TempFile.createTempFile(POI_FS, ".doc");
 
         /* Create a mutable property set with a section that does not have the
          * formatID set: */
@@ -159,8 +158,7 @@ public class TestWrite extends TestCase
     public void testWriteEmptyPropertySet()
         throws IOException, UnsupportedVariantTypeException
     {
-        final File dataDir =
-            new File(System.getProperty("HPSF.testdata.path"));
+        final File dataDir = _samples.getFile("");
         final File filename = new File(dataDir, POI_FS);
         filename.deleteOnExit();
 
@@ -202,8 +200,7 @@ public class TestWrite extends TestCase
     {
         final String AUTHOR = "Rainer Klute";
         final String TITLE = "Test Document"; 
-        final File dataDir =
-            new File(System.getProperty("HPSF.testdata.path"));
+        final File dataDir = _samples.getFile("");
         final File filename = new File(dataDir, POI_FS);
         filename.deleteOnExit();
         final OutputStream out = new FileOutputStream(filename);
@@ -274,8 +271,7 @@ public class TestWrite extends TestCase
         final String SECTION1 = "Section 1";
         final String SECTION2 = "Section 2";
 
-        final File dataDir =
-            new File(System.getProperty("HPSF.testdata.path"));
+        final File dataDir = _samples.getFile("");
         final File filename = new File(dataDir, POI_FS);
         filename.deleteOnExit();
         final OutputStream out = new FileOutputStream(filename);
@@ -673,8 +669,7 @@ public class TestWrite extends TestCase
      */
     public void testRecreate()
     {
-        final File dataDir =
-            new File(System.getProperty("HPSF.testdata.path"));
+        final File dataDir = _samples.getFile("");
         final File[] fileList = dataDir.listFiles(new FileFilter()
             {
                 public boolean accept(final File f)
index d570b029b34c47a6a3452c1fd3cc44f1de599e5d..ca3b0864baecf65bb1767e099aca543a5f9a8dc9 100644 (file)
@@ -53,6 +53,7 @@ import org.apache.poi.poifs.filesystem.DirectoryEntry;
 import org.apache.poi.poifs.filesystem.DocumentEntry;
 import org.apache.poi.poifs.filesystem.DocumentInputStream;
 import org.apache.poi.poifs.filesystem.POIFSFileSystem;
+import org.apache.poi.POIDataSamples;
 
 /**
  * <p>Tests HPSF's high-level writing functionality for the well-known property
@@ -78,8 +79,8 @@ public class TestWriteWellKnown extends TestCase {
 
     /**
      * <p>This test method checks whether DocumentSummary information streams
-     * can be read. This is done by opening all "Test*" files in the directrory
-     * pointed to by the "HPSF.testdata.path" system property, trying to extract
+     * can be read. This is done by opening all "Test*" files in the 'poifs' directrory
+     * pointed to by the "POI.testdata.path" system property, trying to extract
      * the document summary information stream in the root directory and calling
      * its get... methods.</p>
      * @throws IOException 
@@ -93,8 +94,8 @@ public class TestWriteWellKnown extends TestCase {
             NoPropertySetStreamException, MarkUnsupportedException,
             UnexpectedPropertySetTypeException
     {
-        final String dataDirName = System.getProperty("HPSF.testdata.path");
-        final File dataDir = new File(dataDirName);
+        POIDataSamples _samples = POIDataSamples.getHPSFInstance();
+        final File dataDir = _samples.getFile("");
         final File[] docs = dataDir.listFiles(new FileFilter()
         {
             public boolean accept(final File file)
@@ -205,8 +206,8 @@ public class TestWriteWellKnown extends TestCase {
             NoPropertySetStreamException, MarkUnsupportedException,
             UnexpectedPropertySetTypeException, WritingNotSupportedException
     {
-        final String dataDirName = System.getProperty("HPSF.testdata.path");
-        final File dataDir = new File(dataDirName);
+        POIDataSamples _samples = POIDataSamples.getHPSFInstance();
+        final File dataDir = _samples.getFile("");
         final File doc1 = new File(dataDir, POI_FS);
     
         /* Read a test document <em>doc1</em> into a POI filesystem. */
@@ -625,8 +626,8 @@ public class TestWriteWellKnown extends TestCase {
             }
         };
 
-        final String dataDirName = System.getProperty("HPSF.testdata.path");
-        final File dataDir = new File(dataDirName);
+        POIDataSamples _samples = POIDataSamples.getHPSFInstance();
+        final File dataDir = _samples.getFile("");
         final File[] docs = dataDir.listFiles(new FileFilter()
         {
             public boolean accept(final File file)
diff --git a/src/testcases/org/apache/poi/hpsf/data/Test0313rur.adm b/src/testcases/org/apache/poi/hpsf/data/Test0313rur.adm
deleted file mode 100644 (file)
index 1e1f954..0000000
Binary files a/src/testcases/org/apache/poi/hpsf/data/Test0313rur.adm and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hpsf/data/TestBug44375.xls b/src/testcases/org/apache/poi/hpsf/data/TestBug44375.xls
deleted file mode 100644 (file)
index 0ebd762..0000000
Binary files a/src/testcases/org/apache/poi/hpsf/data/TestBug44375.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hpsf/data/TestChineseProperties.doc b/src/testcases/org/apache/poi/hpsf/data/TestChineseProperties.doc
deleted file mode 100644 (file)
index fd2b478..0000000
Binary files a/src/testcases/org/apache/poi/hpsf/data/TestChineseProperties.doc and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hpsf/data/TestCorel.shw b/src/testcases/org/apache/poi/hpsf/data/TestCorel.shw
deleted file mode 100644 (file)
index e0af194..0000000
Binary files a/src/testcases/org/apache/poi/hpsf/data/TestCorel.shw and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hpsf/data/TestEditTime.doc b/src/testcases/org/apache/poi/hpsf/data/TestEditTime.doc
deleted file mode 100644 (file)
index 8b30417..0000000
Binary files a/src/testcases/org/apache/poi/hpsf/data/TestEditTime.doc and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hpsf/data/TestGermanWord90.doc b/src/testcases/org/apache/poi/hpsf/data/TestGermanWord90.doc
deleted file mode 100644 (file)
index 63bbed3..0000000
Binary files a/src/testcases/org/apache/poi/hpsf/data/TestGermanWord90.doc and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hpsf/data/TestMickey.doc b/src/testcases/org/apache/poi/hpsf/data/TestMickey.doc
deleted file mode 100644 (file)
index f62ade3..0000000
Binary files a/src/testcases/org/apache/poi/hpsf/data/TestMickey.doc and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hpsf/data/TestRobert_Flaherty.doc b/src/testcases/org/apache/poi/hpsf/data/TestRobert_Flaherty.doc
deleted file mode 100644 (file)
index ee3e142..0000000
Binary files a/src/testcases/org/apache/poi/hpsf/data/TestRobert_Flaherty.doc and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hpsf/data/TestSectionDictionary.doc b/src/testcases/org/apache/poi/hpsf/data/TestSectionDictionary.doc
deleted file mode 100644 (file)
index 6114a76..0000000
Binary files a/src/testcases/org/apache/poi/hpsf/data/TestSectionDictionary.doc and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hpsf/data/TestShiftJIS.doc b/src/testcases/org/apache/poi/hpsf/data/TestShiftJIS.doc
deleted file mode 100644 (file)
index f8516d3..0000000
Binary files a/src/testcases/org/apache/poi/hpsf/data/TestShiftJIS.doc and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hpsf/data/TestSolidWorks.sldprt b/src/testcases/org/apache/poi/hpsf/data/TestSolidWorks.sldprt
deleted file mode 100644 (file)
index a7962b3..0000000
Binary files a/src/testcases/org/apache/poi/hpsf/data/TestSolidWorks.sldprt and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hpsf/data/TestUnicode.xls b/src/testcases/org/apache/poi/hpsf/data/TestUnicode.xls
deleted file mode 100644 (file)
index 30c8f3c..0000000
Binary files a/src/testcases/org/apache/poi/hpsf/data/TestUnicode.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hpsf/data/TestWriteWellKnown.doc b/src/testcases/org/apache/poi/hpsf/data/TestWriteWellKnown.doc
deleted file mode 100644 (file)
index d3a0433..0000000
Binary files a/src/testcases/org/apache/poi/hpsf/data/TestWriteWellKnown.doc and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hpsf/data/Test_Humor-Generation.ppt b/src/testcases/org/apache/poi/hpsf/data/Test_Humor-Generation.ppt
deleted file mode 100644 (file)
index e5763cc..0000000
Binary files a/src/testcases/org/apache/poi/hpsf/data/Test_Humor-Generation.ppt and /dev/null differ
index 3120f3cc0d9eda6b41baf650c19acc956b686228..6d1478fba01e9192dbad1832d57983b9340c0d5d 100644 (file)
@@ -27,18 +27,15 @@ import org.apache.poi.hssf.extractor.ExcelExtractor;
 import org.apache.poi.hssf.usermodel.HSSFWorkbook;
 import org.apache.poi.hssf.HSSFTestDataSamples;
 import org.apache.poi.poifs.filesystem.POIFSFileSystem;
+import org.apache.poi.POIDataSamples;
 
 public final class TestHPSFPropertiesExtractor extends TestCase {
-       private String dir;
-
-       protected void setUp() {
-               dir = System.getProperty("HPSF.testdata.path");
-               assertNotNull("HPSF.testdata.path not set", dir);
-       }
+    private static final POIDataSamples _samples = POIDataSamples.getHPSFInstance();
 
        public void testNormalProperties() throws Exception {
-               POIFSFileSystem fs = new POIFSFileSystem(new FileInputStream(
-                               new File(dir, "TestMickey.doc")));
+               POIFSFileSystem fs = new POIFSFileSystem(
+                _samples.openResourceAsStream("TestMickey.doc")
+        );
                HPSFPropertiesExtractor ext = new HPSFPropertiesExtractor(fs);
                ext.getText();
 
@@ -60,8 +57,9 @@ public final class TestHPSFPropertiesExtractor extends TestCase {
        }
 
        public void testNormalUnicodeProperties() throws Exception {
-               POIFSFileSystem fs = new POIFSFileSystem(new FileInputStream(new File(dir,
-                               "TestUnicode.xls")));
+               POIFSFileSystem fs = new POIFSFileSystem(
+                _samples.openResourceAsStream("TestUnicode.xls")
+        );
                HPSFPropertiesExtractor ext = new HPSFPropertiesExtractor(fs);
                ext.getText();
 
@@ -83,8 +81,9 @@ public final class TestHPSFPropertiesExtractor extends TestCase {
        }
 
        public void testCustomProperties() throws Exception {
-               POIFSFileSystem fs = new POIFSFileSystem(new FileInputStream(
-                               new File(dir, "TestMickey.doc")));
+               POIFSFileSystem fs = new POIFSFileSystem(
+                _samples.openResourceAsStream("TestMickey.doc")
+        );
                HPSFPropertiesExtractor ext = new HPSFPropertiesExtractor(fs);
 
                // Custom properties are part of the document info stream
@@ -101,7 +100,9 @@ public final class TestHPSFPropertiesExtractor extends TestCase {
                POIFSFileSystem fs;
                HSSFWorkbook wb;
                try {
-                       fs = new POIFSFileSystem(new FileInputStream(new File(dir, "TestUnicode.xls")));
+                       fs = new POIFSFileSystem(
+                    _samples.openResourceAsStream("TestUnicode.xls")
+            );
                        wb = new HSSFWorkbook(fs);
                } catch (IOException e) {
                        throw new RuntimeException(e);
diff --git a/src/testcases/org/apache/poi/hslf/data/basic_test_ppt_file.ppt b/src/testcases/org/apache/poi/hslf/data/basic_test_ppt_file.ppt
deleted file mode 100644 (file)
index af16393..0000000
Binary files a/src/testcases/org/apache/poi/hslf/data/basic_test_ppt_file.ppt and /dev/null differ
index 6f6a78241011b98af0d48eec1cf6dc4e3acd9510..6be47dea0507bc12720e0e914f35e7c6fe92d9ba 100755 (executable)
@@ -21,6 +21,7 @@ import org.apache.poi.hssf.usermodel.HSSFWorkbook;
 import org.apache.poi.ss.ITestDataProvider;
 import org.apache.poi.ss.SpreadsheetVersion;
 import org.apache.poi.ss.usermodel.Workbook;
+import org.apache.poi.POIDataSamples;
 
 /**
  * @author Yegor Kozlov
@@ -44,7 +45,7 @@ public final class HSSFITestDataProvider implements ITestDataProvider {
     }
 
     public byte[] getTestDataFileContent(String fileName) {
-        return HSSFTestDataSamples.getTestDataFileContent(fileName);
+        return POIDataSamples.getSpreadSheetInstance().readFile(fileName);
     }
 
     public SpreadsheetVersion getSpreadsheetVersion(){
index cbe4e61cd9751b60159d78ca2b3ddd97fcf654c2..2e4553ff71a5c5eb2d709e5374cef5ed654ded99 100644 (file)
@@ -30,17 +30,9 @@ import org.apache.poi.hssf.usermodel.HSSFWorkbook;
  *
  * @author Josh Micich
  */
-public final class HSSFTestDataSamples extends POIDataSamples {
+public final class HSSFTestDataSamples {
 
-       private static final HSSFTestDataSamples _inst = new HSSFTestDataSamples("HSSF.testdata.path", "SampleSS.xls");
-
-       private HSSFTestDataSamples(String dir, String classPathTestFile){
-               super(dir, classPathTestFile);
-       }
-
-       public static POIDataSamples getInstance(){
-               return _inst;
-       }
+       private static final POIDataSamples _inst = POIDataSamples.getSpreadSheetInstance();
 
        public static InputStream openSampleFileStream(String sampleFileName) {
                return _inst.openResourceAsStream(sampleFileName);
diff --git a/src/testcases/org/apache/poi/hssf/data/12561-1.xls b/src/testcases/org/apache/poi/hssf/data/12561-1.xls
deleted file mode 100755 (executable)
index 40b7276..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/12561-1.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/12561-2.xls b/src/testcases/org/apache/poi/hssf/data/12561-2.xls
deleted file mode 100755 (executable)
index bb360c1..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/12561-2.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/12843-1.xls b/src/testcases/org/apache/poi/hssf/data/12843-1.xls
deleted file mode 100644 (file)
index 0ef5df4..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/12843-1.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/12843-2.xls b/src/testcases/org/apache/poi/hssf/data/12843-2.xls
deleted file mode 100644 (file)
index beff646..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/12843-2.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/13224.xls b/src/testcases/org/apache/poi/hssf/data/13224.xls
deleted file mode 100755 (executable)
index 81f69d3..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/13224.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/13796.xls b/src/testcases/org/apache/poi/hssf/data/13796.xls
deleted file mode 100644 (file)
index efae53f..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/13796.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/14330-1.xls b/src/testcases/org/apache/poi/hssf/data/14330-1.xls
deleted file mode 100644 (file)
index 6fd2d95..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/14330-1.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/14330-2.xls b/src/testcases/org/apache/poi/hssf/data/14330-2.xls
deleted file mode 100644 (file)
index 8e56a6d..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/14330-2.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/14460.xls b/src/testcases/org/apache/poi/hssf/data/14460.xls
deleted file mode 100644 (file)
index 284d684..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/14460.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/15228.xls b/src/testcases/org/apache/poi/hssf/data/15228.xls
deleted file mode 100644 (file)
index 3b26ed1..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/15228.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/15375.xls b/src/testcases/org/apache/poi/hssf/data/15375.xls
deleted file mode 100644 (file)
index 99ab193..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/15375.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/15556.xls b/src/testcases/org/apache/poi/hssf/data/15556.xls
deleted file mode 100644 (file)
index 82b48a5..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/15556.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/15573.xls b/src/testcases/org/apache/poi/hssf/data/15573.xls
deleted file mode 100644 (file)
index 172f255..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/15573.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/1900DateWindowing.xls b/src/testcases/org/apache/poi/hssf/data/1900DateWindowing.xls
deleted file mode 100644 (file)
index 94fe5c1..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/1900DateWindowing.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/1904DateWindowing.xls b/src/testcases/org/apache/poi/hssf/data/1904DateWindowing.xls
deleted file mode 100644 (file)
index 8c0dba1..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/1904DateWindowing.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/19599-1.xls b/src/testcases/org/apache/poi/hssf/data/19599-1.xls
deleted file mode 100644 (file)
index 4ce27d1..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/19599-1.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/19599-2.xls b/src/testcases/org/apache/poi/hssf/data/19599-2.xls
deleted file mode 100644 (file)
index 17f4583..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/19599-2.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/22742.xls b/src/testcases/org/apache/poi/hssf/data/22742.xls
deleted file mode 100644 (file)
index cd367ca..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/22742.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/24207.xls b/src/testcases/org/apache/poi/hssf/data/24207.xls
deleted file mode 100755 (executable)
index eca5642..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/24207.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/24215.xls b/src/testcases/org/apache/poi/hssf/data/24215.xls
deleted file mode 100644 (file)
index bcbbe63..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/24215.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/25183.xls b/src/testcases/org/apache/poi/hssf/data/25183.xls
deleted file mode 100644 (file)
index 635a649..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/25183.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/25695.xls b/src/testcases/org/apache/poi/hssf/data/25695.xls
deleted file mode 100644 (file)
index 08b5035..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/25695.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/26100.xls b/src/testcases/org/apache/poi/hssf/data/26100.xls
deleted file mode 100644 (file)
index 802cf89..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/26100.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/27272_1.xls b/src/testcases/org/apache/poi/hssf/data/27272_1.xls
deleted file mode 100644 (file)
index 1715db8..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/27272_1.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/27272_2.xls b/src/testcases/org/apache/poi/hssf/data/27272_2.xls
deleted file mode 100644 (file)
index 3e69928..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/27272_2.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/27349-vlookupAcrossSheets.xls b/src/testcases/org/apache/poi/hssf/data/27349-vlookupAcrossSheets.xls
deleted file mode 100755 (executable)
index c21d434..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/27349-vlookupAcrossSheets.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/27364.xls b/src/testcases/org/apache/poi/hssf/data/27364.xls
deleted file mode 100755 (executable)
index 73aa3fa..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/27364.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/27394.xls b/src/testcases/org/apache/poi/hssf/data/27394.xls
deleted file mode 100755 (executable)
index e9ba1cc..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/27394.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/27852.xls b/src/testcases/org/apache/poi/hssf/data/27852.xls
deleted file mode 100644 (file)
index b4b0a4c..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/27852.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/27933.xls b/src/testcases/org/apache/poi/hssf/data/27933.xls
deleted file mode 100644 (file)
index 7972237..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/27933.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/28772.xls b/src/testcases/org/apache/poi/hssf/data/28772.xls
deleted file mode 100644 (file)
index a5190de..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/28772.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/28774.xls b/src/testcases/org/apache/poi/hssf/data/28774.xls
deleted file mode 100755 (executable)
index 476f3ba..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/28774.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/29675.xls b/src/testcases/org/apache/poi/hssf/data/29675.xls
deleted file mode 100644 (file)
index a80df1f..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/29675.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/29942.xls b/src/testcases/org/apache/poi/hssf/data/29942.xls
deleted file mode 100644 (file)
index 9fac290..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/29942.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/29982.xls b/src/testcases/org/apache/poi/hssf/data/29982.xls
deleted file mode 100644 (file)
index 8430ff7..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/29982.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/30070.xls b/src/testcases/org/apache/poi/hssf/data/30070.xls
deleted file mode 100755 (executable)
index 5ae6685..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/30070.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/30540.xls b/src/testcases/org/apache/poi/hssf/data/30540.xls
deleted file mode 100644 (file)
index bf91e1b..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/30540.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/30978-alt.xls b/src/testcases/org/apache/poi/hssf/data/30978-alt.xls
deleted file mode 100644 (file)
index c591582..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/30978-alt.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/30978-deleted.xls b/src/testcases/org/apache/poi/hssf/data/30978-deleted.xls
deleted file mode 100755 (executable)
index 0a2cabe..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/30978-deleted.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/31661.xls b/src/testcases/org/apache/poi/hssf/data/31661.xls
deleted file mode 100755 (executable)
index 79050b4..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/31661.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/31749.xls b/src/testcases/org/apache/poi/hssf/data/31749.xls
deleted file mode 100644 (file)
index 6962a09..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/31749.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/31979.xls b/src/testcases/org/apache/poi/hssf/data/31979.xls
deleted file mode 100644 (file)
index a0c743d..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/31979.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/32822.xls b/src/testcases/org/apache/poi/hssf/data/32822.xls
deleted file mode 100644 (file)
index b95a5fc..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/32822.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/33082.xls b/src/testcases/org/apache/poi/hssf/data/33082.xls
deleted file mode 100644 (file)
index 74a2df4..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/33082.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/34775.xls b/src/testcases/org/apache/poi/hssf/data/34775.xls
deleted file mode 100644 (file)
index 9ad8f23..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/34775.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/35564.xls b/src/testcases/org/apache/poi/hssf/data/35564.xls
deleted file mode 100644 (file)
index db18e01..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/35564.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/35565.xls b/src/testcases/org/apache/poi/hssf/data/35565.xls
deleted file mode 100644 (file)
index ee97f0a..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/35565.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/36947.xls b/src/testcases/org/apache/poi/hssf/data/36947.xls
deleted file mode 100755 (executable)
index 4c7bde6..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/36947.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/37376.xls b/src/testcases/org/apache/poi/hssf/data/37376.xls
deleted file mode 100644 (file)
index 59176a6..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/37376.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/37630.xls b/src/testcases/org/apache/poi/hssf/data/37630.xls
deleted file mode 100644 (file)
index ad2b0ef..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/37630.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/37684-1.xls b/src/testcases/org/apache/poi/hssf/data/37684-1.xls
deleted file mode 100755 (executable)
index a59769e..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/37684-1.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/37684-2.xls b/src/testcases/org/apache/poi/hssf/data/37684-2.xls
deleted file mode 100755 (executable)
index b17d0fa..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/37684-2.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/37684.xls b/src/testcases/org/apache/poi/hssf/data/37684.xls
deleted file mode 100644 (file)
index 3aecf07..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/37684.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/39234.xls b/src/testcases/org/apache/poi/hssf/data/39234.xls
deleted file mode 100644 (file)
index 20fc9a0..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/39234.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/39512.xls b/src/testcases/org/apache/poi/hssf/data/39512.xls
deleted file mode 100644 (file)
index 44cf571..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/39512.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/39634.xls b/src/testcases/org/apache/poi/hssf/data/39634.xls
deleted file mode 100755 (executable)
index 0f76bff..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/39634.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/3dFormulas.xls b/src/testcases/org/apache/poi/hssf/data/3dFormulas.xls
deleted file mode 100644 (file)
index 82519ed..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/3dFormulas.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/40285.xls b/src/testcases/org/apache/poi/hssf/data/40285.xls
deleted file mode 100644 (file)
index 077e1c8..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/40285.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/41139.xls b/src/testcases/org/apache/poi/hssf/data/41139.xls
deleted file mode 100644 (file)
index e4925fe..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/41139.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/41546.xls b/src/testcases/org/apache/poi/hssf/data/41546.xls
deleted file mode 100644 (file)
index 1332f3e..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/41546.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/42464-ExpPtg-bad.xls b/src/testcases/org/apache/poi/hssf/data/42464-ExpPtg-bad.xls
deleted file mode 100644 (file)
index 54a7edb..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/42464-ExpPtg-bad.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/42464-ExpPtg-ok.xls b/src/testcases/org/apache/poi/hssf/data/42464-ExpPtg-ok.xls
deleted file mode 100644 (file)
index 5ae84bc..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/42464-ExpPtg-ok.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/42726.xls b/src/testcases/org/apache/poi/hssf/data/42726.xls
deleted file mode 100755 (executable)
index e492c5d..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/42726.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/42844.xls b/src/testcases/org/apache/poi/hssf/data/42844.xls
deleted file mode 100644 (file)
index 50bb5a8..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/42844.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/43251.xls b/src/testcases/org/apache/poi/hssf/data/43251.xls
deleted file mode 100644 (file)
index abc476a..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/43251.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/43493.xls b/src/testcases/org/apache/poi/hssf/data/43493.xls
deleted file mode 100644 (file)
index 2a02f3d..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/43493.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/43623.xls b/src/testcases/org/apache/poi/hssf/data/43623.xls
deleted file mode 100644 (file)
index 401cb2a..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/43623.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/43902.xls b/src/testcases/org/apache/poi/hssf/data/43902.xls
deleted file mode 100644 (file)
index a67720d..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/43902.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/44010-SingleChart.xls b/src/testcases/org/apache/poi/hssf/data/44010-SingleChart.xls
deleted file mode 100644 (file)
index fe0df27..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/44010-SingleChart.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/44010-TwoCharts.xls b/src/testcases/org/apache/poi/hssf/data/44010-TwoCharts.xls
deleted file mode 100644 (file)
index 4a61523..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/44010-TwoCharts.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/44167.xls b/src/testcases/org/apache/poi/hssf/data/44167.xls
deleted file mode 100755 (executable)
index c547021..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/44167.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/44200.xls b/src/testcases/org/apache/poi/hssf/data/44200.xls
deleted file mode 100755 (executable)
index 691afed..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/44200.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/44201.xls b/src/testcases/org/apache/poi/hssf/data/44201.xls
deleted file mode 100644 (file)
index 593d5aa..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/44201.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/44235.xls b/src/testcases/org/apache/poi/hssf/data/44235.xls
deleted file mode 100755 (executable)
index 39b7658..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/44235.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/44297.xls b/src/testcases/org/apache/poi/hssf/data/44297.xls
deleted file mode 100755 (executable)
index bc65efd..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/44297.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/44593.xls b/src/testcases/org/apache/poi/hssf/data/44593.xls
deleted file mode 100644 (file)
index 84d1311..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/44593.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/44636.xls b/src/testcases/org/apache/poi/hssf/data/44636.xls
deleted file mode 100644 (file)
index 3108a62..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/44636.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/44643.xls b/src/testcases/org/apache/poi/hssf/data/44643.xls
deleted file mode 100644 (file)
index 7ae5071..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/44643.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/44693.xls b/src/testcases/org/apache/poi/hssf/data/44693.xls
deleted file mode 100644 (file)
index dd954c6..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/44693.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/44840.xls b/src/testcases/org/apache/poi/hssf/data/44840.xls
deleted file mode 100644 (file)
index 66dd918..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/44840.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/44861.xls b/src/testcases/org/apache/poi/hssf/data/44861.xls
deleted file mode 100644 (file)
index bab82b3..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/44861.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/44891.xls b/src/testcases/org/apache/poi/hssf/data/44891.xls
deleted file mode 100644 (file)
index 30082aa..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/44891.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/44958.xls b/src/testcases/org/apache/poi/hssf/data/44958.xls
deleted file mode 100644 (file)
index c167011..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/44958.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45290.xls b/src/testcases/org/apache/poi/hssf/data/45290.xls
deleted file mode 100644 (file)
index dd06449..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45290.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45322.xls b/src/testcases/org/apache/poi/hssf/data/45322.xls
deleted file mode 100644 (file)
index 7117214..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45322.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45365-2.xls b/src/testcases/org/apache/poi/hssf/data/45365-2.xls
deleted file mode 100644 (file)
index b5e66c1..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45365-2.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45365.xls b/src/testcases/org/apache/poi/hssf/data/45365.xls
deleted file mode 100644 (file)
index fbf1d97..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45365.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45430.xlsx b/src/testcases/org/apache/poi/hssf/data/45430.xlsx
deleted file mode 100644 (file)
index 48af3f9..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45430.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45431.xlsm b/src/testcases/org/apache/poi/hssf/data/45431.xlsm
deleted file mode 100644 (file)
index fabbd0d..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45431.xlsm and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45492.xls b/src/testcases/org/apache/poi/hssf/data/45492.xls
deleted file mode 100644 (file)
index 7e044e8..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45492.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45538_classic_Footer.xls b/src/testcases/org/apache/poi/hssf/data/45538_classic_Footer.xls
deleted file mode 100644 (file)
index 2ab1d24..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45538_classic_Footer.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45538_classic_Header.xls b/src/testcases/org/apache/poi/hssf/data/45538_classic_Header.xls
deleted file mode 100644 (file)
index fe67b84..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45538_classic_Header.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45538_form_Footer.xls b/src/testcases/org/apache/poi/hssf/data/45538_form_Footer.xls
deleted file mode 100644 (file)
index 6d1731d..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45538_form_Footer.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45538_form_Header.xls b/src/testcases/org/apache/poi/hssf/data/45538_form_Header.xls
deleted file mode 100644 (file)
index c2a2821..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45538_form_Header.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45540_classic_Footer.xlsx b/src/testcases/org/apache/poi/hssf/data/45540_classic_Footer.xlsx
deleted file mode 100644 (file)
index dda1c10..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45540_classic_Footer.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45540_classic_Header.xlsx b/src/testcases/org/apache/poi/hssf/data/45540_classic_Header.xlsx
deleted file mode 100644 (file)
index b01180b..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45540_classic_Header.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45540_form_Footer.xlsx b/src/testcases/org/apache/poi/hssf/data/45540_form_Footer.xlsx
deleted file mode 100644 (file)
index c14dcbf..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45540_form_Footer.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45540_form_Header.xlsx b/src/testcases/org/apache/poi/hssf/data/45540_form_Header.xlsx
deleted file mode 100644 (file)
index 13df686..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45540_form_Header.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45544.xlsx b/src/testcases/org/apache/poi/hssf/data/45544.xlsx
deleted file mode 100644 (file)
index 2390e6d..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45544.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45720.xls b/src/testcases/org/apache/poi/hssf/data/45720.xls
deleted file mode 100755 (executable)
index 9c6c484..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45720.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45761.xls b/src/testcases/org/apache/poi/hssf/data/45761.xls
deleted file mode 100644 (file)
index ee44612..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45761.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45784.xls b/src/testcases/org/apache/poi/hssf/data/45784.xls
deleted file mode 100644 (file)
index f0d25fd..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45784.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/45829.png b/src/testcases/org/apache/poi/hssf/data/45829.png
deleted file mode 100755 (executable)
index eccaf30..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/45829.png and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/46137.xls b/src/testcases/org/apache/poi/hssf/data/46137.xls
deleted file mode 100644 (file)
index 5fc399d..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/46137.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/46445.xls b/src/testcases/org/apache/poi/hssf/data/46445.xls
deleted file mode 100755 (executable)
index 30aaf34..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/46445.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/46535.xlsx b/src/testcases/org/apache/poi/hssf/data/46535.xlsx
deleted file mode 100755 (executable)
index 555145b..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/46535.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/46536.xlsx b/src/testcases/org/apache/poi/hssf/data/46536.xlsx
deleted file mode 100755 (executable)
index 9b625bf..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/46536.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/46904.xls b/src/testcases/org/apache/poi/hssf/data/46904.xls
deleted file mode 100644 (file)
index 5720672..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/46904.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/47026.xlsm b/src/testcases/org/apache/poi/hssf/data/47026.xlsm
deleted file mode 100755 (executable)
index 77e4eb9..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/47026.xlsm and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/47034.xls b/src/testcases/org/apache/poi/hssf/data/47034.xls
deleted file mode 100644 (file)
index 81c5849..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/47034.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/47089.xlsm b/src/testcases/org/apache/poi/hssf/data/47089.xlsm
deleted file mode 100755 (executable)
index 698f79b..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/47089.xlsm and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/47154.xls b/src/testcases/org/apache/poi/hssf/data/47154.xls
deleted file mode 100644 (file)
index 2840cc6..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/47154.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/47504.xlsx b/src/testcases/org/apache/poi/hssf/data/47504.xlsx
deleted file mode 100755 (executable)
index 8805a78..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/47504.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/47668.xlsx b/src/testcases/org/apache/poi/hssf/data/47668.xlsx
deleted file mode 100755 (executable)
index 74a073f..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/47668.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/AbnormalSharedFormulaFlag.xls b/src/testcases/org/apache/poi/hssf/data/AbnormalSharedFormulaFlag.xls
deleted file mode 100755 (executable)
index 788865b..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/AbnormalSharedFormulaFlag.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/AreaErrPtg.xls b/src/testcases/org/apache/poi/hssf/data/AreaErrPtg.xls
deleted file mode 100644 (file)
index ce863b8..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/AreaErrPtg.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/AverageTaxRates.xlsx b/src/testcases/org/apache/poi/hssf/data/AverageTaxRates.xlsx
deleted file mode 100644 (file)
index fee8059..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/AverageTaxRates.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/BigSSTRecord b/src/testcases/org/apache/poi/hssf/data/BigSSTRecord
deleted file mode 100755 (executable)
index 6cebff5..0000000
+++ /dev/null
@@ -1,516 +0,0 @@
-FC 00 20
-20 B8 05 00 00 B0 02 00 00 0C 00 00 4D 61 6E 75
-66 61 63 74 75 72 65 72 0B 00 00 50 61 72 74 20
-4E 75 6D 62 65 72 05 00 00 53 63 61 6C 65 04 00
-00 54 79 70 65 04 00 00 4E 61 6D 65 08 00 00 43
-6F 6D 6D 65 6E 74 73 08 00 00 41 4D 54 2D 45 52
-54 4C 07 00 00 48 6F 74 20 52 6F 64 10 00 00 33
-32 20 46 6F 72 64 20 52 6F 61 64 73 74 65 72 08
-00 00 4D 6F 6E 6F 67 72 61 6D 08 00 00 53 68 6F
-77 20 52 6F 64 07 00 00 48 61 6E 67 6D 61 6E 11
-00 00 50 65 74 65 72 62 69 6C 74 20 57 72 65 63
-6B 65 72 15 00 00 45 61 73 74 65 72 6E 20 41 69
-72 6C 69 6E 65 73 20 44 43 2D 33 11 00 00 4D 61
-73 65 72 61 74 69 20 4D 65 72 61 6B 20 53 53 1A
-00 00 44 6F 75 67 6C 61 73 20 50 2D 37 30 20 4E
-69 67 68 74 20 46 69 67 68 74 65 72 17 00 00 35
-35 20 43 68 65 76 79 20 53 74 72 65 65 74 20 4D
-61 63 68 69 6E 65 0C 00 00 54 77 65 65 64 79 20
-50 69 65 20 32 13 00 00 48 75 65 79 20 52 65 73
-63 75 65 20 43 68 6F 70 70 65 72 10 00 00 4D 61
-7A 64 61 20 4D 58 2D 35 20 4D 69 61 74 61 0A 00
-00 53 70 6F 72 74 73 20 43 61 72 05 00 00 54 72
-75 63 6B 06 00 00 52 6F 63 6B 65 74 09 00 00 50
-61 72 74 73 20 4B 69 74 0E 00 00 43 69 76 69 6C
-69 61 6E 20 50 6C 61 6E 65 0E 00 00 4D 69 6C 69
-74 61 72 79 20 50 6C 61 6E 65 0F 00 00 53 63 69
-65 6E 63 65 20 46 69 63 74 69 6F 6E 1A 00 00 44
-6F 6E 20 47 61 72 6C 69 74 73 20 57 79 6E 6E 27
-73 20 43 68 61 72 67 65 72 19 00 00 44 6F 6E 20
-47 61 72 6C 69 74 73 20 57 79 6E 6E 27 73 20 4A
-61 6D 6D 65 72 1A 00 00 50 61 63 6B 61 72 64 20
-42 6F 61 74 74 61 69 6C 20 53 70 65 65 64 73 74
-65 72 0E 00 00 52 65 76 65 6C 6C 20 47 65 72 6D
-61 6E 79 05 00 00 30 34 31 34 36 04 00 00 31 2F
-32 34 04 00 00 31 2F 37 32 0E 00 00 4D 65 20 32
-36 32 20 41 2D 31 61 2F 55 33 09 00 00 53 54 43
-20 53 74 61 72 74 04 00 00 34 63 2D 39 05 00 00
-31 2F 32 38 38 0C 00 00 50 72 6F 74 6F 6E 2D 4B
-20 4D 69 72 04 00 00 34 63 2D 37 0E 00 00 50 72
-6F 74 6F 6E 2D 4B 20 41 73 74 72 61 05 00 00 34
-63 2D 31 37 0E 00 00 50 72 6F 74 6F 6E 2D 4B 20
-5A 61 72 79 61 13 00 00 41 63 63 75 72 61 74 65
-20 4D 69 6E 69 61 74 75 72 65 73 04 00 00 33 34
-32 30 04 00 00 31 2F 34 38 0F 00 00 53 42 44 2D
-31 20 44 61 75 6E 74 6C 65 73 73 1B 00 00 77 2F
-56 65 72 6C 69 6E 64 65 6E 20 31 33 37 38 20 44
-65 74 61 69 6C 20 53 65 74 04 00 00 38 32 38 33
-0C 00 00 54 72 6F 75 62 6C 65 6D 61 6B 65 72 04
-00 00 32 37 33 37 0E 00 00 44 61 79 74 6F 6E 61
-20 53 70 69 64 65 72 04 00 00 38 31 32 36 04 00
-00 31 2F 32 35 06 00 00 48 65 6C 6C 65 72 05 00
-00 38 30 34 34 33 05 00 00 31 2F 31 34 34 12 00
-00 42 72 65 69 74 6C 69 6E 20 4F 72 62 69 74 65
-72 20 33 0F 00 00 53 68 61 6E 67 68 61 69 20 44
-72 61 67 6F 6E 04 00 00 31 39 39 38 04 00 00 31
-2F 39 36 0F 00 00 41 72 69 61 6E 65 20 35 20 52
-6F 63 6B 65 74 0F 00 00 52 65 76 65 6C 6C 2D 4D
-6F 6E 6F 67 72 61 6D 07 00 00 38 35 2D 35 39 33
-34 0F 00 00 50 42 59 2D 35 41 20 43 61 74 61 6C
-69 6E 61 0A 00 00 50 72 6F 4D 6F 64 65 6C 65 72
-07 00 00 47 6C 65 6E 63 6F 65 05 00 00 30 35 32
-30 32 04 00 00 31 2F 33 35 16 00 00 50 69 61 73
-65 63 6B 69 20 5A 56 2D 38 50 20 41 69 72 67 65
-65 70 08 00 00 48 61 73 65 67 61 77 61 05 00 00
-30 39 31 36 39 20 00 00 53 42 44 2D 33 20 44 61
-75 6E 74 6C 65 73 73 20 27 55 53 53 20 45 6E 74
-65 72 70 72 69 73 65 27 0C 00 00 53 69 6C 76 65
-72 20 43 6C 6F 75 64 06 00 00 53 43 34 38 30 31
-19 00 00 53 75 70 65 72 6D 61 72 69 6E 65 20 53
-70 69 74 65 66 75 6C 20 46 2E 31 34 06 00 00 52
-65 76 65 6C 6C 07 00 00 38 35 2D 31 36 35 34 0D
-00 00 50 2D 35 31 42 20 4D 75 73 74 61 6E 67 09
-00 00 50 72 6F 46 69 6E 69 73 68 06 00 00 44 72
-61 67 6F 6E 04 00 00 35 39 30 31 0B 00 00 46 6F
-6B 6B 65 72 20 44 72 2E 31 07 00 00 49 74 61 6C
-65 72 69 03 00 00 38 34 36 25 00 00 43 2D 31 33
-30 4A 20 48 65 72 63 75 6C 65 73 20 48 65 61 76
-79 20 54 72 61 6E 73 70 6F 72 74 20 50 6C 61 6E
-65 04 00 00 37 36 31 30 15 00 00 46 65 72 72 61
-72 69 20 46 35 30 20 42 61 72 63 68 65 74 74 61
-03 00 00 41 4D 54 08 00 00 54 33 37 34 2D 32 32
-35 0D 00 00 43 6F 72 76 61 69 72 20 4D 6F 6E 7A
-61 04 00 00 35 30 30 33 0B 00 00 4D 63 4C 61 72
-65 6E 20 4D 38 42 0D 00 00 52 65 76 65 6C 6C 20
-4C 6F 64 65 6C 61 05 00 00 48 2D 32 36 33 03 00
-00 75 6E 6B 23 00 00 42 6F 65 69 6E 67 20 53 53
-54 20 50 61 6E 41 6D 20 43 6C 69 70 70 65 72 20
-53 75 70 65 72 73 6F 6E 69 63 05 00 00 30 35 39
-30 39 05 00 00 31 2F 33 30 30 1D 00 00 4E 75 63
-6C 65 61 72 20 50 6F 77 65 72 65 64 20 53 70 61
-63 65 20 53 74 61 74 69 6F 6E 04 00 00 38 37 36
-34 06 00 00 31 2F 32 35 30 30 19 00 00 53 74 61
-72 20 54 72 65 6B 20 44 65 65 70 20 53 70 61 63
-65 20 4E 69 6E 65 23 00 00 46 69 62 65 72 2D 6F
-70 74 69 63 20 4C 69 67 68 74 69 6E 67 2C 20 73
-6B 69 6C 6C 20 6C 65 76 65 6C 20 33 0D 00 00 53
-6B 69 6C 6C 20 6C 65 76 65 6C 20 33 04 00 00 38
-31 35 38 16 00 00 42 6C 75 65 70 72 69 6E 74 65
-72 20 50 61 72 74 73 20 50 61 63 6B 13 00 00 45
-6E 67 69 6E 65 73 20 61 6E 64 20 67 72 69 6C 6C
-65 73 05 00 00 33 30 30 33 37 05 00 00 31 2F 32
-30 30 1E 00 00 4D 61 6E 20 49 6E 20 53 70 61 63
-65 20 52 6F 63 6B 65 74 20 43 6F 6C 6C 65 63 74
-69 6F 6E 53 00 00 4D 65 72 63 75 72 79 20 41 74
-6C 61 73 2C 20 4D 65 72 63 75 72 79 20 52 65 64
-73 74 6F 6E 65 2C 20 47 65 6D 69 6E 69 20 54 69
-74 61 6E 20 49 49 2C 20 53 61 74 75 72 6E 20 31
-42 20 41 70 6F 6C 6C 6F 2C 20 53 61 74 75 72 6E
-20 56 20 41 70 6F 6C 6C 6F 04 00 00 35 30 38 33
-04 00 00 31 2F 33 32 11 00 00 41 70 6F 6C 6C 6F
-20 53 70 61 63 65 63 72 61 66 74 09 00 00 4D 69
-6E 69 63 72 61 66 74 05 00 00 31 31 32 32 30 04
-00 00 31 2F 31 36 24 00 00 31 39 35 35 20 4D 65
-72 63 65 64 65 73 20 33 30 30 53 4C 20 22 47 75
-6C 6C 77 69 6E 67 22 20 43 6F 75 70 65 07 00 00
-38 35 2D 36 38 35 39 24 00 00 4D 75 73 74 61 6E
-67 20 4D 75 73 63 6C 65 20 54 72 69 6F 20 27 36
-30 73 2C 20 27 37 30 73 2C 20 27 38 30 73 35 00
-00 31 39 36 34 20 31 2F 32 20 43 6F 6E 76 65 72
-74 69 62 6C 65 2C 20 31 39 37 30 20 42 6F 73 73
-20 33 30 32 2C 20 31 39 38 39 20 43 6F 6E 76 65
-72 74 69 62 6C 65 06 00 00 54 61 6D 69 79 61 05
-00 00 32 34 31 37 30 0A 00 00 4D 6F 72 67 61 6E
-20 34 2F 34 07 00 00 38 35 2D 32 34 39 31 11 00
-00 36 37 20 43 6F 72 76 65 74 74 65 20 43 6F 75
-70 65 07 00 00 38 35 2D 32 35 33 34 0F 00 00 53
-68 65 6C 62 79 20 53 65 72 69 65 73 20 31 03 00
-00 35 36 32 11 00 00 41 73 74 6F 6E 20 4D 61 72
-74 69 6E 20 44 42 20 34 05 00 00 30 37 33 32 30
-13 00 00 50 6F 72 73 63 68 65 20 39 31 31 20 43
-61 72 72 65 72 61 07 00 00 54 65 73 74 6F 72 73
-03 00 00 33 38 36 04 00 00 32 39 37 32 16 00 00
-4D 65 72 63 65 64 65 73 20 33 30 30 20 53 4C 52
-20 22 37 32 32 22 08 00 00 4C 69 6E 64 62 65 72
-67 05 00 00 37 30 39 35 36 19 00 00 48 65 6C 6C
-63 61 74 73 20 76 73 2E 20 42 65 74 74 79 20 42
-6F 6D 62 65 72 0C 00 00 48 65 6C 6C 63 61 74 20
-6F 6E 6C 79 05 00 00 30 34 36 30 39 18 00 00 45
-6B 72 61 6E 6F 70 6C 61 6E 20 41 2D 39 30 20 4F
-72 6C 6A 6F 6E 6F 6B 05 00 00 31 31 36 32 36 18
-00 00 47 72 75 6D 6D 61 6E 20 58 46 35 46 2D 31
-20 53 6B 79 72 6F 63 6B 65 74 04 00 00 35 34 32
-30 0E 00 00 48 61 77 6B 65 72 20 48 61 72 72 69
-65 72 05 00 00 41 56 2D 38 41 06 00 00 65 64 75
-61 72 64 04 00 00 38 30 36 31 0F 00 00 50 2D 34
-30 30 20 41 69 72 61 63 6F 62 72 61 0B 00 00 43
-7A 65 63 68 20 4D 6F 64 65 6C 04 00 00 34 38 30
-36 16 00 00 43 75 72 74 69 73 73 20 58 50 2D 35
-35 20 41 73 63 65 6E 64 65 72 05 00 00 36 31 30
-37 34 14 00 00 44 6F 72 6E 69 65 72 20 44 6F 33
-33 35 41 20 50 66 69 65 6C 13 00 00 4B 79 75 73
-68 75 20 4A 37 57 31 20 53 68 69 6E 64 65 6E 0D
-00 00 50 6C 61 6E 65 74 20 4D 6F 64 65 6C 73 03
-00 00 30 34 33 0F 00 00 48 65 6E 73 63 68 65 6C
-20 48 73 20 50 38 37 05 00 00 52 65 73 69 6E 0D
-00 00 53 70 65 63 69 61 6C 20 48 6F 62 62 79 08
-00 00 53 48 20 34 38 30 30 33 16 00 00 4D 63 44
-6F 6E 6E 65 6C 6C 20 58 46 2D 38 35 20 47 6F 62
-6C 69 6E 2A 00 00 4D 65 73 73 65 72 73 63 68 6D
-69 74 74 20 42 66 31 30 39 45 20 27 42 75 6C 67
-61 72 69 61 6E 20 41 69 72 20 46 6F 72 63 65 27
-05 00 00 30 34 32 30 36 2D 00 00 41 69 72 62 75
-73 20 53 75 70 65 72 20 54 72 61 6E 73 70 6F 72
-74 65 72 20 41 33 30 30 2D 36 30 30 20 53 54 20
-22 42 65 6C 75 67 61 22 05 00 00 33 30 30 38 37
-0C 00 00 33 39 20 57 61 67 6F 6E 20 52 6F 64 04
-00 00 37 31 32 31 1A 00 00 31 39 33 32 20 46 6F
-72 64 20 48 69 67 68 62 6F 79 20 52 6F 61 64 73
-74 65 72 2E 00 00 4C 69 6E 63 6F 6C 6E 20 4D 69
-6E 74 20 55 6C 74 72 61 20 4D 65 74 61 6C 20 53
-65 72 69 65 73 2C 20 53 6B 69 6C 6C 20 6C 65 76
-65 6C 20 33 0C 00 00 50 6F 6C 61 72 20 4C 69 67
-68 74 73 04 00 00 35 30 31 34 21 00 00 43 61 72
-6C 20 43 61 73 70 65 72 27 73 20 55 6E 64 65 72
-74 61 6B 65 72 20 44 72 61 67 73 74 65 72 07 00
-00 38 35 2D 32 35 39 32 20 00 00 33 39 20 43 68
-65 76 79 20 53 65 64 61 6E 20 44 65 6C 69 76 65
-72 79 20 4C 6F 77 72 69 64 65 72 07 00 00 38 35
-2D 35 39 30 34 12 00 00 4E 41 53 41 20 53 70 61
-63 65 20 53 68 75 74 74 6C 65 04 00 00 32 34 30
-30 1C 00 00 31 39 32 36 20 4D 61 63 6B 20 42 75
-6C 6C 64 6F 67 20 44 75 6D 70 20 54 72 75 63 6B
-05 00 00 43 31 31 32 38 13 00 00 32 33 20 54 20
-52 6F 61 64 73 74 65 72 20 46 72 61 6D 65 05 00
-00 33 31 32 31 36 11 00 00 44 6F 64 67 65 20 56
-69 70 65 72 20 52 54 2D 31 30 07 00 00 50 72 6F
-53 68 6F 70 04 00 00 32 33 30 31 05 00 00 31 31
-32 31 32 26 00 00 31 39 33 35 20 4D 6F 72 67 61
-6E 20 53 75 70 65 72 20 53 70 6F 72 74 73 20 54
-68 72 65 65 20 57 68 65 65 6C 65 72 0C 00 00 47
-75 6E 7A 65 20 53 61 6E 67 79 6F 13 00 00 54 72
-69 75 6D 70 68 20 54 52 32 20 4C 65 20 4D 61 6E
-73 07 00 00 38 35 2D 31 39 31 31 0F 00 00 33 34
-20 46 6F 72 64 20 48 69 67 68 62 6F 79 17 00 00
-57 68 65 65 6C 73 20 6F 66 20 46 69 72 65 20 53
-6E 61 70 54 69 74 65 06 00 00 4A 6F 2D 48 61 6E
-06 00 00 47 43 2D 33 30 30 20 00 00 43 68 72 79
-73 6C 65 72 20 43 6F 72 70 6F 72 61 74 69 6F 6E
-20 54 75 72 62 69 6E 65 20 43 61 72 09 00 00 48
-31 32 38 35 3A 31 39 38 2B 00 00 54 6F 6D 6D 79
-20 49 76 6F 27 73 20 46 6F 75 72 20 45 6E 67 69
-6E 65 20 44 72 61 67 73 74 65 72 20 22 53 68 6F
-77 62 6F 61 74 22 09 00 00 48 31 32 32 34 3A 32
-30 30 17 00 00 32 32 20 4A 52 20 52 6F 61 64 73
-74 65 72 20 44 72 61 67 73 74 65 72 0F 00 00 32
-20 63 6F 6D 70 6C 65 74 65 20 63 61 72 73 04 00
-00 36 34 33 35 04 00 00 36 34 33 38 07 00 00 38
-35 2D 37 36 36 38 0F 00 00 34 31 20 43 68 65 76
-79 20 50 69 63 6B 75 70 04 00 00 36 35 38 35 17
-00 00 42 61 62 79 6C 6F 6E 20 35 20 53 74 61 72
-66 75 72 79 20 4D 6B 2E 31 1C 00 00 4D 65 73 73
-65 72 73 63 68 6D 69 74 74 20 42 66 31 30 39 45
-20 47 61 6C 6C 61 6E 64 05 00 00 36 31 30 36 37
-1B 00 00 42 72 69 73 74 6F 6C 20 42 65 61 75 66
-69 67 68 74 65 72 20 54 46 2E 4D 6B 2E 58 12 00
-00 48 65 6E 73 63 68 65 6C 20 48 73 20 31 32 39
-42 2D 32 04 00 00 33 34 31 39 0D 00 00 50 2D 35
-31 43 20 4D 75 73 74 61 6E 67 07 00 00 38 35 2D
-35 35 30 39 1B 00 00 48 65 69 6E 6B 65 6C 20 48
-65 31 31 31 20 47 65 72 6D 61 6E 20 42 6F 6D 62
-65 72 11 00 00 41 63 61 64 65 6D 79 20 4D 69 6E
-69 63 72 61 66 74 04 00 00 32 31 34 35 1E 00 00
-4C 6F 63 6B 68 65 65 64 20 50 2D 33 38 4D 20 4E
-69 67 68 74 20 4C 69 67 68 74 6E 69 6E 67 07 00
-00 38 35 2D 30 31 33 35 11 00 00 4F 53 32 55 2D
-33 20 4B 69 6E 67 66 69 73 68 65 72 3B 00 00 41
-69 63 68 69 20 42 37 41 32 20 41 74 74 61 63 6B
-20 42 6F 6D 62 65 72 20 20 52 79 75 73 65 69 20
-4B 61 69 20 28 47 72 61 63 65 29 20 27 46 6F 6C
-64 69 6E 67 20 57 69 6E 67 27 15 00 00 58 46 35
-55 2D 31 20 46 6C 79 69 6E 67 20 50 61 6E 63 61
-6B 65 04 00 00 36 37 35 37 07 00 00 49 63 65 20
-27 54 27 07 00 00 38 35 2D 35 31 30 32 04 00 00
-53 68 69 70 15 00 00 55 2E 53 2E 53 2E 20 4E 6F
-72 74 68 20 43 61 72 6F 6C 69 6E 61 0E 00 00 50
-61 72 74 73 20 62 79 20 50 61 72 6B 73 04 00 00
-31 30 30 34 0F 00 00 44 69 73 74 72 69 62 75 74
-6F 72 20 4B 69 74 12 00 00 50 53 46 20 4D 6F 64
-65 6C 20 53 75 70 70 6C 69 65 73 07 00 00 45 4B
-44 31 30 30 30 1B 00 00 4D 6F 64 65 6C 20 43 61
-72 20 45 6E 67 69 6E 65 20 44 65 74 61 69 6C 20
-4B 69 74 04 00 00 38 34 33 35 1F 00 00 43 75 73
-74 6F 6D 20 26 20 43 6F 6D 70 65 74 69 74 69 6F
-6E 20 50 61 72 74 73 20 50 61 63 6B 04 00 00 54
-36 34 32 27 00 00 22 57 69 6E 6E 69 65 20 4D 61
-65 22 20 57 69 6C 65 79 20 50 6F 73 74 27 73 20
-4C 6F 63 6B 68 65 65 64 20 56 65 67 61 06 00 00
-41 69 72 66 69 78 05 00 00 30 34 31 37 36 0C 00
-00 44 48 20 43 6F 6D 65 74 20 34 20 42 07 00 00
-38 35 2D 34 31 36 32 1B 00 00 4F 72 61 6E 67 65
-20 43 72 61 74 65 20 27 33 32 20 46 6F 72 64 20
-53 65 64 61 6E 06 00 00 38 36 30 35 50 4F 14 00
-00 46 69 61 74 20 44 6F 75 62 6C 65 20 44 72 61
-67 73 74 65 72 0B 00 00 42 6C 75 65 70 72 69 6E
-74 65 72 06 00 00 48 2D 31 33 32 31 0C 00 00 47
-72 61 6E 20 54 75 72 69 73 6D 6F 07 00 00 38 35
-2D 37 36 33 37 15 00 00 33 31 20 46 6F 72 64 20
-4D 6F 64 65 6C 20 41 20 57 6F 6F 64 79 03 00 00
-4D 50 43 07 00 00 32 30 30 2D 32 30 30 16 00 00
-47 61 6E 67 62 75 73 74 65 72 73 20 32 38 20 4C
-69 6E 63 6F 6C 6E 07 00 00 38 35 2D 32 35 36 39
-19 00 00 43 68 65 76 79 20 53 2D 31 30 20 4C 6F
-77 72 69 64 65 72 20 33 27 6E 20 31 04 00 00 32
-32 31 31 04 00 00 35 35 30 35 1C 00 00 48 6F 72
-74 65 6E 20 48 6F 20 32 32 39 41 2D 31 20 46 6C
-79 69 6E 67 20 57 69 6E 67 05 00 00 30 35 32 30
-31 1C 00 00 4D 63 44 6F 6E 6E 65 6C 6C 20 58 56
-2D 31 20 43 6F 6E 76 65 72 74 69 70 6C 61 6E 65
-07 00 00 38 35 2D 35 38 31 30 0F 00 00 53 52 2D
-37 31 20 42 6C 61 63 6B 62 69 72 64 04 00 00 34
-35 32 32 19 00 00 4D 65 73 73 65 72 73 63 68 6D
-69 74 74 20 42 66 2D 31 30 39 20 47 2D 31 30 16
-00 00 50 72 65 6D 69 75 6D 2C 20 73 6B 69 6C 6C
-20 6C 65 76 65 6C 20 34 04 00 00 38 36 34 36 0B
-00 00 48 6F 62 62 79 20 43 72 61 66 74 06 00 00
-48 43 31 35 34 39 16 00 00 56 61 6D 70 69 72 65
-20 46 33 20 4A 65 74 20 46 69 67 68 74 65 72 04
-00 00 33 34 30 31 0B 00 00 41 2D 33 36 20 41 70
-61 63 68 65 05 00 00 30 34 33 33 35 15 00 00 42
-6C 6F 68 6D 20 26 20 56 6F 73 73 20 42 56 20 50
-2D 31 39 34 09 00 00 30 31 33 30 4D 30 31 30 30
-34 00 00 43 6F 72 64 20 50 68 61 65 74 6F 6E 20
-53 65 64 61 6E 20 31 39 33 37 20 38 31 32 20 53
-75 70 65 72 63 68 61 72 67 65 64 20 43 6F 6E 76
-65 72 74 69 62 6C 65 07 00 00 38 35 2D 32 35 37
-39 15 00 00 56 57 20 42 65 65 74 6C 65 20 43 6F
-6E 76 65 72 74 69 62 6C 65 04 00 00 37 34 33 38
-10 00 00 42 4D 57 20 5A 2D 31 20 52 6F 61 64 73
-74 65 72 04 00 00 36 31 34 38 0B 00 00 44 69 61
-62 6C 6F 20 41 65 72 6F 0B 00 00 55 6E 69 6F 6E
-20 4D 6F 64 65 6C 2B 00 00 50 65 74 65 20 42 72
-6F 63 6B 27 73 20 53 43 43 41 20 43 68 61 6D 70
-69 6F 6E 20 42 52 45 2F 44 61 74 73 75 6E 20 32
-34 30 2D 5A 05 00 00 32 34 31 32 39 0D 00 00 4A
-61 67 75 61 72 20 58 4A 20 32 32 30 05 00 00 30
-33 31 30 31 13 00 00 53 70 69 72 69 74 20 6F 66
-20 53 74 2E 20 4C 6F 75 69 73 05 00 00 30 36 31
-37 31 15 00 00 4F 72 69 6F 6E 20 32 30 30 31 20
-53 70 61 63 65 63 72 61 66 74 04 00 00 38 37 36
-36 05 00 00 31 2F 36 35 30 18 00 00 53 74 61 72
-20 54 72 65 6B 20 55 2E 53 2E 53 2E 20 52 65 6C
-69 61 6E 74 07 00 00 38 35 2D 31 38 33 35 15 00
-00 4E 41 53 41 2F 4D 63 44 6F 6E 6E 65 6C 6C 20
-47 65 6D 69 6E 69 04 00 00 31 39 39 37 24 00 00
-43 68 61 6E 67 20 5A 68 65 6E 67 20 32 20 28 43
-5A 2D 32 45 29 20 4C 61 75 6E 63 68 20 56 65 68
-69 63 6C 65 05 00 00 31 31 32 31 30 04 00 00 31
-2F 32 30 13 00 00 4D 61 6B 6F 20 53 68 61 72 6B
-20 53 68 6F 77 20 43 61 72 08 00 00 44 72 61 67
-73 74 65 72 08 00 00 4C 6F 77 72 69 64 65 72 04
-00 00 36 30 36 36 2F 00 00 57 69 6C 64 20 57 69
-6C 6C 69 65 20 42 6F 72 73 63 68 20 22 57 69 6E
-67 65 64 20 45 78 70 72 65 73 73 22 20 41 6C 74
-65 72 65 64 20 52 6F 64 04 00 00 36 31 38 32 0F
-00 00 31 39 33 33 20 57 69 6C 6C 79 73 20 56 61
-6E 07 00 00 38 35 2D 30 35 34 30 34 00 00 49 6E
-61 75 67 75 72 61 6C 20 4D 41 54 43 4F 20 54 6F
-6F 6C 73 20 53 75 70 65 72 6E 61 74 69 6F 6E 61
-6C 73 20 4E 69 74 72 6F 20 46 75 6E 6E 79 20 43
-61 72 04 00 00 36 33 35 35 1E 00 00 31 39 35 37
-20 43 68 65 76 72 6F 6C 65 74 20 43 6F 72 76 65
-74 74 65 20 47 61 73 73 65 72 07 00 00 38 35 2D
-37 36 37 35 04 00 00 50 43 36 31 2A 00 00 47 72
-65 65 6E 20 48 6F 72 6E 65 74 20 46 6F 72 64 20
-22 54 22 20 53 68 6F 77 20 61 6E 64 20 47 6F 20
-52 6F 61 64 73 74 65 72 04 00 00 38 32 31 35 18
-00 00 31 39 34 30 20 46 6F 72 64 20 53 65 64 61
-6E 20 44 65 6C 69 76 65 72 79 07 00 00 38 35 2D
-37 36 32 38 16 00 00 33 37 20 46 6F 72 64 20 50
-61 6E 65 6C 20 44 65 6C 69 76 65 72 79 04 00 00
-31 32 39 34 10 00 00 47 79 70 73 79 20 44 75 6E
-65 20 42 75 67 67 79 06 00 00 48 2D 31 32 33 31
-23 00 00 43 68 72 79 73 6C 65 72 20 4E 65 77 20
-59 6F 72 6B 65 72 20 43 75 73 74 6F 6D 69 7A 69
-6E 67 20 4B 69 74 05 00 00 33 30 30 38 31 0E 00
-00 36 32 20 54 68 75 6E 64 65 72 62 69 72 64 04
-00 00 36 38 39 39 11 00 00 31 39 33 32 20 46 6F
-72 64 20 50 68 61 65 74 6F 6E 05 00 00 33 30 32
-37 30 0D 00 00 31 39 36 38 20 50 6C 79 6D 6F 75
-74 68 04 00 00 38 38 34 32 17 00 00 47 72 75 6D
-6D 61 6E 20 46 37 46 2D 33 4E 20 54 69 67 65 72
-63 61 74 04 00 00 48 32 34 34 14 00 00 4D 61 72
-74 69 6E 20 50 36 4D 20 53 65 61 6D 61 73 74 65
-72 04 00 00 35 35 30 30 0E 00 00 42 2D 32 35 48
-20 4D 69 74 63 68 65 6C 6C 04 00 00 33 34 30 32
-0D 00 00 50 2D 35 31 41 20 4D 75 73 74 61 6E 67
-04 00 00 36 34 32 31 3E 00 00 44 61 6D 62 75 73
-74 65 72 20 47 72 61 6E 64 20 53 6C 61 6D 20 42
-6F 6D 62 65 72 20 4C 61 6E 63 61 73 74 65 72 20
-42 49 20 53 70 65 63 69 61 6C 20 32 32 30 30 30
-6C 62 2E 20 42 6F 6D 62 05 00 00 31 34 34 34 33
-1E 00 00 4C 6F 63 6B 68 65 65 64 20 53 75 70 65
-72 2D 47 20 43 6F 6E 73 74 65 6C 6C 61 74 69 6F
-6E 04 00 00 35 36 31 30 13 00 00 57 69 6C 6C 69
-61 6D 73 20 42 72 6F 73 2E 20 49 6E 63 2E 07 00
-00 34 38 2D 33 31 39 31 10 00 00 43 6F 72 62 65
-6E 20 53 75 70 65 72 2D 41 63 65 05 00 00 30 35
-30 30 32 10 00 00 52 65 74 72 69 65 76 65 72 20
-52 6F 63 6B 65 74 03 00 00 43 61 72 04 00 00 38
-35 38 38 1D 00 00 50 6C 79 6D 6F 75 74 68 20 50
-72 6F 77 6C 65 72 20 77 69 74 68 20 54 72 61 69
-6C 65 72 04 00 00 35 30 30 31 14 00 00 43 6F 72
-76 65 74 74 65 20 47 72 61 6E 64 20 53 70 6F 72
-74 04 00 00 37 31 30 38 1D 00 00 43 6F 72 76 65
-74 74 65 20 49 6E 64 79 20 22 44 72 65 61 6D 20
-4D 61 63 68 69 6E 65 22 04 00 00 38 30 35 39 0C
-00 00 54 68 65 20 4D 75 6E 73 74 65 72 73 20 00
-00 42 6C 75 65 70 72 69 6E 74 65 72 3B 20 4D 75
-6E 73 74 65 72 73 20 4B 6F 61 63 68 20 6F 6E 6C
-79 07 00 00 38 35 2D 34 31 36 36 05 00 00 43 6F
-75 6E 74 3C 00 00 77 2F 43 75 74 74 69 6E 67 20
-45 64 67 65 20 43 45 43 34 38 30 38 36 20 48 65
-31 31 31 5A 20 22 5A 77 69 6C 6C 69 6E 67 22 20
-6B 69 74 2C 20 73 6B 69 6C 6C 20 6C 65 76 65 6C
-20 33 07 00 00 38 35 2D 37 36 36 36 23 00 00 43
-75 73 74 6F 6D 20 53 69 6C 76 65 72 61 64 6F 20
-61 6E 64 20 57 61 76 65 72 69 64 65 72 20 42 6F
-61 74 07 00 00 38 35 2D 36 38 35 38 16 00 00 53
-6E 61 6B 65 20 26 20 4D 6F 6E 67 6F 6F 73 65 20
-43 6F 6D 62 6F 07 00 00 38 35 2D 34 31 35 39 24
-00 00 4A 6F 65 20 41 6D 61 74 6F 20 53 75 70 65
-72 6D 61 6E 20 54 6F 70 20 46 75 65 6C 20 44 72
-61 67 73 74 65 72 04 00 00 37 35 34 31 0D 00 00
-53 6B 69 6C 6C 20 6C 65 76 65 6C 20 35 09 00 00
-48 38 32 35 2D 31 30 44 30 28 00 00 43 6F 63 61
-20 43 6F 6C 61 20 46 6F 72 64 20 4C 6F 75 69 73
-76 69 6C 6C 65 20 44 65 6C 69 76 65 72 79 20 54
-72 75 63 6B 07 00 00 38 35 2D 32 31 35 36 04 00
-00 32 39 35 34 0B 00 00 50 6F 72 73 63 68 65 20
-39 30 34 04 00 00 32 39 33 35 25 00 00 4C 61 6D
-62 6F 72 67 68 69 6E 69 20 43 6F 75 6E 74 61 63
-68 20 32 35 74 68 20 41 6E 6E 69 76 65 72 73 61
-72 79 07 00 00 38 35 2D 37 36 31 36 1F 00 00 41
-6D 65 72 69 63 61 6E 20 49 6E 74 65 72 6E 61 74
-69 6F 6E 61 6C 20 44 72 61 67 73 74 65 72 07 00
-00 38 35 2D 35 32 34 31 0D 00 00 50 2D 35 31 44
-20 4D 75 73 74 61 6E 67 07 00 00 38 35 2D 35 37
-31 30 11 00 00 52 42 2D 33 36 48 20 50 65 61 63
-65 6D 61 6B 65 72 05 00 00 30 35 31 30 34 14 00
-00 52 65 70 75 62 6C 69 63 20 52 43 2E 33 20 53
-65 61 62 65 65 05 00 00 50 41 31 35 32 05 00 00
-36 31 30 36 36 25 00 00 44 65 48 61 76 69 6C 6C
-61 6E 64 20 4D 6F 73 71 75 69 74 6F 20 42 20 4D
-6B 2E 49 56 2F 50 52 20 4D 6B 2E 49 56 07 00 00
-38 35 2D 37 35 34 36 10 00 00 50 2D 36 31 20 42
-6C 61 63 6B 20 57 69 64 6F 77 07 00 00 38 35 2D
-36 36 35 32 25 00 00 42 2D 31 37 46 20 46 6C 79
-69 6E 67 20 46 6F 72 74 72 65 73 73 20 22 4D 65
-6D 70 68 69 73 20 42 65 6C 6C 65 22 04 00 00 37
-35 30 30 0D 00 00 47 61 74 65 73 20 4C 65 61 72
-6A 65 74 03 00 00 35 31 39 15 00 00 47 72 75 6D
-6D 61 6E 20 46 38 46 2D 32 20 42 65 61 72 63 61
-74 04 00 00 37 35 32 33 12 00 00 46 2D 31 30 34
-43 20 53 74 61 72 66 69 67 68 74 65 72 05 00 00
-36 31 30 37 30 15 00 00 56 6F 75 67 68 74 20 46
-34 55 2D 31 41 20 43 6F 72 73 61 69 72 07 00 00
-38 35 2D 37 36 36 34 19 00 00 42 61 6C 64 77 69
-6E 2D 4D 6F 74 69 6F 6E 20 44 72 61 67 20 43 6F
-62 72 61 04 00 00 38 34 35 35 14 00 00 35 37 20
-43 68 65 76 72 6F 6C 65 74 20 42 65 6C 20 41 69
-72 16 00 00 50 72 6F 53 68 6F 70 2C 20 73 6B 69
-6C 6C 20 6C 65 76 65 6C 20 33 05 00 00 33 30 30
-35 32 0D 00 00 34 31 20 46 6F 72 64 20 57 6F 6F
-64 79 07 00 00 38 35 2D 32 35 35 37 19 00 00 36
-30 20 43 68 65 76 79 20 48 61 72 64 74 6F 70 20
-4C 6F 77 72 69 64 65 72 07 00 00 38 35 2D 37 36
-33 38 09 00 00 41 65 72 6F 76 65 74 74 65 07 00
-00 38 35 2D 30 30 39 34 1B 00 00 4C 69 27 6C 20
-43 6F 66 66 69 6E 20 43 75 73 74 6F 6D 20 53 68
-6F 77 20 52 6F 64 04 00 00 38 32 39 30 0A 00 00
-53 27 43 6F 6F 6C 20 42 75 73 07 00 00 38 35 2D
-32 35 39 37 12 00 00 53 74 72 65 65 74 20 46 69
-67 68 74 65 72 20 54 77 6F 04 00 00 37 36 30 39
-12 00 00 54 68 61 6D 65 73 20 50 61 6E 65 6C 20
-54 72 75 63 6B 07 00 00 38 35 2D 37 36 30 36 15
-00 00 44 61 6E 20 46 69 6E 6B 27 73 20 53 70 65
-65 64 77 61 67 6F 6E 05 00 00 30 35 35 30 35 1A
-00 00 4D 61 72 74 69 6E 20 4D 2D 31 33 30 20 43
-68 69 6E 61 20 43 6C 69 70 70 65 72 07 00 00 38
-35 2D 30 30 31 35 0E 00 00 46 6F 72 64 20 54 72
-69 2D 4D 6F 74 6F 72 04 00 00 50 41 33 30 1A 00
-00 57 72 69 67 68 74 20 42 72 6F 74 68 65 72 73
-20 4B 69 74 74 79 20 48 61 77 6B 07 00 00 38 35
-2D 35 30 38 31 13 00 00 46 69 72 73 74 20 4C 75
-6E 61 72 20 4C 61 6E 64 69 6E 67 07 00 00 38 35
-2D 35 38 33 39 18 00 00 4D 65 73 73 65 72 73 63
-68 6D 69 74 74 20 42 66 20 31 31 30 20 47 2D 32
-04 00 00 43 48 34 31 04 00 00 4A 30 30 34 05 00
-00 4A 54 31 32 33 04 00 00 4A 54 32 32 04 00 00
-4A 54 37 31 04 00 00 53 50 36 33 04 00 00 42 54
-31 36 0C 00 00 4F 56 2D 31 42 20 4D 6F 68 61 77
-6B 03 00 00 30 36 38 0B 00 00 56 2D 32 32 20 4F
-73 70 72 65 79 04 00 00 38 36 31 35 13 00 00 58
-2F 59 42 2D 33 35 20 46 6C 79 69 6E 67 20 57 69
-6E 67 05 00 00 31 31 32 30 38 1B 00 00 31 39 33
-33 20 43 61 64 69 6C 6C 61 63 20 56 2D 31 36 20
-54 6F 77 6E 20 43 61 72 04 00 00 36 36 31 38 27
-00 00 53 74 61 72 20 54 72 65 6B 20 33 20 50 69
-65 63 65 20 55 2E 53 2E 53 2E 20 45 6E 74 65 72
-70 72 69 73 65 20 53 65 74 12 00 00 4D 69 73 73
-69 6E 67 20 54 56 20 76 65 72 73 69 6F 6E 04 00
-00 38 39 31 35 0E 00 00 53 74 61 72 20 44 65 73
-74 72 6F 79 65 72 04 00 00 38 31 39 33 0A 00 00
-44 65 61 74 68 20 53 74 61 72 08 00 00 53 6E 61
-70 54 69 74 65 07 00 00 38 35 2D 33 36 32 31 07
-00 00 38 35 2D 33 36 32 32 17 00 00 42 61 62 79
-6C 6F 6E 20 35 20 53 70 61 63 65 20 53 74 61 74
-69 6F 6E 04 00 00 36 38 35 38 1F 00 00 53 74 61
-72 20 54 72 65 6B 20 33 20 50 69 65 63 65 20 41
-64 76 65 72 73 61 72 79 20 53 65 74 04 00 00 38
-37 36 32 06 00 00 31 2F 31 30 30 30 29 00 00 53
-74 61 72 20 54 72 65 6B 20 47 65 6E 65 72 61 74
-69 6F 6E 73 20 55 2E 53 2E 53 2E 20 45 6E 74 65
-72 70 72 69 73 65 20 42 04 00 00 38 38 38 33 03
-00 00 31 2F 34 05 00 00 4F 74 68 65 72 12 00 00
-56 69 73 69 62 6C 65 20 56 2D 38 20 45 6E 67 69
-6E 65 04 00 00 37 31 32 30 1C 00 00 31 39 36 39
-20 50 6F 6E 74 69 61 63 20 47 54 4F 20 22 54 68
-65 20 4A 75 64 67 65 22 09 00 00 31 2F 32 34 2D
-31 2F 32 35 05 00 00 31 2F 31 33 30 05 00 00 31
-2F 35 37 30 05 00 00 54 6F 20 64 6F 33 00 00 47
-75 73 20 47 72 69 73 73 6F 6D 20 4D 65 6D 6F 72
-69 61 6C 20 43 6F 6D 62 6F 20 77 2F 54 77 6F 20
-43 6F 6C 6C 65 63 74 6F 72 73 20 50 61 74 63 68
-65 73 09 00 00 46 69 72 65 20 49 72 6F 6E 0C 00
-00 77 2F 64 65 74 61 69 6C 20 73 65 74 2C 00 00
-77 2F 64 65 74 61 69 6C 20 73 65 74 20 61 6E 64
-20 69 6E 74 65 72 69 6F 72 20 73 65 74 2C 20 72
-65 73 69 6E 20 65 6E 67 69 6E 65 73 03 00 00 49
-43 4D 0E 00 00 53 70 69 74 66 69 72 65 20 4D 6B
-2E 49 58 1A 00 00 4D 65 73 73 65 72 73 63 68 6D
-69 74 74 20 4D 65 20 34 31 30 42 2D 32 2F 55 34
-0A 00 00 4D 6F 64 65 6C 63 72 61 66 74 12 00 00
-46 2D 38 32 42 20 54 77 69 6E 20 4D 75 73 74 61
-6E 67 1F 00 00 31 39 35 33 20 53 74 75 64 65 62
-61 6B 65 72 20 53 74 61 72 6C 69 6E 65 72 20 43
-6F 75 70 65 04 00 00 32 34 33 36 0E 00 00 42 75
-67 61 74 74 69 20 45 42 20 31 31 30 2D 00 00 53
-74 61 72 20 54 72 65 6B 20 4B 6C 69 6E 67 6F 6E
-20 42 69 72 64 20 6F 66 20 50 72 65 79 20 46 6C
-69 67 68 74 20 44 69 73 70 6C 61 79 16 00 00 50
-6F 72 73 63 68 65 20 39 31 31 20 53 6C 61 6E 74
-20 4E 6F 73 65 05 00 00 36 31 30 37 33 25 00 00
-44 6F 75 67 6C 61 73 20 41 2D 31 4A 20 53 6B 79
-72 61 69 64 65 72 20 55 2E 53 2E 20 41 69 72 20
-46 6F 72 63 65 04 00 00 36 33 33 39 04 00 00 36
-39 35 35 04 00 00 37 35 33 30 06 00 00 34 38 2D
-30 32 30 05 00 00 31 2F 34 35 30 0F 00 00 55 2E
-53 2E 53 2E 20 4D 69 73 73 6F 75 72 69 05 00 00
-36 31 30 35 37 15 00 00 48 65 69 6E 6B 65 6C 20
-48 65 32 31 39 20 41 2D 37 20 55 48 55 05 00 00
-36 31 30 34 31 05 00 00 31 31 36 32 34 32 00 00
-43 6F 6E 73 6F 6C 69 64 61 74 65 64 20 42 2D 32
-34 4A 20 4C 69 62 65 72 61 74 6F 72 20 54 68 65
-20 44 72 61 67 6F 6E 20 26 20 48 69 73 20 54 61
-69
diff --git a/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2 b/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2
deleted file mode 100755 (executable)
index 88697cd..0000000
+++ /dev/null
@@ -1,515 +0,0 @@
-    FC 00 1F 20 B2 6B 02 00 81 14 00 00 18 00 00
- 46 61 63 2E 20 43 61 73 75 61 6C 74 79 20 4D 61
- 6E 61 67 65 72 20 47 43 04 00 00 35 33 36 39 17
- 00 00 44 69 73 74 72 69 62 75 74 69 6F 6E 20 43
- 6F 6E 73 75 6C 74 61 6E 74 04 00 00 35 33 37 39
- 11 00 00 47 72 6C 2E 20 57 6F 72 6B 73 74 61 74
- 69 6F 6E 73 04 00 00 35 33 38 32 04 00 00 35 33
- 38 37 04 00 00 35 33 38 38 13 00 00 47 72 6C 2E
- 20 47 72 6F 75 70 20 41 63 63 6F 75 6E 74 73 04
- 00 00 35 34 33 34 04 00 00 35 34 33 35 0C 00 00
- 54 4C 20 54 65 6C 65 6D 61 74 69 6B 04 00 00 35
- 34 33 37 04 00 00 35 34 34 33 14 00 00 42 75 66
- 66 65 74 6D 69 74 61 72 62 65 69 74 65 72 2F 69
- 6E 04 00 00 35 34 34 36 04 00 00 35 34 36 32 12
- 00 00 54 65 61 6D 6C 65 61 64 65 72 20 4C 69 62
- 72 61 72 79 04 00 00 35 34 36 35 04 00 00 35 34
- 36 37 04 00 00 35 34 36 39 11 00 00 4C 65 69 74
- 65 72 20 46 61 68 72 64 69 65 6E 73 74 04 00 00
- 35 34 38 37 04 00 00 35 34 39 32 04 00 00 35 34
- 39 33 03 00 00 41 55 44 04 00 00 35 35 30 36 04
- 00 00 35 35 30 39 19 00 00 48 65 61 64 20 6F 66
- 20 41 70 70 6C 2E 20 44 65 76 65 6C 6F 70 6D 65
- 6E 74 04 00 00 35 35 31 31 04 00 00 35 35 31 33
- 04 00 00 35 35 33 32 04 00 00 35 35 33 37 04 00
- 00 35 35 35 34 04 00 00 35 35 35 35 16 00 00 54
- 65 61 6D 6C 65 69 74 65 72 69 6E 20 43 61 66 65
- 74 65 72 69 61 04 00 00 35 35 35 37 14 00 00 50
- 72 6F 6A 65 6B 74 6D 69 74 61 72 62 65 69 74 65
- 72 69 6E 04 00 00 35 35 36 33 04 00 00 35 35 37
- 39 04 00 00 35 35 38 39 15 00 00 45 78 70 65 72
- 74 65 20 54 72 6F 70 2E 20 5A 79 6B 6C 6F 6E 65
- 04 00 00 35 35 39 38 11 00 00 45 69 6E 6B 61 75
- 66 73 61 73 73 69 73 74 65 6E 74 04 00 00 35 36
- 30 36 04 00 00 35 36 33 38 04 00 00 35 36 34 32
- 04 00 00 35 36 36 33 04 00 00 35 36 36 34 13 00
- 00 48 65 61 64 20 6F 66 20 4C 41 2F 4C 45 2F 4C
- 4E 20 4F 50 04 00 00 35 36 37 35 04 00 00 35 36
- 37 39 04 00 00 35 36 38 30 04 00 00 35 36 38 32
- 04 00 00 35 36 38 38 0A 00 00 54 65 61 6D 6C 65
- 61 64 65 72 03 00 00 47 42 50 04 00 00 35 36 39
- 33 04 00 00 35 36 39 35 04 00 00 35 36 39 36 04
- 00 00 35 36 39 38 09 00 00 53 75 70 70 6F 72 74
- 65 72 04 00 00 35 36 39 39 04 00 00 35 37 30 36
- 13 00 00 48 65 61 64 20 6F 66 20 4C 41 2F 4C 45
- 2F 4C 4E 20 48 52 04 00 00 35 37 30 37 13 00 00
- 4B 6E 6F 77 6C 65 64 67 65 20 4E 65 74 77 6F 72
- 6B 65 72 04 00 00 35 37 30 38 0E 00 00 52 69 73
- 69 6B 6F 65 78 70 65 72 74 69 6E 04 00 00 35 37
- 31 30 04 00 00 35 37 31 39 04 00 00 35 37 32 33
- 18 00 00 47 72 6C 2E 20 43 65 6E 74 72 2E 20 4F
- 70 65 72 2E 20 53 79 73 74 65 6D 04 00 00 35 37
- 33 31 04 00 00 35 37 33 34 18 00 00 48 65 61 64
- 20 4D 65 64 69 61 4E 65 74 77 2E 61 74 20 52 FC
- 73 63 68 2E 04 00 00 35 37 33 38 04 00 00 35 37
- 35 31 04 00 00 35 37 35 39 04 00 00 35 37 36 30
- 04 00 00 35 37 36 35 04 00 00 35 37 36 36 02 00
- 00 42 4D 08 00 00 48 61 6D 69 6C 74 6F 6E 04 00
- 00 35 37 37 35 04 00 00 35 37 37 36 04 00 00 35
- 37 38 31 04 00 00 35 37 38 35 14 00 00 55 6E 64
- 65 72 77 72 69 74 69 6E 67 20 53 75 70 70 6F 72
- 74 04 00 00 35 37 38 37 16 00 00 54 65 61 6D 6C
- 65 69 74 65 72 20 65 78 74 2E 20 4B 75 72 69 65
- 72 04 00 00 35 37 39 31 04 00 00 35 38 31 31 04
- 00 00 35 38 32 30 04 00 00 35 38 32 32 04 00 00
- 35 38 33 32 04 00 00 35 38 35 30 14 00 00 50 72
- 6F 6A 65 6B 74 6C 65 69 74 65 72 20 50 20 2B 20
- 45 52 04 00 00 35 38 35 31 04 00 00 35 38 35 37
- 04 00 00 35 38 35 38 04 00 00 35 38 38 30 19 00
- 00 48 65 61 64 20 43 6F 72 70 2E 4C 65 61 72 6E
- 2E 61 74 20 52 FC 73 63 68 2E 04 00 00 35 38 38
- 31 04 00 00 35 38 38 35 0E 00 00 4C 65 69 74 65
- 72 20 48 52 20 53 52 47 53 04 00 00 35 38 39 33
- 02 00 00 42 45 04 00 00 35 38 39 36 04 00 00 35
- 39 30 30 15 00 00 48 65 61 64 20 6F 66 20 44 69
- 76 69 73 69 6F 6E 61 6C 20 49 54 04 00 00 35 39
- 31 34 14 00 00 43 6F 6D 70 65 6E 73 61 74 69 6F
- 6E 20 4D 61 6E 61 67 65 72 04 00 00 35 39 31 35
- 04 00 00 35 39 31 39 04 00 00 35 39 32 30 03 00
- 00 4E 5A 44 04 00 00 35 39 32 33 04 00 00 35 39
- 33 34 04 00 00 35 39 33 37 04 00 00 35 39 34 32
- 04 00 00 35 39 34 33 12 00 00 53 65 72 76 69 63
- 65 2D 53 70 65 7A 69 61 6C 69 73 74 04 00 00 35
- 39 34 38 04 00 00 35 39 35 32 04 00 00 35 39 35
- 36 04 00 00 35 39 35 37 04 00 00 35 39 35 38 17
- 00 00 47 72 6C 2E 20 53 74 6F 72 61 67 65 20 4D
- 61 6E 61 67 65 6D 65 6E 74 04 00 00 35 39 36 34
- 02 00 00 42 41 04 00 00 35 39 36 35 04 00 00 35
- 39 37 35 04 00 00 35 39 37 36 04 00 00 35 39 37
- 39 0F 00 00 52 65 63 68 74 73 6B 6F 6E 73 75 6C
- 65 6E 74 04 00 00 35 39 38 31 16 00 00 45 6E 67
- 6C 69 73 63 68 2D 55 65 62 65 72 73 65 74 7A 65
- 72 69 6E 04 00 00 35 39 39 34 18 00 00 48 65 61
- 64 20 47 50 4D 20 4D 61 72 69 6E 65 2F 41 76 69
- 61 74 69 6F 6E 04 00 00 36 30 30 32 0D 00 00 4B
- 65 6C 6C 65 72 6D 65 69 73 74 65 72 04 00 00 36
- 30 30 34 04 00 00 36 30 31 33 19 00 00 44 6F 63
- 75 6D 65 6E 74 20 4D 67 6D 74 2E 20 43 6F 6E 73
- 75 6C 74 61 6E 74 04 00 00 36 30 31 35 04 00 00
- 36 30 32 30 04 00 00 36 30 32 36 04 00 00 36 30
- 33 30 02 00 00 52 36 04 00 00 36 30 33 31 17 00
- 00 48 61 75 73 77 69 72 74 73 63 68 61 66 74 73
- 6C 65 69 74 65 72 69 6E 04 00 00 36 30 33 33 04
- 00 00 36 30 35 33 0A 00 00 46 61 68 72 64 69 65
- 6E 73 74 04 00 00 36 30 35 37 04 00 00 36 30 36
- 39 17 00 00 47 72 75 70 70 65 6E 6C 65 69 74 65
- 72 69 6E 20 53 75 70 70 6F 72 74 04 00 00 36 30
- 38 38 19 00 00 49 74 61 6C 69 65 6E 69 73 63 68
- 2D 55 65 62 65 72 73 65 74 7A 65 72 69 6E 02 00
- 00 48 4B 04 00 00 36 30 39 31 04 00 00 36 31 31
- 32 04 00 00 36 31 31 37 04 00 00 36 31 32 31 10
- 00 00 54 65 61 6D 6C 65 69 74 65 72 20 50 4D 2F
- 46 4D 04 00 00 36 31 32 37 04 00 00 36 31 33 34
- 04 00 00 36 31 34 36 0B 00 00 54 65 6C 65 6D 61
- 74 69 6B 65 72 04 00 00 36 31 35 36 19 00 00 44
- 69 76 2E 20 46 69 6E 61 6E 63 69 61 6C 20 43 6F
- 6E 74 72 6F 6C 6C 65 72 04 00 00 36 31 35 38 0B
- 00 00 55 53 4D 20 4D 6F 6E 74 65 75 72 04 00 00
- 36 31 36 32 0A 00 00 49 54 2D 41 75 64 69 74 6F
- 72 04 00 00 36 31 36 34 04 00 00 36 31 36 35 04
- 00 00 36 31 36 37 04 00 00 36 31 36 38 04 00 00
- 36 31 37 30 04 00 00 36 31 37 32 17 00 00 4C 65
- 69 74 65 72 20 47 61 73 74 72 6F 6E 6F 6D 69 65
- 62 65 74 72 2E 04 00 00 36 31 38 38 02 00 00 54
- 58 04 00 00 36 31 38 39 16 00 00 50 72 6F 64 75
- 63 74 20 54 61 78 20 53 70 65 63 69 61 6C 69 73
- 74 04 00 00 36 31 39 36 0A 00 00 43 46 4F 20 4F
- 66 66 69 63 65 02 00 00 53 50 04 00 00 36 32 30
- 33 14 00 00 41 73 73 69 73 74 65 6E 74 69 6E 20
- 55 2E 20 42 72 65 6D 69 04 00 00 36 32 30 37 04
- 00 00 36 32 31 31 10 00 00 47 72 6F 75 70 20 41
- 63 63 6F 75 6E 74 61 6E 74 04 00 00 36 32 31 35
- 19 00 00 4C 65 69 74 65 72 20 54 65 6C 65 63 6F
- 6D 6D 75 6E 69 63 61 74 69 6F 6E 73 04 00 00 36
- 32 32 35 04 00 00 36 32 33 32 04 00 00 36 32 35
- 30 06 00 00 4D 6F 73 63 6F 77 04 00 00 36 32 35
- 35 04 00 00 36 32 36 31 04 00 00 36 32 36 35 04
- 00 00 36 32 36 37 12 00 00 41 62 74 65 69 6C 75
- 6E 67 73 6C 65 69 74 65 72 69 6E 04 00 00 36 32
- 36 38 0F 00 00 53 70 6F 72 74 61 6E 6C 61 67 65
- 77 61 72 74 04 00 00 36 32 37 31 04 00 00 36 32
- 37 32 15 00 00 50 75 62 6C 69 73 68 69 6E 67 20
- 43 6F 6E 73 75 6C 74 61 6E 74 04 00 00 36 32 37
- 39 04 00 00 36 32 38 30 15 00 00 53 61 63 68 62
- 65 61 72 62 2E 20 4B 61 73 73 65 20 53 6F 6F 64
- 04 00 00 36 33 32 34 12 00 00 50 72 6F 64 75 63
- 74 20 53 70 65 63 69 61 6C 69 73 74 04 00 00 36
- 33 33 39 04 00 00 36 33 34 34 0F 00 00 50 72 6F
- 67 72 61 6D 20 4D 61 6E 61 67 65 72 04 00 00 36
- 33 34 36 04 00 00 36 33 34 37 12 00 00 45 6E 67
- 6C 69 73 63 68 FC 62 65 72 73 65 74 7A 65 72 04
- 00 00 36 33 34 39 19 00 00 53 65 63 74 69 6F 6E
- 20 48 65 61 64 20 43 6F 6E 74 72 2E 20 50 72 6F
- 6A 2E 04 00 00 36 33 35 30 10 00 00 52 65 73 65
- 61 72 63 68 20 4D 61 6E 61 67 65 72 04 00 00 36
- 33 36 38 0C 00 00 44 61 74 61 20 4D 61 6E 61 67
- 65 72 04 00 00 36 33 36 39 04 00 00 36 33 37 32
- 19 00 00 42 65 74 72 69 65 62 73 74 65 63 68 6E
- 69 6B 65 72 20 45 6C 65 6B 74 72 6F 04 00 00 36
- 33 37 34 04 00 00 36 33 37 35 04 00 00 36 33 39
- 39 11 00 00 44 65 73 69 67 6E 20 43 6F 6E 73 75
- 6C 74 61 6E 74 04 00 00 36 34 30 30 04 00 00 36
- 34 30 32 04 00 00 36 34 30 34 13 00 00 41 63 74
- 75 61 72 69 61 6C 20 41 73 73 69 73 74 61 6E 74
- 04 00 00 36 34 30 35 04 00 00 36 34 30 36 04 00
- 00 36 34 30 37 04 00 00 36 34 30 38 04 00 00 36
- 34 31 32 04 00 00 36 34 31 33 04 00 00 36 34 31
- 34 04 00 00 36 34 32 33 04 00 00 36 34 32 34 13
- 00 00 57 65 62 20 50 72 6F 6A 65 63 74 20 4D 61
- 6E 61 67 65 72 04 00 00 36 34 32 38 04 00 00 36
- 34 34 32 04 00 00 36 34 35 33 19 00 00 53 61 63
- 68 62 65 61 72 62 65 69 74 65 72 69 6E 20 43 61
- 73 75 61 6C 74 79 04 00 00 36 34 36 32 15 00 00
- 48 65 61 64 20 6F 66 20 42 61 6C 61 6E 63 65 20
- 53 68 65 65 74 04 00 00 36 34 37 33 10 00 00 41
- 63 63 6F 75 6E 74 20 4D 67 72 20 55 53 4C 4C 04
- 00 00 36 34 37 34 18 00 00 48 65 61 64 20 6F 66
- 20 45 61 72 74 68 71 75 61 6B 65 20 47 72 6F 75
- 70 04 00 00 36 34 37 36 04 00 00 36 34 38 30 0C
- 00 00 4C 65 69 74 65 72 69 6E 20 47 4E 53 04 00
- 00 36 34 38 36 17 00 00 4B 6F 6D 6D 75 6E 69 6B
- 61 74 69 6F 6E 73 62 65 72 61 74 65 72 69 6E 04
- 00 00 36 34 39 33 0E 00 00 46 26 42 20 4B 6F 6E
- 74 72 6F 6C 6C 65 72 04 00 00 36 34 39 36 16 00
- 00 4C 65 69 74 65 72 69 6E 20 43 61 66 65 74 65
- 72 69 61 20 42 36 36 04 00 00 36 34 39 38 09 00
- 00 41 73 73 69 73 74 61 6E 74 04 00 00 36 35 30
- 30 04 00 00 36 35 30 38 04 00 00 36 35 30 39 04
- 00 00 36 35 31 30 04 00 00 36 35 32 33 04 00 00
- 36 35 33 31 14 00 00 53 74 76 2E 20 43 68 65 66
- 20 64 65 20 53 65 72 76 69 63 65 04 00 00 36 35
- 33 32 04 00 00 36 35 33 33 04 00 00 36 35 33 35
- 12 00 00 42 65 74 72 69 65 62 73 61 6C 6C 72 6F
- 75 6E 64 65 72 04 00 00 36 35 34 32 14 00 00 45
- 6C 65 63 74 72 6F 6E 69 63 20 50 75 62 6C 69 73
- 68 65 72 04 00 00 36 35 35 32 18 00 00 54 72 65
- 61 74 79 20 55 57 20 50 72 6F 70 2E 2F 43 61 73
- 75 61 6C 74 79 04 00 00 36 35 35 37 04 00 00 36
- 35 36 33 13 00 00 54 65 61 6D 6C 65 69 74 65 72
- 20 4D 61 74 65 72 69 61 6C 04 00 00 36 35 36 36
- 04 00 00 36 35 37 38 10 00 00 53 74 72 61 74 65
- 67 79 20 41 6E 61 6C 79 73 74 02 00 00 46 47 04
- 00 00 36 35 37 39 18 00 00 48 65 61 64 20 6F 66
- 20 50 72 6F 63 65 73 73 20 50 6C 61 6E 26 4D 67
- 74 04 00 00 36 36 31 33 16 00 00 49 6E 74 65 72
- 6E 61 74 69 6F 6E 61 6C 20 41 73 73 69 67 6E 65
- 65 04 00 00 36 36 32 31 04 00 00 36 36 32 36 04
- 00 00 36 36 32 37 0D 00 00 45 76 65 6E 74 20 4D
- 61 6E 61 67 65 72 04 00 00 36 36 32 39 04 00 00
- 36 36 33 32 04 00 00 36 36 33 37 15 00 00 44 65
- 70 75 74 79 20 48 65 61 64 20 6F 66 20 45 76 65
- 6E 74 73 04 00 00 36 36 33 39 19 00 00 48 65 61
- 64 20 6F 66 20 43 65 6E 74 72 65 20 52 FC 73 63
- 68 6C 69 6B 6F 6E 04 00 00 36 36 34 34 11 00 00
- 53 65 6E 69 6F 72 20 43 6F 6E 74 72 6F 6C 6C 65
- 72 02 00 00 43 4D 04 00 00 36 36 34 38 12 00 00
- 47 6C 6F 62 61 6C 20 49 47 50 20 4D 61 6E 61 67
- 65 72 04 00 00 36 36 35 33 17 00 00 4C 65 69 74
- 65 72 20 4C 6F 74 75 73 20 4E 6F 74 65 73 20 47
- 4E 4E 4F 04 00 00 36 36 35 37 04 00 00 36 36 36
- 31 16 00 00 50 72 6F 6A 65 63 74 20 4D 61 6E 61
- 67 65 72 20 4D 61 67 6E 75 6D 04 00 00 36 36 36
- 37 04 00 00 36 36 37 35 04 00 00 36 36 38 33 04
- 00 00 36 36 38 35 17 00 00 4F 72 67 61 6E 69 73
- 61 74 69 6F 6E 73 2D 41 73 73 69 73 74 65 6E 74
- 04 00 00 36 36 38 36 04 00 00 36 36 39 32 14 00
- 00 50 65 72 73 6F 6E 61 6C 65 6E 74 77 69 63 6B
- 6C 65 72 69 6E 04 00 00 36 36 39 33 04 00 00 36
- 36 39 34 19 00 00 53 61 63 68 62 2E 45 69 6E 6B
- 61 75 66 2F 42 75 63 68 68 61 6C 74 75 6E 67 04
- 00 00 36 36 39 37 16 00 00 47 72 6C 2E 20 44 42
- 20 41 64 6D 69 6E 69 73 74 72 61 74 69 6F 6E 04
- 00 00 36 37 30 31 04 00 00 36 37 30 32 04 00 00
- 36 37 30 36 04 00 00 36 37 31 34 04 00 00 36 37
- 32 31 04 00 00 36 37 33 31 04 00 00 36 37 33 33
- 04 00 00 36 37 33 34 04 00 00 36 37 34 33 04 00
- 00 36 37 34 35 0A 00 00 50 52 2D 42 65 72 61 74
- 65 72 04 00 00 36 37 34 36 04 00 00 36 37 34 38
- 04 00 00 36 37 35 31 17 00 00 53 70 65 63 69 61
- 6C 69 73 74 20 52 65 74 72 6F 2F 43 52 45 53 54
- 41 04 00 00 36 37 35 33 17 00 00 53 65 6E 69 6F
- 72 20 43 6F 72 70 2E 20 41 63 63 6F 75 6E 74 61
- 6E 74 04 00 00 36 37 35 38 04 00 00 36 37 36 33
- 18 00 00 5A 65 69 74 73 63 68 72 69 66 74 65 6E
- 76 65 72 77 61 6C 74 65 72 69 6E 01 00 00 43 04
- 00 00 36 37 36 36 04 00 00 36 37 36 38 14 00 00
- 43 6F 6D 70 65 6E 73 61 74 69 6F 6E 20 53 75 70
- 70 6F 72 74 04 00 00 36 37 37 30 0A 00 00 54 65
- 61 6D 6C 65 69 74 65 72 04 00 00 36 37 37 32 16
- 00 00 49 6E 66 6F 72 6D 61 74 69 6F 6E 20 53 70
- 65 63 69 61 6C 69 73 74 04 00 00 36 37 37 33 15
- 00 00 48 65 61 64 20 6F 66 20 53 79 73 74 65 6D
- 73 20 47 72 6F 75 70 04 00 00 36 37 37 34 04 00
- 00 36 37 37 35 04 00 00 36 37 38 32 15 00 00 46
- 61 63 68 72 65 66 65 72 65 6E 74 69 6E 20 55 6D
- 77 65 6C 74 04 00 00 36 37 38 34 02 00 00 52 53
- 04 00 00 36 37 38 36 02 00 00 4B 52 05 00 00 53
- 65 6F 75 6C 04 00 00 36 37 38 38 04 00 00 36 37
- 39 38 0F 00 00 43 68 65 66 20 64 65 20 53 65 72
- 76 69 63 65 04 00 00 36 38 30 38 04 00 00 36 38
- 31 30 18 00 00 48 65 61 64 20 6F 66 20 52 69 73
- 6B 20 43 6F 6E 74 72 6F 6C 6C 69 6E 67 04 00 00
- 36 38 32 36 0F 00 00 53 74 65 75 65 72 6B 6F 6E
- 73 75 6C 65 6E 74 04 00 00 36 38 32 38 15 00 00
- 54 65 61 6D 6C 65 69 74 65 72 20 50 E2 74 69 73
- 73 65 72 69 65 04 00 00 36 38 33 31 0B 00 00 53
- 65 6B 72 65 74 61 72 69 61 74 04 00 00 36 38 35
- 30 04 00 00 36 38 35 32 04 00 00 36 38 35 35 04
- 00 00 36 38 36 36 04 00 00 36 38 37 35 04 00 00
- 36 38 37 36 04 00 00 36 38 37 37 04 00 00 44 61
- 74 65 04 00 00 44 65 70 74 04 00 00 43 69 74 79
- 04 00 00 55 6E 69 74 07 00 00 53 75 62 55 6E 69
- 74 03 00 00 49 44 32 05 00 00 50 68 6F 6E 65 04
- 00 00 4E 61 6D 65 09 00 00 46 69 72 73 74 4E 61
- 6D 65 06 00 00 4F 6C 64 4A 6F 62 08 00 00 4A 6F
- 62 44 65 73 63 72 06 00 00 53 74 61 74 75 73 05
- 00 00 53 74 61 74 33 05 00 00 53 74 61 74 34 06
- 00 00 44 65 67 72 65 65 08 00 00 50 6F 73 69 74
- 69 6F 6E 08 00 00 45 78 70 65 6E 73 65 73 09 00
- 00 45 78 70 65 6E 73 65 73 32 09 00 00 45 78 70
- 65 6E 73 65 73 34 09 00 00 45 78 70 65 6E 73 65
- 73 33 09 00 00 45 78 70 65 6E 73 65 73 35 09 00
- 00 45 78 70 65 6E 73 65 73 36 09 00 00 45 78 70
- 65 6E 73 65 73 37 05 00 00 4C 65 76 65 6C 06 00
- 00 52 65 70 6F 72 74 05 00 00 47 72 6F 75 70 04
- 00 00 50 6F 6F 6C 05 00 00 44 4B 65 79 50 05 00
- 00 44 4D 44 50 4D 08 00 00 42 65 6E 67 61 6C 69
- 78 07 00 00 54 65 6E 61 6C 69 78 0B 00 00 33 32
- 34 2D 54 65 6E 61 6C 69 78 06 00 00 48 61 6E 6E
- 69 78 05 00 00 31 30 39 33 30 04 00 00 32 38 39
- 37 04 00 00 38 39 31 37 04 00 00 33 31 35 33 04
- 00 00 38 37 33 36 04 00 00 34 33 32 33 05 00 00
- 31 31 35 37 35 04 00 00 37 31 35 34 04 00 00 33
- 38 35 38 04 00 00 33 32 35 34 04 00 00 39 37 30
- 39 04 00 00 37 33 36 39 04 00 00 34 31 39 35 04
- 00 00 39 37 30 37 04 00 00 36 38 31 37 04 00 00
- 35 35 34 34 08 00 00 53 61 6E 74 69 61 67 6F 04
- 00 00 34 32 30 33 05 00 00 31 30 38 34 37 05 00
- 00 31 31 36 35 36 05 00 00 31 33 30 31 34 04 00
- 00 31 39 30 36 04 00 00 35 35 39 34 04 00 00 35
- 32 32 31 04 00 00 38 36 38 31 04 00 00 38 31 37
- 38 04 00 00 36 31 38 30 05 00 00 31 31 32 39 39
- 04 00 00 39 33 33 33 05 00 00 31 32 33 31 35 05
- 00 00 31 31 30 34 35 05 00 00 31 32 32 32 37 01
- 00 00 49 04 00 00 33 36 39 31 04 00 00 37 30 33
- 34 04 00 00 32 31 30 37 04 00 00 35 32 30 35 04
- 00 00 36 30 35 35 04 00 00 34 36 30 30 04 00 00
- 36 38 39 39 04 00 00 36 39 30 35 05 00 00 31 32
- 31 34 30 04 00 00 37 36 35 35 05 00 00 38 30 30
- 39 37 04 00 00 34 32 37 32 05 00 00 31 30 38 37
- 36 04 00 00 37 33 38 35 04 00 00 34 31 30 31 04
- 00 00 38 32 32 35 04 00 00 32 34 37 31 04 00 00
- 35 31 37 35 04 00 00 38 36 34 31 05 00 00 31 32
- 33 32 31 05 00 00 31 32 38 39 32 04 00 00 37 36
- 38 37 04 00 00 37 32 37 37 04 00 00 37 31 34 37
- 05 00 00 31 30 32 39 34 04 00 00 35 31 31 37 05
- 00 00 31 30 30 30 32 04 00 00 37 37 38 30 04 00
- 00 36 34 38 32 05 00 00 38 30 32 35 30 08 00 00
- 41 63 74 75 61 72 79 2C 05 00 00 31 31 37 39 35
- 05 00 00 31 31 37 32 31 05 00 00 31 31 39 38 32
- 05 00 00 31 33 30 33 31 04 00 00 38 32 33 32 04
- 00 00 35 34 36 38 04 00 00 39 33 33 37 04 00 00
- 36 38 37 38 05 00 00 31 31 39 36 36 04 00 00 37
- 37 34 34 05 00 00 31 31 30 37 36 05 00 00 31 32
- 39 31 32 04 00 00 37 39 35 33 05 00 00 31 32 32
- 36 35 04 00 00 36 35 36 34 04 00 00 38 32 33 36
- 04 00 00 37 30 33 38 04 00 00 33 36 33 33 04 00
- 00 38 36 34 32 04 00 00 35 34 38 36 04 00 00 33
- 39 37 39 04 00 00 35 39 32 37 04 00 00 35 34 31
- 35 05 00 00 31 32 31 35 34 03 00 00 35 36 35 13
- 00 00 4C 61 74 69 6E 20 41 6D 65 72 69 63 61 20
- 53 6F 75 74 68 0E 00 00 43 6F 6C 6F 6D 62 69 61
- 20 26 20 4F 53 41 02 00 00 35 35 11 00 00 50 72
- 6F 64 75 63 74 20 45 78 65 63 75 74 69 76 65 02
- 00 00 53 48 02 00 00 4C 59 02 00 00 34 36 0F 00
- 00 48 65 61 64 20 4C 41 20 41 63 61 64 65 6D 79
- 07 00 00 54 72 61 69 6E 65 72 02 00 00 53 45 02
- 00 00 50 50 03 00 00 50 4C 4E 02 00 00 34 32 11
- 00 00 54 72 65 61 74 79 20 53 70 65 63 69 61 6C
- 69 73 74 04 00 00 31 31 31 35 13 00 00 55 6E 64
- 65 72 77 72 69 74 69 6E 67 20 54 72 65 61 74 79
- 02 00 00 53 41 02 00 00 4D 45 04 00 00 31 35 33
- 30 04 00 00 31 35 35 37 14 00 00 52 65 6C 61 74
- 69 6F 6E 73 68 69 70 20 4D 61 6E 61 67 65 72 04
- 00 00 31 35 37 36 04 00 00 31 38 32 31 0F 00 00
- 48 65 61 64 20 43 6F 72 70 6F 72 61 74 65 73 0A
- 00 00 41 63 63 6F 75 6E 74 69 6E 67 04 00 00 32
- 30 34 39 14 00 00 50 6C 61 6E 6E 69 6E 67 20 43
- 6F 6F 72 64 69 6E 61 74 6F 72 02 00 00 54 44 04
- 00 00 32 31 35 30 0F 00 00 48 65 61 64 20 43 4F
- 43 20 4D 61 72 69 6E 65 04 00 00 32 31 35 36 10
- 00 00 4D 61 72 6B 65 74 20 45 78 65 63 75 74 69
- 76 65 04 00 00 32 35 37 32 18 00 00 48 65 61 64
- 20 6F 66 20 46 61 63 75 6C 74 61 74 69 76 65 20
- 44 65 73 6B 0C 00 00 41 64 52 20 43 61 73 75 61
- 6C 74 79 04 00 00 32 38 34 32 0C 00 00 55 57 20
- 54 72 65 61 74 79 20 45 4E 02 00 00 53 4B 04 00
- 00 33 30 38 32 18 00 00 44 69 76 69 73 69 6F 6E
- 61 6C 20 43 6F 6D 6D 75 6E 69 63 61 74 69 6F 6E
- 02 00 00 50 43 04 00 00 33 30 38 30 19 00 00 48
- 65 61 64 20 43 65 6E 74 65 72 20 6F 66 20 43 6F
- 6D 70 2E 20 50 72 6F 70 0E 00 00 4C 6F 63 61 6C
- 20 53 65 72 76 69 63 65 73 19 00 00 43 6C 69 65
- 6E 74 20 4D 61 6E 61 67 65 72 20 43 6F 72 70 6F
- 72 61 74 65 73 04 00 00 33 34 30 39 18 00 00 55
- 6E 64 65 72 77 72 69 74 69 6E 67 20 45 6E 67 69
- 6E 65 65 72 69 6E 67 04 00 00 33 34 36 32 17 00
- 00 48 65 61 64 20 6F 66 20 42 55 53 20 50 72 6F
- 6A 65 63 74 73 20 5A 48 04 00 00 33 34 33 34 19
- 00 00 48 65 61 64 20 43 65 6E 74 65 72 20 6F 66
- 20 43 6F 6D 70 2E 20 43 61 73 2E 04 00 00 33 37
- 38 31 18 00 00 48 65 61 64 20 4D 61 72 6B 65 74
- 69 6E 67 20 26 20 52 65 6C 2E 20 5A 48 04 00 00
- 33 39 32 31 11 00 00 41 63 63 6F 75 6E 74 20 45
- 78 65 63 75 74 69 76 65 04 00 00 33 39 37 31 04
- 00 00 34 31 31 31 04 00 00 34 31 36 33 13 00 00
- 52 65 6C 61 74 69 6F 6E 20 4D 61 6E 61 67 65 72
- 20 55 53 04 00 00 34 30 38 33 0B 00 00 55 57 20
- 50 72 6F 70 65 72 74 79 04 00 00 34 33 34 30 04
- 00 00 34 34 37 38 16 00 00 43 65 6E 74 65 72 20
- 6F 66 20 43 6F 6D 70 2E 20 4D 61 72 69 6E 65 04
- 00 00 34 35 37 38 15 00 00 55 57 20 53 75 70 70
- 6F 72 74 20 43 6F 72 70 6F 72 61 74 65 73 04 00
- 00 34 35 38 31 18 00 00 43 65 6E 74 65 72 20 6F
- 66 20 43 6F 6D 70 2E 20 43 61 73 75 61 6C 74 79
- 04 00 00 34 39 33 37 14 00 00 41 73 73 69 73 74
- 61 6E 74 20 43 6F 72 70 6F 72 61 74 65 73 0C 00
- 00 43 6F 75 6E 74 72 79 20 48 65 61 64 04 00 00
- 35 33 31 36 17 00 00 48 65 61 64 20 43 65 6E 74
- 65 72 20 6F 66 20 43 6F 6D 70 2E 20 45 4E 04 00
- 00 35 33 39 35 16 00 00 41 73 73 2E 20 50 72 6F
- 64 75 63 74 20 45 78 65 63 75 74 69 76 65 04 00
- 00 35 36 31 39 12 00 00 50 72 6F 6A 65 63 74 20
- 4C 65 61 64 65 72 20 42 55 53 04 00 00 35 35 37
- 31 18 00 00 43 65 6E 74 65 72 20 6F 66 20 43 6F
- 6D 70 2E 20 50 72 6F 70 65 72 74 79 04 00 00 35
- 36 33 33 17 00 00 48 65 61 64 20 4D 61 6E 61 67
- 65 6D 65 6E 74 20 53 75 70 70 6F 72 74 04 00 00
- 35 37 35 32 10 00 00 48 65 61 64 20 54 72 65 61
- 74 79 20 44 65 73 6B 04 00 00 35 36 39 31 19 00
- 00 44 65 70 2E 48 65 61 64 20 43 65 6E 74 65 72
- 20 43 6F 6D 70 2E 43 61 73 2E 04 00 00 35 38 36
- 34 04 00 00 35 39 32 34 0F 00 00 50 72 6F 64 75
- 63 74 20 53 75 70 70 6F 72 74 04 00 00 35 39 34
- 30 19 00 00 44 65 70 2E 48 65 61 64 20 43 65 6E
- 74 65 72 20 43 6F 6D 70 2E 45 6E 67 2E 04 00 00
- 36 30 31 30 04 00 00 36 30 34 35 18 00 00 48 65
- 61 64 20 43 6F 43 20 53 74 72 75 63 74 2E 20 46
- 69 6E 61 6E 63 65 04 00 00 36 31 34 39 04 00 00
- 36 31 36 36 13 00 00 48 65 61 64 20 6F 66 20 43
- 6F 43 20 61 67 72 6F 20 4C 41 04 00 00 36 33 33
- 31 04 00 00 36 36 32 34 13 00 00 50 72 6F 64 75
- 63 74 20 44 65 76 65 6C 6F 70 6D 65 6E 74 04 00
- 00 36 35 33 37 04 00 00 36 38 30 36 04 00 00 36
- 39 33 38 15 00 00 55 57 20 53 74 72 75 63 74 75
- 72 65 73 20 46 69 6E 61 6E 63 65 04 00 00 37 30
- 37 33 0F 00 00 52 75 6E 2D 4F 66 66 20 41 6C 69
- 61 6E 7A 61 04 00 00 37 30 39 30 15 00 00 4A 75
- 6E 69 6F 72 20 43 6C 69 65 6E 74 20 4D 61 6E 61
- 67 65 72 04 00 00 37 34 33 37 0B 00 00 33 32 34
- 2C 20 42 6F 67 6F 74 61 04 00 00 37 35 32 39 10
- 00 00 53 70 65 63 69 61 6C 20 50 72 6F 6A 65 63
- 74 73 04 00 00 37 36 33 31 16 00 00 4F 70 65 72
- 61 74 69 6F 6E 73 20 4D 61 6E 61 67 65 72 20 44
- 55 4F 04 00 00 38 34 32 33 04 00 00 38 34 36 35
- 04 00 00 38 35 30 36 0F 00 00 54 72 61 69 6E 65
- 72 20 53 69 63 73 2F 6E 74 04 00 00 38 36 30 36
- 04 00 00 38 35 31 30 04 00 00 39 32 30 39 05 00
- 00 31 30 31 38 36 05 00 00 31 30 35 38 33 10 00
- 00 54 72 61 69 6E 69 6E 67 20 4D 61 6E 61 67 65
- 72 05 00 00 31 30 35 38 36 03 00 00 32 38 38 05
- 00 00 31 30 37 34 37 14 00 00 48 65 61 64 20 44
- 69 76 2E 20 49 54 20 55 6E 69 74 20 5A 48 03 00
- 00 49 4C 53 05 00 00 31 30 39 34 34 15 00 00 48
- 65 61 64 20 53 70 65 63 69 61 6C 20 50 72 6F 6A
- 65 63 74 73 04 00 00 37 30 37 37 05 00 00 31 30
- 39 38 36 03 00 00 45 45 4B 05 00 00 31 31 32 39
- 37 14 00 00 48 52 20 26 53 65 72 76 69 63 65 73
- 20 4D 61 6E 61 67 65 72 10 00 00 41 64 52 20 41
- 6C 67 6F 64 F3 6E 2F 41 67 72 6F 05 00 00 31 31
- 37 32 37 11 00 00 43 6C 61 69 6D 73 20 44 65 73
- 6B 2F 4C 65 67 61 6C 11 00 00 54 65 63 68 6E 69
- 63 61 6C 20 4D 61 6E 61 67 65 72 03 00 00 32 38
- 39 13 00 00 43 6C 69 65 6E 74 20 54 65 61 6D 20
- 53 75 70 70 6F 72 74 06 00 00 41 64 52 20 58 4C
- 05 00 00 31 31 38 37 31 0C 00 00 41 64 52 20 50
- 72 6F 70 65 72 74 79 05 00 00 31 32 36 30 30 06
- 00 00 4D 61 64 72 69 64 07 00 00 31 34 38 36 33
- 39 35 07 00 00 36 35 30 36 33 33 31 06 00 00 42
- 65 6A 69 6E 67 0C 00 00 42 75 65 6E 6F 73 20 41
- 69 72 65 73 07 00 00 43 6F 6C 6F 67 6E 65 08 00
- 00 42 72 75 73 73 65 6C 73 02 00 00 56 45 07 00
- 00 43 61 72 61 63 61 73 02 00 00 50 4C 06 00 00
- 57 61 72 73 61 77 02 00 00 4A 50 05 00 00 54 6F
- 6B 79 6F 04 00 00 52 6F 6D 65 05 00 00 31 32 36
- 30 31 19 00 00 48 65 61 64 20 6F 66 20 4C 69 66
- 65 26 48 65 61 6C 74 68 20 49 6E 64 69 61 16 00
- 00 41 73 73 69 73 74 65 6E 74 69 6E 20 4C 65 69
- 74 65 72 20 43 43 43 02 00 00 33 35 10 00 00 41
- 72 63 68 69 76 73 70 65 7A 69 61 6C 69 73 74 02
- 00 00 32 2B 02 00 00 33 2D 02 00 00 34 2D 12 00
- 00 41 72 63 68 69 76 73 70 65 7A 69 61 6C 69 73
- 74 69 6E 02 00 00 33 2B 02 00 00 48 43 0F 00 00
- 4D 69 74 67 6C 69 65 64 20 64 65 72 20 47 4C 13
- 00 00 41 64 76 65 72 74 69 73 69 6E 67 20 4D 61
- 6E 61 67 65 72 02 00 00 32 35 0C 00 00 50 34 30
- 30 20 53 75 70 70 6F 72 74 12 00 00 49 6E 74 65
- 72 6E 61 74 2E 20 54 72 61 6E 73 66 65 72 01 00
- 00 47 19 00 00 44 65 70 2E 43 68 69 65 66 45 78
- 65 63 75 74 69 76 65 4F 66 66 69 63 65 72 10 00
- 00 50 72 E4 73 69 64 65 6E 74 20 64 65 72 20 47
- 4C 0D 00 00 47 72 75 70 70 65 6E 6C 65 69 74 65
- 72 02 00 00 43 59 15 00 00 46 FC 68 72 75 6E 67
- 73 75 6E 74 65 72 73 74 FC 74 7A 75 6E 67 0C 00
- 00 43 49 2D 41 73 73 69 73 74 61 6E 74 06 00 00
- 32 30 30 30 30 39 03 00 00 37 32 30 10 00 00 48
- 65 61 64 20 6F 66 20 47 72 6F 75 70 20 49 41 02
- 00 00 53 54 19 00 00 49 6E 74 65 72 6E 2E 47 72
- 61 64 75 61 74 65 20 50 72 6F 67 2E 4D 67 74 2E
- 18 00 00 53 79 73 74 65 6D 76 65 72 61 6E 74 77
- 6F 72 74 6C 2E 20 50 49 4C 41 53 00 00 00 0A 00
- 00 33 35 33 2D 59 54 38 31 33 30 19 00 00 50 72
- 69 63 69 6E 67 20 41 63 74 75 61 72 69 61 6C 20
- 41 6E 61 6C 79 73 74 19 00 00 54 65 63 68 6E 69
- 63 61 6C 20 43 6C 61 69 6D 73 20 43 6F 6E 73 75
- 6C 74 2E 18 00 00 47 72 75 70 70 65 6E 6C 65 69
- 74 65 72 69 6E 20 43 61 73 75 61 6C 74 79 19 00
- 00 41 73 73 69 73 74 61 6E 74 20 47 72 6F 75 70
- 20 50 4D 20 4D 61 72 69 6E 65 0E 00 00 44 65 62
- 74 20 43 6F 6C 6C 65 63 74 6F 72 10 00 00 45 78
- 70 65 72 74 65 20 45 72 64 62 65 62 65 6E 15 00
- 00 47 72 6F 75 70 20 4C 69 61 69 73 6F 6E 20 4F
- 66 66 69 63 65 72 15 00 00 48 65 61 64 20 41 75
- 64 69 74 2F 49 6E 73 70 65 63 74 69 6F 6E 18 00
- 00 48 65 61 64 20 6F 66 20 43 6C 61 69 6D 73 20
- 26 20 43 2E 20 4D 67 74 2E 08 00 00 42 65 72 6D
- 75 64 61 73 04 00 00 4E 45 49 4E 1C 00 00 53 65
- 63 72 65 74 61 72 79 20 69 6E 20 4E 65 77 20 59
- 6F 72 6B 20 4F 66 66 69 63 65 02 00 00 31 32 01
- 00 00 31 03 00 00 32 32 30 02 00 00 31 30 15 00
- 00 54 65 6C 65 6D 61 74 69 6B 2D 53 75 70 70 6F
- 72 74 65 72 69 6E 13 00 00 54 4C 20 54 65 6C 65
- 6D 61 74 69 6B 73 75 70 70 6F 72 74 19 00 00 55
- 53 20 47 41 41 50 2D 50 72 6F 6A 65 6B 74 6C 65
- 69 74 65 72 20 53 52 5A 02 00 00 32 2D 09 00 00
- 41 73 73 69 73 74 65 6E 74 0D 00 00 42 57 20 45
- 78 70 65 72 74 65 20 43 4F 19 00 00 52 61 74 69
- 6E 67 20 41 67 65 6E 63 79 20 43 6F 6F 72 64 69
- 6E 61 74 6F 72 0F 00 00 50 72 6F 6A 65 6B 74 6C
- 65 69 74 65 72 69 6E 14 00 00 53 65 6E 69 6F 72
- 20 41 63 63 6F 75 6E 74 61 6E 74 20 51 41 14 00
- 00 53 65 6E 69 6F 72 20 4C 65 67 61 6C 20 41 64
- 76 69 73 65 72 16 00 00 53 65 6E 69 6F 72 20 50
- 72 6F 6A 65 63 74 20 4D 61 6E 61 67 65 72 13 00
- 00 41 73 73 69 73 74 61 6E 74 20 55 57 20 4D 61
- 72 69 6E 65                                    
diff --git a/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR1 b/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR1
deleted file mode 100755 (executable)
index 359e3b4..0000000
+++ /dev/null
@@ -1,514 +0,0 @@
-             3C 00 18 20 10 00 00 42 75 73 69 6E
- 65 73 73 20 53 75 70 70 6F 72 74 03 00 00 49 45
- 50 15 00 00 43 6F 75 6E 74 72 79 20 48 65 61 64
- 20 43 6F 6C 6F 6D 62 69 61 03 00 00 59 45 53 02
- 00 00 43 31 01 00 00 59 04 00 00 31 2E 30 30 02
- 00 00 43 34 02 00 00 43 35 01 00 00 20 02 00 00
- 43 37 02 00 00 43 38 02 00 00 43 39 03 00 00 43
- 31 30 03 00 00 43 31 31 13 00 00 4D 61 72 69 6E
- 65 20 52 69 73 6B 20 41 6E 61 6C 79 73 74 03 00
- 00 43 31 32 03 00 00 43 31 33 03 00 00 43 31 34
- 03 00 00 43 31 35 03 00 00 43 31 36 03 00 00 43
- 31 37 03 00 00 43 31 38 03 00 00 43 32 30 03 00
- 00 43 32 31 03 00 00 43 32 32 03 00 00 43 32 33
- 03 00 00 43 32 34 03 00 00 43 32 35 03 00 00 43
- 32 36 03 00 00 43 32 37 12 00 00 54 65 63 68 6E
- 69 63 61 6C 20 44 69 72 65 63 74 6F 72 03 00 00
- 43 32 38 03 00 00 43 32 39 03 00 00 43 33 30 03
- 00 00 43 33 31 09 00 00 35 2F 30 33 2F 31 39 36
- 31 03 00 00 43 33 32 03 00 00 43 33 33 03 00 00
- 43 33 34 03 00 00 43 33 35 03 00 00 43 33 36 03
- 00 00 43 33 37 03 00 00 43 33 38 03 00 00 43 33
- 39 03 00 00 43 34 30 03 00 00 43 34 31 0A 00 00
- 31 30 2E 31 32 2E 31 39 35 31 0A 00 00 31 35 2E
- 30 31 2E 31 39 39 36 01 00 00 66 0A 00 00 32 37
- 2E 30 31 2E 31 39 35 33 0A 00 00 30 39 2E 30 35
- 2E 31 39 39 35 01 00 00 6D 0A 00 00 30 36 2E 30
- 34 2E 31 39 36 37 0A 00 00 30 31 2E 30 31 2E 31
- 39 39 39 0A 00 00 31 37 2E 30 38 2E 31 39 35 35
- 0A 00 00 30 31 2E 31 32 2E 31 39 39 35 0A 00 00
- 32 30 2E 30 31 2E 31 39 37 33 0A 00 00 31 35 2E
- 30 39 2E 31 39 39 37 0A 00 00 30 34 2E 31 31 2E
- 31 39 35 39 0A 00 00 30 38 2E 31 31 2E 31 39 39
- 36 01 00 00 35 0A 00 00 31 35 2E 30 36 2E 31 39
- 37 31 0A 00 00 30 31 2E 30 39 2E 31 39 39 39 0A
- 00 00 32 30 2E 30 38 2E 31 39 37 30 0A 00 00 32
- 38 2E 30 38 2E 31 39 39 35 0A 00 00 31 30 2E 30
- 39 2E 31 39 35 35 0A 00 00 30 31 2E 30 38 2E 32
- 30 30 30 0A 00 00 31 38 2E 30 38 2E 31 39 36 35
- 0A 00 00 32 32 2E 30 37 2E 31 39 39 32 0A 00 00
- 32 34 2E 30 39 2E 31 39 35 36 0A 00 00 32 30 2E
- 31 30 2E 31 39 39 37 16 00 00 48 52 20 26 20 4C
- 6F 67 69 73 74 69 63 73 20 4D 61 6E 61 67 65 72
- 0A 00 00 32 38 2E 30 37 2E 31 39 36 33 0A 00 00
- 30 31 2E 31 30 2E 31 39 39 39 04 00 00 33 35 35
- 35 04 00 00 33 35 35 36 04 00 00 33 35 37 32 19
- 00 00 53 65 6E 2E 20 4C 65 67 61 6C 20 43 6C 61
- 69 6D 73 20 43 6F 75 6E 73 65 6C 04 00 00 33 35
- 37 33 0F 00 00 53 70 65 7A 69 61 6C 61 75 66 67
- 61 62 65 6E 04 00 00 33 35 38 37 04 00 00 33 36
- 31 34 19 00 00 43 6F 6D 6D 75 6E 69 63 61 74 69
- 6F 6E 73 20 43 6F 6E 73 75 6C 74 61 6E 74 04 00
- 00 33 36 32 31 04 00 00 33 36 32 32 14 00 00 47
- 72 6C 2E 20 4B 6F 70 69 65 72 7A 65 6E 74 72 61
- 6C 65 6E 04 00 00 33 36 32 38 04 00 00 33 36 33
- 35 11 00 00 48 65 61 64 20 6F 66 20 49 41 20 5A
- 75 72 69 63 68 04 00 00 33 36 33 36 0D 00 00 47
- 72 6C 2E 20 48 61 72 64 77 61 72 65 04 00 00 33
- 36 34 39 0D 00 00 44 6F 63 75 6D 65 6E 74 61 6C
- 69 73 74 04 00 00 33 36 37 31 11 00 00 43 6F 72
- 70 6F 72 61 74 65 20 41 63 74 75 61 72 79 04 00
- 00 33 36 37 36 0D 00 00 48 65 61 64 20 6F 66 20
- 4C 45 2F 41 53 04 00 00 33 36 37 39 04 00 00 33
- 36 38 39 04 00 00 33 37 31 31 15 00 00 53 70 65
- 7A 69 61 6C 69 73 74 20 50 75 62 6C 69 73 68 69
- 6E 67 04 00 00 33 37 31 33 04 00 00 33 37 31 34
- 04 00 00 33 37 32 32 04 00 00 33 37 32 39 19 00
- 00 4C 65 69 74 65 72 20 50 6C 61 74 66 6F 72 6D
- 20 45 6E 67 69 6E 65 65 72 2E 04 00 00 33 37 33
- 30 13 00 00 4D 61 6E 2E 20 41 64 6D 69 6E 69 73
- 74 72 61 74 69 6F 6E 04 00 00 33 37 33 36 17 00
- 00 48 65 61 64 20 6F 66 20 4C 6F 67 2E 20 4F 70
- 65 72 61 74 69 6F 6E 73 04 00 00 33 37 34 30 04
- 00 00 33 37 34 33 17 00 00 55 6E 64 65 72 77 72
- 69 74 69 6E 67 20 43 6F 6E 73 75 6C 74 61 6E 74
- 04 00 00 33 37 34 38 04 00 00 33 37 35 31 04 00
- 00 33 37 36 32 04 00 00 33 37 36 34 06 00 00 42
- 6F 67 6F 74 61 01 00 00 52 04 00 00 33 37 36 35
- 0D 00 00 52 65 67 69 6F 6E 61 6C 20 48 65 61 64
- 04 00 00 33 37 36 38 10 00 00 55 6E 64 65 72 77
- 72 69 74 65 72 20 41 67 72 6F 04 00 00 33 37 38
- 33 04 00 00 33 37 38 38 11 00 00 42 65 74 72 69
- 65 62 73 73 63 68 72 65 69 6E 65 72 04 00 00 33
- 37 39 33 19 00 00 53 65 6E 2E 20 47 72 6F 75 70
- 77 61 72 65 20 43 6F 6E 73 75 6C 74 61 6E 74 04
- 00 00 33 37 39 38 12 00 00 46 61 63 68 62 65 72
- 65 69 63 68 73 6C 65 69 74 65 72 04 00 00 33 38
- 30 30 0C 00 00 42 75 63 68 68 61 6C 74 65 72 69
- 6E 04 00 00 33 38 30 37 19 00 00 47 72 75 70 70
- 65 6E 6C 65 69 74 65 72 20 45 6E 74 77 69 63 6B
- 6C 75 6E 67 04 00 00 33 38 31 31 0D 00 00 44 61
- 74 65 6E 74 79 70 69 73 74 69 6E 04 00 00 33 38
- 31 38 19 00 00 48 61 75 73 77 69 72 74 73 63 68
- 61 66 74 73 6D 69 74 61 72 62 65 69 74 2E 04 00
- 00 33 38 32 35 04 00 00 33 38 32 36 17 00 00 48
- 65 61 64 20 6F 66 20 47 72 6F 75 70 20 50 4D 20
- 43 72 65 64 69 74 04 00 00 33 38 32 38 0F 00 00
- 4D 65 64 69 63 61 6C 20 4F 66 66 69 63 65 72 04
- 00 00 33 38 35 31 04 00 00 33 38 35 32 04 00 00
- 33 38 37 30 04 00 00 33 38 37 36 19 00 00 4D 61
- 6E 2E 20 4C 65 67 61 6C 20 43 6C 61 69 6D 73 20
- 43 6F 75 6E 73 65 6C 04 00 00 33 38 38 36 04 00
- 00 33 38 38 37 0C 00 00 50 52 2D 42 65 72 61 74
- 65 72 69 6E 04 00 00 33 38 38 38 17 00 00 54 65
- 61 6D 6C 65 69 74 65 72 20 41 75 73 67 61 6E 67
- 73 70 6F 73 74 04 00 00 33 38 38 39 08 00 00 48
- 61 75 73 77 61 72 74 04 00 00 33 38 39 38 10 00
- 00 42 75 73 69 6E 65 73 73 20 41 6E 61 6C 79 73
- 74 04 00 00 33 38 39 39 19 00 00 53 65 63 74 2E
- 20 48 65 61 64 20 49 6E 76 2E 20 52 65 6C 61 74
- 69 6F 6E 73 04 00 00 33 39 30 37 17 00 00 47 72
- 6C 2E 20 52 5A 20 50 6C 61 6E 2E 2F 53 74 65 75
- 65 72 75 6E 67 04 00 00 33 39 32 38 17 00 00 47
- 72 6C 2E 20 57 6F 72 6B 73 74 61 74 69 6F 6E 20
- 45 6E 67 69 6E 2E 04 00 00 33 39 33 35 02 00 00
- 43 50 04 00 00 33 39 33 36 11 00 00 47 72 6C 2E
- 20 46 6C 75 74 2F 53 79 73 74 65 6D 65 04 00 00
- 33 39 35 32 04 00 00 33 39 35 35 04 00 00 33 39
- 36 39 04 00 00 33 39 37 37 13 00 00 42 4C 20 44
- 61 74 61 62 61 73 65 20 53 79 73 74 65 6D 73 04
- 00 00 33 39 38 30 04 00 00 33 39 38 33 04 00 00
- 33 39 38 36 04 00 00 33 39 38 39 04 00 00 33 39
- 39 30 14 00 00 47 72 6F 75 70 77 61 72 65 20 43
- 6F 6E 73 75 6C 74 61 6E 74 04 00 00 34 30 31 31
- 04 00 00 34 30 31 32 04 00 00 34 30 31 38 04 00
- 00 34 30 32 35 04 00 00 34 30 33 30 19 00 00 4F
- 70 65 72 61 74 72 69 63 65 20 4B 6F 70 69 65 72
- 7A 65 6E 74 72 61 6C 65 04 00 00 34 30 33 31 0E
- 00 00 55 6D 7A 75 67 73 66 61 63 68 6D 61 6E 6E
- 04 00 00 34 30 33 35 04 00 00 34 30 33 37 04 00
- 00 34 30 33 39 04 00 00 34 30 34 32 04 00 00 34
- 30 35 32 04 00 00 34 30 35 38 04 00 00 34 30 35
- 39 04 00 00 34 30 36 34 18 00 00 48 65 61 64 20
- 6F 66 20 53 75 70 70 6F 72 74 20 53 65 72 76 69
- 63 65 73 04 00 00 34 30 38 30 15 00 00 53 61 63
- 68 62 65 61 72 62 65 69 74 65 72 69 6E 20 46 69
- 62 75 04 00 00 34 30 38 31 04 00 00 34 30 38 32
- 17 00 00 4D 69 74 61 72 62 2E 20 53 69 63 68 65
- 72 68 65 69 74 73 6C 6F 67 65 02 00 00 49 43 04
- 00 00 34 30 38 36 04 00 00 34 30 39 36 04 00 00
- 34 31 30 35 04 00 00 34 31 30 36 04 00 00 34 31
- 30 38 13 00 00 53 75 70 70 6F 72 74 65 72 20 48
- 65 6C 70 20 44 65 73 6B 04 00 00 34 31 32 30 0D
- 00 00 57 65 62 2D 50 75 62 6C 69 73 68 65 72 05
- 00 00 31 31 36 39 35 01 00 00 4B 05 00 00 31 31
- 36 39 36 05 00 00 31 31 36 39 37 05 00 00 31 31
- 37 30 32 05 00 00 31 31 37 31 30 05 00 00 31 31
- 37 31 31 11 00 00 53 6F 66 74 77 61 72 65 20 45
- 6E 67 69 6E 65 65 72 05 00 00 31 31 37 31 32 05
- 00 00 31 31 37 32 34 05 00 00 31 31 37 33 30 19
- 00 00 50 72 6F 6A 65 63 74 6D 61 6E 61 67 65 72
- 20 52 FC 73 63 68 6C 69 6B 6F 6E 05 00 00 31 31
- 37 33 31 05 00 00 31 31 37 33 32 05 00 00 31 31
- 37 34 30 05 00 00 31 31 37 34 31 05 00 00 31 31
- 37 34 34 19 00 00 48 65 61 64 20 4F 70 65 72 61
- 74 69 6F 6E 73 20 52 FC 73 63 68 6C 69 6B 2E 05
- 00 00 31 31 37 34 35 14 00 00 47 72 6C 2E 20 43
- 6F 73 74 20 41 63 63 6F 75 6E 74 69 6E 67 05 00
- 00 31 31 37 34 37 05 00 00 31 31 37 35 31 05 00
- 00 31 31 37 35 38 05 00 00 31 31 37 36 37 05 00
- 00 31 31 37 37 33 05 00 00 31 31 37 37 37 05 00
- 00 31 31 37 37 38 16 00 00 54 4C 20 52 61 75 6D
- 62 65 77 69 72 74 73 63 68 61 66 74 75 6E 67 05
- 00 00 31 31 37 38 34 05 00 00 31 31 37 38 37 05
- 00 00 31 31 37 39 34 05 00 00 31 31 37 39 39 05
- 00 00 31 31 38 30 30 05 00 00 31 31 38 30 31 05
- 00 00 31 31 38 30 32 05 00 00 31 31 38 30 33 05
- 00 00 31 31 38 30 34 05 00 00 31 31 38 31 39 05
- 00 00 31 31 38 32 31 05 00 00 31 31 38 33 38 05
- 00 00 31 31 38 35 32 17 00 00 4A 75 6E 69 6F 72
- 20 42 75 73 69 6E 65 73 73 20 41 6E 61 6C 79 73
- 74 05 00 00 31 31 38 35 35 18 00 00 48 65 61 64
- 20 6F 66 20 52 69 73 6B 20 4D 65 61 73 2E 20 4D
- 65 74 68 2E 05 00 00 31 31 38 35 36 14 00 00 47
- 49 53 2F 46 6C 6F 6F 64 20 53 70 65 63 69 61 6C
- 69 73 74 05 00 00 31 31 38 35 38 05 00 00 31 31
- 38 36 32 10 00 00 46 6C 6F 6F 64 20 53 70 65 63
- 69 61 6C 69 73 74 05 00 00 31 31 38 38 38 05 00
- 00 31 31 38 39 34 05 00 00 31 31 38 39 39 05 00
- 00 31 31 39 31 30 0D 00 00 48 65 61 64 20 6F 66
- 20 4C 4E 2F 4E 4F 05 00 00 31 31 39 31 36 05 00
- 00 31 31 39 32 33 05 00 00 31 31 39 33 31 05 00
- 00 31 31 39 33 32 05 00 00 31 31 39 33 33 05 00
- 00 31 31 39 34 36 05 00 00 31 31 39 35 30 09 00
- 00 50 61 74 69 73 73 69 65 72 05 00 00 31 31 39
- 35 31 05 00 00 31 31 39 35 36 19 00 00 42 72 61
- 6E 64 4D 61 6E 61 67 65 72 20 43 6F 72 70 2E 43
- 6F 6D 6D 75 6E 2E 05 00 00 31 31 39 36 37 15 00
- 00 45 78 65 63 75 74 69 76 65 2D 48 6F 75 73 65
- 6B 65 65 70 65 72 05 00 00 31 31 39 36 39 19 00
- 00 52 65 73 74 2E 2B 42 61 6E 71 75 65 74 20 53
- 65 72 76 69 63 65 20 4D 67 72 05 00 00 31 31 39
- 37 30 05 00 00 31 31 39 37 31 05 00 00 31 31 39
- 37 38 05 00 00 31 31 39 38 37 14 00 00 53 61 63
- 68 62 65 61 72 62 65 69 74 65 72 20 4B 61 73 73
- 65 05 00 00 31 31 39 39 35 05 00 00 31 31 39 39
- 36 13 00 00 45 78 65 63 75 74 69 76 65 20 41 73
- 73 69 73 74 61 6E 74 05 00 00 31 32 30 30 30 04
- 00 00 34 35 36 34 04 00 00 34 35 37 31 04 00 00
- 34 35 37 36 04 00 00 34 35 39 32 0F 00 00 45 78
- 74 65 72 6E 65 72 20 4B 75 72 69 65 72 01 00 00
- 48 04 00 00 34 35 39 35 04 00 00 34 36 30 34 04
- 00 00 34 36 30 38 0F 00 00 52 75 6E 2D 6F 66 66
- 20 4D 61 6E 61 67 65 72 04 00 00 34 36 31 38 04
- 00 00 34 36 34 31 04 00 00 34 37 32 37 10 00 00
- 4D 69 74 61 72 62 65 69 74 65 72 49 6E 20 52 57
- 04 00 00 34 37 32 38 04 00 00 34 38 36 35 04 00
- 00 34 39 31 31 16 00 00 53 70 65 7A 2E 20 45 72
- 64 62 65 62 65 6E 2F 53 79 73 74 65 6D 65 04 00
- 00 34 39 33 33 04 00 00 34 39 33 34 04 00 00 34
- 39 33 35 04 00 00 34 39 33 38 04 00 00 34 39 35
- 31 13 00 00 54 4C 20 53 69 63 68 65 72 68 65 69
- 74 73 6C 6F 67 65 6E 04 00 00 34 39 35 38 04 00
- 00 34 39 37 30 14 00 00 53 70 61 6E 69 73 63 68
- FC 62 65 72 73 65 74 7A 65 72 69 6E 04 00 00 34
- 39 37 32 16 00 00 44 65 70 75 74 79 20 47 50 4D
- 20 45 6E 67 69 6E 65 65 72 69 6E 67 04 00 00 34
- 39 39 36 14 00 00 53 65 72 76 69 63 65 6D 69 74
- 61 72 62 65 69 74 65 72 69 6E 04 00 00 35 30 30
- 34 11 00 00 46 69 6E 61 6E 63 69 61 6C 20 4F 66
- 66 69 63 65 72 04 00 00 35 30 30 39 04 00 00 35
- 30 31 32 02 00 00 4A 4B 04 00 00 35 30 32 34 19
- 00 00 48 65 61 64 20 4D 61 72 6B 65 74 2E 26 41
- 63 74 2E 20 53 75 70 70 6F 72 74 04 00 00 35 30
- 32 36 17 00 00 55 57 20 46 61 63 75 6C 74 61 74
- 69 76 65 20 43 61 73 75 61 6C 74 79 04 00 00 35
- 30 33 31 17 00 00 54 65 61 6D 6C 65 69 74 65 72
- 20 45 69 6E 67 61 6E 67 73 70 6F 73 74 04 00 00
- 35 30 33 39 04 00 00 35 30 35 34 04 00 00 35 30
- 36 30 16 00 00 44 69 76 2E 20 4F 70 2E 20 4F 66
- 66 69 63 65 72 20 28 44 4F 4F 29 04 00 00 35 30
- 36 38 18 00 00 42 4C 20 47 72 6F 75 70 20 4F 66
- 66 69 63 65 20 53 65 72 76 69 63 65 73 04 00 00
- 35 30 37 35 18 00 00 43 6F 2D 65 64 69 74 6F 72
- 20 61 6E 64 20 64 61 74 61 20 73 70 65 63 2E 04
- 00 00 35 30 38 39 0A 00 00 41 63 63 6F 75 6E 74
- 61 6E 74 04 00 00 35 31 31 36 14 00 00 4D 61 6E
- 61 67 65 6D 65 6E 74 20 41 73 73 69 73 74 61 6E
- 74 04 00 00 35 31 33 34 12 00 00 52 69 73 69 6B
- 6F 73 70 65 7A 69 61 6C 69 73 74 69 6E 04 00 00
- 35 31 34 37 04 00 00 35 31 36 35 0C 00 00 46 61
- 63 68 2D 45 78 70 65 72 74 65 04 00 00 35 31 38
- 31 04 00 00 35 31 38 36 13 00 00 50 72 6F 6A 65
- 63 74 20 43 6F 6F 72 64 69 6E 61 74 6F 72 04 00
- 00 35 32 30 37 04 00 00 35 32 30 39 11 00 00 52
- 65 63 68 74 73 6B 6F 6E 73 75 6C 65 6E 74 69 6E
- 04 00 00 35 32 31 35 04 00 00 35 32 31 39 04 00
- 00 35 32 34 33 15 00 00 47 72 61 64 2E 44 65 76
- 65 6C 2E 4D 67 72 2E 52 FC 73 63 68 2E 04 00 00
- 35 32 35 31 19 00 00 53 79 73 74 65 6D 65 6E 74
- 77 69 63 6B 6C 65 72 20 46 61 63 68 61 62 74 2E
- 04 00 00 35 32 35 32 14 00 00 41 64 6D 69 6E 2E
- 20 4D 69 74 61 72 62 65 69 74 65 72 69 6E 04 00
- 00 35 32 36 33 0E 00 00 52 65 69 73 65 62 65 72
- 61 74 65 72 69 6E 04 00 00 35 32 36 35 13 00 00
- 54 72 61 69 6E 69 6E 67 20 43 6F 6E 73 75 6C 74
- 61 6E 74 04 00 00 35 32 36 37 18 00 00 49 6E 66
- 6F 72 6D 61 74 69 6F 6E 73 73 70 65 7A 69 61 6C
- 69 73 74 69 6E 04 00 00 35 32 37 32 19 00 00 48
- 65 61 64 20 6F 66 20 45 63 6F 6E 6F 6D 69 63 20
- 52 65 73 65 61 72 63 68 04 00 00 35 32 38 32 11
- 00 00 43 6C 69 65 6E 74 20 4D 61 6E 61 67 65 6D
- 65 6E 74 04 00 00 35 32 38 33 04 00 00 35 32 39
- 32 0C 00 00 52 65 69 73 65 62 65 72 61 74 65 72
- 04 00 00 35 32 39 33 17 00 00 48 75 6D 61 6E 20
- 52 65 73 6F 75 72 63 65 73 20 53 75 70 70 6F 72
- 74 04 00 00 35 32 39 35 13 00 00 45 78 65 63 75
- 74 69 76 65 20 53 65 63 72 65 74 61 72 79 04 00
- 00 35 32 39 38 04 00 00 35 32 39 39 04 00 00 35
- 33 30 33 14 00 00 54 65 61 6D 6C 65 69 74 65 72
- 20 52 E9 63 2E 20 45 6E 67 65 04 00 00 35 33 30
- 38 0B 00 00 41 73 73 69 73 74 65 6E 74 69 6E 04
- 00 00 35 33 30 39 0D 00 00 50 6F 73 74 61 73 73
- 69 73 74 65 6E 74 04 00 00 35 33 32 34 04 00 00
- 35 33 33 31 04 00 00 35 33 34 31 13 00 00 44 65
- 70 2E 20 48 65 61 64 20 53 65 63 72 65 74 61 72
- 79 04 00 00 35 33 34 35 04 00 00 35 33 35 31 04
- 00 00 35 33 35 33 0A 00 00 35 30 39 2D 33 34 35
- 30 33 64 09 00 00 35 30 39 2D 33 34 35 30 33 09
- 00 00 35 30 39 2D 33 34 35 30 34 09 00 00 35 30
- 39 2D 33 34 35 30 35 09 00 00 35 30 39 2D 33 34
- 35 30 36 09 00 00 35 30 39 2D 33 34 35 30 37 09
- 00 00 35 30 39 2D 33 34 35 30 38 09 00 00 35 30
- 39 2D 33 34 35 30 39 09 00 00 35 30 39 2D 33 34
- 35 31 30 09 00 00 35 30 39 2D 33 34 35 31 31 09
- 00 00 35 30 39 2D 33 34 35 31 32 09 00 00 35 30
- 39 2D 33 34 35 31 33 09 00 00 35 30 39 2D 33 34
- 35 31 34 09 00 00 35 30 39 2D 33 34 35 31 35 09
- 00 00 35 30 39 2D 33 34 35 31 36 09 00 00 35 30
- 39 2D 33 34 35 31 37 09 00 00 35 30 39 2D 33 34
- 35 31 38 09 00 00 35 30 39 2D 33 34 35 31 39 09
- 00 00 35 30 39 2D 33 34 35 32 30 09 00 00 35 30
- 39 2D 33 34 35 32 31 09 00 00 35 30 39 2D 33 34
- 35 32 32 09 00 00 35 30 39 2D 33 34 35 32 33 09
- 00 00 35 30 39 2D 33 34 35 32 34 09 00 00 35 30
- 39 2D 33 34 35 32 35 09 00 00 35 30 39 2D 33 34
- 35 32 36 09 00 00 35 30 39 2D 33 34 35 32 37 09
- 00 00 35 30 39 2D 33 34 35 32 38 09 00 00 35 30
- 39 2D 33 34 35 32 39 09 00 00 35 30 39 2D 33 34
- 35 33 30 09 00 00 35 30 39 2D 33 34 35 33 31 09
- 00 00 35 30 39 2D 33 34 35 33 32 09 00 00 35 30
- 39 2D 33 34 35 33 33 09 00 00 35 30 39 2D 33 34
- 35 33 34 09 00 00 35 30 39 2D 33 34 35 33 35 09
- 00 00 35 30 39 2D 33 34 35 33 36 09 00 00 35 30
- 39 2D 33 34 35 33 37 09 00 00 35 30 39 2D 33 34
- 35 33 38 09 00 00 35 30 39 2D 33 34 35 33 39 09
- 00 00 35 30 39 2D 33 34 35 34 30 09 00 00 35 30
- 39 2D 33 34 35 34 31 09 00 00 35 30 39 2D 33 34
- 35 34 32 09 00 00 35 30 39 2D 33 34 35 34 33 09
- 00 00 35 30 39 2D 33 34 35 34 34 09 00 00 35 30
- 39 2D 33 34 35 34 35 09 00 00 35 30 39 2D 33 34
- 35 34 36 09 00 00 35 30 39 2D 33 34 35 34 37 09
- 00 00 35 30 39 2D 33 34 35 34 38 09 00 00 35 30
- 39 2D 33 34 35 34 39 09 00 00 35 30 39 2D 33 34
- 35 35 30 09 00 00 35 30 39 2D 33 34 35 35 31 09
- 00 00 35 30 39 2D 33 34 35 35 32 09 00 00 35 30
- 39 2D 33 34 35 35 33 09 00 00 35 30 39 2D 33 34
- 35 35 34 09 00 00 35 30 39 2D 33 34 35 35 35 09
- 00 00 35 30 39 2D 33 34 35 35 36 09 00 00 35 30
- 39 2D 33 34 35 35 37 09 00 00 35 30 39 2D 33 34
- 35 35 38 09 00 00 35 30 39 2D 33 34 35 35 39 09
- 00 00 35 30 39 2D 33 34 35 36 30 09 00 00 35 30
- 39 2D 33 34 35 36 31 09 00 00 35 30 39 2D 33 34
- 35 36 32 09 00 00 35 30 39 2D 33 34 35 36 33 09
- 00 00 35 30 39 2D 33 34 35 36 34 09 00 00 35 30
- 39 2D 33 34 35 36 35 09 00 00 35 30 39 2D 33 34
- 35 36 36 09 00 00 35 30 39 2D 33 34 35 36 37 09
- 00 00 35 30 39 2D 33 34 35 36 38 09 00 00 35 30
- 39 2D 33 34 35 36 39 09 00 00 35 30 39 2D 33 34
- 35 37 30 09 00 00 35 30 39 2D 33 34 35 37 31 09
- 00 00 35 30 39 2D 33 34 35 37 32 09 00 00 35 30
- 39 2D 33 34 35 37 33 09 00 00 35 30 39 2D 33 34
- 35 37 34 09 00 00 35 30 39 2D 33 34 35 37 35 09
- 00 00 35 30 39 2D 33 34 35 37 36 09 00 00 35 30
- 39 2D 33 34 35 37 37 09 00 00 35 30 39 2D 33 34
- 35 37 38 09 00 00 35 30 39 2D 33 34 35 37 39 09
- 00 00 35 30 39 2D 33 34 35 38 30 09 00 00 35 30
- 39 2D 33 34 35 38 31 09 00 00 35 30 39 2D 33 34
- 35 38 32 09 00 00 35 30 39 2D 33 34 35 38 33 09
- 00 00 35 30 39 2D 33 34 35 38 34 09 00 00 35 30
- 39 2D 33 34 35 38 35 09 00 00 35 30 39 2D 33 34
- 35 38 36 09 00 00 35 30 39 2D 33 34 35 38 37 09
- 00 00 35 30 39 2D 33 34 35 38 38 09 00 00 35 30
- 39 2D 33 34 35 38 39 09 00 00 35 30 39 2D 33 34
- 35 39 30 09 00 00 35 30 39 2D 33 34 35 39 31 09
- 00 00 35 30 39 2D 33 34 35 39 32 09 00 00 35 30
- 39 2D 33 34 35 39 33 09 00 00 35 30 39 2D 33 34
- 35 39 34 09 00 00 35 30 39 2D 33 34 35 39 35 09
- 00 00 35 30 39 2D 33 34 35 39 36 09 00 00 35 30
- 39 2D 33 34 35 39 37 09 00 00 35 30 39 2D 33 34
- 35 39 38 09 00 00 35 30 39 2D 33 34 35 39 39 09
- 00 00 35 30 39 2D 33 34 36 30 30 09 00 00 35 30
- 39 2D 33 34 36 30 31 09 00 00 35 30 39 2D 33 34
- 36 30 32 09 00 00 35 30 39 2D 33 34 36 30 33 09
- 00 00 35 30 39 2D 33 34 36 30 34 09 00 00 35 30
- 39 2D 33 34 36 30 35 09 00 00 35 30 39 2D 33 34
- 36 30 36 09 00 00 35 30 39 2D 33 34 36 30 37 09
- 00 00 35 30 39 2D 33 34 36 30 38 09 00 00 35 30
- 39 2D 33 34 36 30 39 09 00 00 35 30 39 2D 33 34
- 36 31 30 09 00 00 35 30 39 2D 33 34 36 31 31 09
- 00 00 35 30 39 2D 33 34 36 31 32 09 00 00 35 30
- 39 2D 33 34 36 31 33 09 00 00 35 30 39 2D 33 34
- 36 31 34 09 00 00 35 30 39 2D 33 34 36 31 35 09
- 00 00 35 30 39 2D 33 34 36 31 36 09 00 00 35 30
- 39 2D 33 34 36 31 37 09 00 00 35 30 39 2D 33 34
- 36 31 38 09 00 00 35 30 39 2D 33 34 36 31 39 09
- 00 00 35 30 39 2D 33 34 36 32 30 09 00 00 35 30
- 39 2D 33 34 36 32 31 09 00 00 35 30 39 2D 33 34
- 36 32 32 09 00 00 35 30 39 2D 33 34 36 32 33 09
- 00 00 35 30 39 2D 33 34 36 32 34 09 00 00 35 30
- 39 2D 33 34 36 32 35 09 00 00 35 30 39 2D 33 34
- 36 32 36 09 00 00 35 30 39 2D 33 34 36 32 37 09
- 00 00 35 30 39 2D 33 34 36 32 38 09 00 00 35 30
- 39 2D 33 34 36 32 39 09 00 00 35 30 39 2D 33 34
- 36 33 30 09 00 00 35 30 39 2D 33 34 36 33 31 09
- 00 00 35 30 39 2D 33 34 36 33 32 09 00 00 35 30
- 39 2D 33 34 36 33 33 09 00 00 35 30 39 2D 33 34
- 36 33 34 09 00 00 35 30 39 2D 33 34 36 33 35 09
- 00 00 35 30 39 2D 33 34 36 33 36 09 00 00 35 30
- 39 2D 33 34 36 33 37 09 00 00 35 30 39 2D 33 34
- 36 33 38 09 00 00 35 30 39 2D 33 34 36 33 39 09
- 00 00 35 30 39 2D 33 34 36 34 30 09 00 00 35 30
- 39 2D 33 34 36 34 31 09 00 00 35 30 39 2D 33 34
- 36 34 32 09 00 00 35 30 39 2D 33 34 36 34 33 09
- 00 00 35 30 39 2D 33 34 36 34 34 09 00 00 35 30
- 39 2D 33 34 36 34 35 09 00 00 35 30 39 2D 33 34
- 36 34 36 09 00 00 35 30 39 2D 33 34 36 34 37 09
- 00 00 35 30 39 2D 33 34 36 34 38 09 00 00 35 30
- 39 2D 33 34 36 34 39 09 00 00 35 30 39 2D 33 34
- 36 35 30 09 00 00 35 30 39 2D 33 34 36 35 31 09
- 00 00 35 30 39 2D 33 34 36 35 32 09 00 00 35 30
- 39 2D 33 34 36 35 33 09 00 00 35 30 39 2D 33 34
- 36 35 34 03 00 00 73 64 66 0D 00 00 6D 79 20 73
- 75 70 65 72 76 69 73 6F 72 01 00 00 3F 08 00 00
- 78 78 78 79 79 79 32 33 0E 00 00 34 31 20 31 20
- 78 78 78 20 39 39 20 39 39 08 00 00 75 6E 68 6B
- 6E 6F 77 6E 05 00 00 68 65 75 74 65 0A 00 00 74
- 68 69 73 20 6D 6F 6E 74 68 11 00 00 6D 79 20 72
- 65 70 6F 72 74 69 6E 67 20 75 6E 69 74 05 00 00
- 49 74 61 6C 79 0C 00 00 75 73 64 20 33 33 33 33
- 33 2C 33 34 13 00 00 75 73 64 20 33 33 33 34 20
- 2B 20 47 50 44 20 33 33 34 35 06 00 00 6B 65 69
- 6E 65 72 07 00 00 33 31 2E 32 2E 36 33 03 00 00
- 20 43 48 04 00 00 38 34 38 31 04 00 00 38 34 38
- 34 04 00 00 38 34 39 31 04 00 00 38 34 39 33 02
- 00 00 53 56 04 00 00 38 34 39 34 19 00 00 44 65
- 70 2E 48 65 61 64 20 6F 66 20 49 6E 74 65 72 6C
- 69 6E 65 20 4D 67 74 04 00 00 38 35 30 30 04 00
- 00 38 35 30 35 04 00 00 38 35 31 33 04 00 00 38
- 35 31 34 04 00 00 38 35 31 37 04 00 00 38 35 31
- 38 04 00 00 38 35 32 38 04 00 00 38 35 32 39 04
- 00 00 38 35 33 30 04 00 00 38 35 33 33 04 00 00
- 38 35 33 34 04 00 00 38 35 34 31 04 00 00 38 35
- 34 33 04 00 00 38 35 34 35 15 00 00 53 70 65 63
- 69 61 6C 69 73 74 20 65 2D 43 6F 6D 6D 65 72 63
- 65 04 00 00 38 35 34 36 17 00 00 46 61 63 68 72
- 65 66 65 72 65 6E 74 69 6E 20 43 61 73 75 61 6C
- 74 79 04 00 00 38 35 34 38 03 00 00 5A 57 44 04
- 00 00 38 35 35 30 04 00 00 38 35 35 32 14 00 00
- 46 69 6E 61 6E 63 69 61 6C 20 41 63 63 6F 75 6E
- 74 61 6E 74 04 00 00 38 35 35 36 04 00 00 38 35
- 35 38 04 00 00 38 35 36 33 04 00 00 38 35 37 36
- 03 00 00 49 54 4C 04 00 00 38 35 38 32 04 00 00
- 38 35 38 37 13 00 00 53 70 65 7A 69 61 6C 69 73
- 74 20 45 72 64 62 65 62 65 6E 03 00 00 45 53 50
- 04 00 00 38 35 39 37 04 00 00 38 36 30 32 03 00
- 00 46 52 46 04 00 00 38 36 30 37 04 00 00 38 36
- 30 38 04 00 00 38 36 31 36 03 00 00 43 4E 59 04
- 00 00 38 36 32 30 03 00 00 48 4B 44 04 00 00 38
- 36 32 32 04 00 00 38 36 32 37 12 00 00 65 2D 61
- 6C 6C 69 61 6E 63 65 20 6D 61 6E 61 67 65 72 03
- 00 00 4B 52 57 04 00 00 38 36 33 33 04 00 00 38
- 36 33 38 0D 00 00 48 65 61 64 20 6F 66 20 4C 45
- 2F 42 49 04 00 00 38 36 34 30 04 00 00 38 36 34
- 35 03 00 00 54 57 44 04 00 00 38 36 34 36 04 00
- 00 38 36 36 33 13 00 00 50 72 6F 6A 65 6B 74 2D
- 41 73 73 69 73 74 65 6E 74 69 6E 04 00 00 38 36
- 36 34 04 00 00 38 36 36 36 04 00 00 38 36 36 39
- 04 00 00 38 36 37 37 0F 00 00 4C 69 66 65 20 4D
- 61 6E 61 67 65 72 20 48 4B 04 00 00 38 36 38 32
- 18 00 00 4D 65 6D 62 65 72 20 45 78 65 63 75 74
- 69 76 65 20 54 65 61 6D 20 45 55 02 00 00 4C 4C
- 04 00 00 38 36 39 36 0B 00 00 4B 56 2D 4C 65 68
- 72 6C 69 6E 67 04 00 00 38 36 39 37 04 00 00 38
- 36 39 39 04 00 00 38 37 30 30 04 00 00 38 37 30
- 31 03 00 00 44 45 4D 04 00 00 38 37 30 32 04 00
- 00 38 37 30 34 04 00 00 38 37 30 35 03 00 00 43
- 4F 50 04 00 00 38 37 30 36 04 00 00 38 37 30 37
- 04 00 00 38 37 31 30 04 00 00 38 37 31 32 0F 00
- 00 4D 65 64 69 61 20 41 73 73 69 73 74 61 6E 74
- 04 00 00 38 37 31 36 04 00 00 38 37 31 37 13 00
- 00 48 65 61 64 20 6F 66 20 4C 41 2F 4C 45 2F 4C
- 4E 20 49 54 03 00 00 42 45 46 04 00 00 38 37 32
- 31 13 00 00 4C 65 69 74 65 72 20 52 65 63 68 74
- 73 64 69 65 6E 73 74 04 00 00 38 37 32 37 04 00
- 00 38 37 32 38 04 00 00 38 37 34 32 03 00 00 56
- 45 42 04 00 00 38 37 34 33 04 00 00 38 37 34 34
- 04 00 00 38 37 35 39 16 00 00 53 70 65 7A 69 61
- 6C 69 73 74 20 53 74 75 72 6D 2F 4D 65 74 65 6F
- 04 00 00 38 37 36 30 04 00 00 38 37 36 32 04 00
- 00 38 37 36 38 04 00 00 38 37 37 35 04 00 00 38
- 37 37 39 04 00 00 38 37 38 36 19 00 00 48 65 61
- 64 20 4D 65 64 65 78 20 4D 6F 6E 69 74 6F 72 69
- 6E 67 55 6E 69 74 04 00 00 38 37 38 37 17 00 00
- 48 65 61 64 20 52 69 73 6B 20 4D 67 6D 74 20 26
- 20 4D 61 67 6E 75 6D 04 00 00 38 38 31 37 04 00
- 00 38 38 32 33 04 00 00 38 38 33 34 04 00 00 38
- 38 33 38 04 00 00 38 38 33 39 04 00 00 38 38 35
- 34 16 00 00 48 65 61 64 20 6F 66 20 47 6C 6F 62
- 61 6C 20 43 6C 69 65 6E 74 73 04 00 00 38 38 36
- 34 04 00 00 38 38 36 35 04 00 00 38 38 36 38 19
- 00 00 43 6C 61 69 6D 73 2F 50 6F 72 74 66 6F 6C
- 69 6F 20 41 73 73 2E 4D 61 6E 2E 04 00 00 38 38
- 37 38 14 00 00 54 65 61 6D 6C 65 69 74 65 72 69
- 6E 20 53 65 72 76 69 63 65 04 00 00 38 38 39 32
- 04 00 00 38 38 39 33 19 00 00 47 72 6C 2E 20 54
- 65 6C 65 6D 61 74 69 6B 2F 41 56 2D 54 65 63 68
- 6E 69 6B 04 00 00 38 38 39 34 0D 00 00 54 65 6C
- 65 6D 61 74 69 6B 65 72 69 6E 04 00 00 38 38 39
- 37 04 00 00 38 39 30 30 13 00 00 50 72 6F 67 72
- 61 6D 20 43 6F 6F 72 64 69 6E 61 74 6F 72 04 00
- 00 38 39 30 35 03 00 00 52 55 52 04 00 00 38 39
- 30 37 10 00 00 47 65 62 E4 75 64 65 74 65 63 68
- 6E 69 6B 65 72 04 00 00 38 39 31 30 04 00 00 38
- 39 31 32 15 00 00 53 74 6F 72 61 67 65 20 41 64
- 6D 69 6E 69 73 74 72 61 74 6F 72 04 00 00 38 39
- 32 35 04 00 00 38 39 33 37 14 00 00 52 65 67 69
- 6F 6E 61 6C 20 49 47 50 20 4D 61 6E 61 67 65 72
- 04 00 00 38 39 33 38 04 00 00 38 39 34 31 04 00
- 00 38 39 34 33 04 00 00 38 39 34 35 04 00 00 38
- 39 34 38 04 00 00 38 39 35 38 04 00 00 38 39 36
- 33 07 00 00 41 75 64 69 74 6F 72 04 00 00 38 39
- 36 34 04 00 00 39 30 38 30 18 00 00 49 6E 76 2E
- 20 50 72 6F 66 2E 2F 4C 65 67 61 6C 20 43 6F 75
- 6E 73 65 6C 04 00 00 39 30 38 31 04 00 00 39 30
- 38 35 04 00 00 39 31 30 37 0F 00 00 50 61 79 72
- 6F 6C 6C 20 53 75 70 70 6F 72 74 04 00 00 39 31
- 31 34 11 00 00 41 73 73 69 73 74 61 6E 74 20 41
- 63 74 75 61 72 79 03 00 00 35 38 34 04 00 00 39
- 31 31 38 04 00 00 39 31 32 31 04 00 00 39 31 34
- 35 16 00 00 41 73 73 2E 20 46 69 6E 61 6E 63 69
- 61 6C 20 4F 66 66 69 63 65 72 04 00 00 39 31 34
- 36 0C 00 00 4B 6F 63 68 6C 65 68 72 6C 69 6E 67
- 04 00 00 39 31 34 37 04 00 00 39 31 34 38 04 00
- 00 39 31 34 39 04 00 00 39 31 35 35 04 00 00 39
- 31 35 39 04 00 00 39 31 37 31 04 00 00 39 31 37
- 35 18 00 00 53 70 65 63 69 61 6C 20 41 73 73 69
- 67 2E 26 4C 6F 67 69 73 74 69 63 73 04 00 00 39
- 31 38 35 04 00 00 39 31 38 36 04 00 00 39 31 38
- 39 04 00 00 39 32 30 35 04 00 00 39 32 30 37 19
- 00 00 44 65 70 75 74 79 20 43 68 69 65 66 20 4D
- 65 64 69 63 61 6C 20 4F 66 66 2E 04 00 00 39 32
- 35 35 16 00 00 48 65 61 64 20 6F 66 20 49 6E 74
- 65 72 6C 69 6E 65 20 4D 67 74 2E 04 00 00 39 33
- 30 33 04 00 00 39 33 31 37 04 00 00 39 33 32 35
diff --git a/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR2 b/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR2
deleted file mode 100755 (executable)
index 05aa7e9..0000000
+++ /dev/null
@@ -1,515 +0,0 @@
- 3C 00 20 20 04 00 00 39 33 34 35 04 00 00 39 33
- 35 39 10 00 00 48 65 61 64 20 6F 66 20 49 41 20
- 4D 67 6D 74 2E 04 00 00 39 34 33 31 04 00 00 39
- 34 34 35 0A 00 00 49 54 20 53 75 70 70 6F 72 74
- 04 00 00 39 34 34 39 04 00 00 39 34 36 37 04 00
- 00 39 34 38 35 04 00 00 39 34 38 37 19 00 00 47
- 72 6C 2E 20 46 69 6E 61 6E 63 69 61 6C 20 41 63
- 63 6F 75 6E 74 69 6E 67 04 00 00 39 34 38 39 04
- 00 00 39 35 30 31 04 00 00 39 35 30 33 04 00 00
- 39 35 30 39 11 00 00 54 65 61 6D 6C 65 69 74 65
- 72 20 55 6D 7A FC 67 65 04 00 00 39 35 31 33 04
- 00 00 39 35 32 37 04 00 00 39 35 35 35 04 00 00
- 39 35 37 31 04 00 00 39 35 37 33 04 00 00 39 35
- 39 39 04 00 00 39 36 30 37 04 00 00 39 36 35 37
- 19 00 00 50 6F 72 74 75 67 69 65 73 69 73 63 68
- FC 62 65 72 73 65 74 7A 65 72 69 6E 04 00 00 39
- 36 35 39 0B 00 00 50 52 2D 52 65 64 61 6B 74 6F
- 72 04 00 00 39 36 38 37 18 00 00 55 6D 77 65 6C
- 74 73 63 68 75 74 7A 62 65 61 75 66 74 72 61 67
- 74 65 72 04 00 00 39 37 30 35 19 00 00 48 65 61
- 64 20 54 65 63 68 6E 2E 20 53 75 70 70 6F 72 74
- 20 4C 41 2F 49 54 04 00 00 39 37 31 33 04 00 00
- 39 37 32 33 16 00 00 48 65 61 6C 74 68 20 43 61
- 72 65 20 53 70 65 63 69 61 6C 69 73 74 04 00 00
- 39 37 33 31 04 00 00 39 37 34 39 0C 00 00 52 69
- 73 6B 20 41 6E 61 6C 79 73 74 04 00 00 39 37 35
- 35 04 00 00 39 37 35 39 04 00 00 39 37 36 33 04
- 00 00 39 38 32 35 14 00 00 4D 61 72 6B 65 74 69
- 6E 67 20 52 FC 73 63 68 6C 69 6B 6F 6E 04 00 00
- 39 38 33 35 16 00 00 46 69 6E 61 6E 63 2E 53 6F
- 6C 75 74 69 6F 6E 73 20 43 6F 6E 73 2E 04 00 00
- 39 38 33 39 04 00 00 39 38 36 35 04 00 00 39 38
- 36 39 19 00 00 50 72 6F 6A 65 6B 74 6C 2E 20 46
- 69 6E 2E 20 41 63 63 6F 75 6E 74 69 6E 67 04 00
- 00 39 38 38 33 13 00 00 48 52 2D 4D 49 53 20 55
- 73 65 72 20 53 75 70 70 6F 72 74 04 00 00 39 38
- 38 35 12 00 00 48 65 61 64 20 6F 66 20 43 6C 61
- 69 6D 73 20 4D 67 74 04 00 00 39 38 38 37 04 00
- 00 39 38 39 39 03 00 00 50 4C 5A 04 00 00 39 39
- 31 33 04 00 00 39 39 32 30 03 00 00 53 47 44 04
- 00 00 39 39 32 32 04 00 00 39 39 33 30 04 00 00
- 39 39 35 31 0E 00 00 4D 44 2D 41 73 73 69 73 74
- 65 6E 74 69 6E 04 00 00 39 39 35 33 04 00 00 39
- 39 36 31 19 00 00 47 72 6F 75 70 20 50 72 6F 64
- 2E 4D 61 6E 61 67 2E 43 61 73 75 61 6C 74 79 0D
- 00 00 4E 65 77 20 59 6F 72 6B 2C 20 55 53 41 04
- 00 00 39 39 36 33 04 00 00 39 39 37 33 04 00 00
- 39 39 37 35 04 00 00 39 39 38 36 05 00 00 31 30
- 30 31 38 05 00 00 31 30 30 32 34 05 00 00 31 30
- 30 32 36 05 00 00 31 30 30 32 39 05 00 00 31 30
- 30 33 31 05 00 00 31 30 30 34 33 19 00 00 50 72
- 6F 6A 27 6D 69 74 61 72 62 65 69 74 65 72 20 46
- 61 63 68 61 62 74 2E 05 00 00 31 30 30 34 37 05
- 00 00 31 30 30 35 39 05 00 00 31 30 30 36 33 05
- 00 00 31 30 30 36 39 05 00 00 31 30 30 37 31 03
- 00 00 4A 50 59 05 00 00 31 30 30 37 33 05 00 00
- 31 30 30 37 35 19 00 00 47 72 75 70 70 65 6E 6C
- 65 69 74 65 72 20 50 6F 73 74 64 69 65 6E 73 74
- 65 05 00 00 31 30 30 38 31 14 00 00 54 4C 20 47
- 65 62 E4 75 64 65 6D 61 6E 61 67 65 6D 65 6E 74
- 05 00 00 31 30 30 38 33 11 00 00 43 6C 61 69 6D
- 73 20 43 6F 6E 73 75 6C 74 61 6E 74 05 00 00 31
- 30 30 39 31 05 00 00 31 30 30 39 35 05 00 00 31
- 30 30 39 39 05 00 00 31 30 31 37 32 12 00 00 47
- 72 75 70 70 65 6E 6C 65 69 74 65 72 20 46 69 62
- 75 05 00 00 31 30 31 38 32 05 00 00 31 30 31 38
- 38 05 00 00 31 30 31 39 34 12 00 00 45 69 6E 72
- 69 63 68 74 75 6E 67 73 70 6C 61 6E 65 72 05 00
- 00 31 30 31 39 36 05 00 00 31 30 32 30 30 05 00
- 00 31 30 32 30 34 0D 00 00 49 47 50 20 41 73 73
- 6F 63 69 61 74 65 05 00 00 31 30 32 33 36 0F 00
- 00 50 72 6F 6A 65 63 74 20 4F 66 66 69 63 65 72
- 05 00 00 31 30 32 36 30 05 00 00 31 30 32 36 32
- 03 00 00 4E 4C 47 05 00 00 31 30 32 38 30 05 00
- 00 31 30 32 39 38 05 00 00 31 30 33 32 38 05 00
- 00 31 30 33 33 34 0E 00 00 44 65 70 75 74 79 20
- 48 65 61 64 20 43 58 05 00 00 31 30 33 33 38 05
- 00 00 31 30 33 35 30 05 00 00 31 30 33 37 30 05
- 00 00 31 30 33 37 34 13 00 00 4C 65 69 74 65 72
- 20 45 69 6E 6B 61 75 66 20 53 52 47 53 05 00 00
- 31 30 33 39 32 15 00 00 41 62 74 65 69 6C 75 6E
- 67 73 2D 53 65 6B 72 65 74 E4 72 69 6E 05 00 00
- 31 30 33 39 34 05 00 00 31 30 33 39 36 05 00 00
- 31 30 33 39 38 15 00 00 41 63 63 6F 75 6E 74 61
- 6E 74 20 47 72 6F 75 70 20 52 65 70 2E 05 00 00
- 31 30 34 30 30 05 00 00 31 30 34 33 31 05 00 00
- 31 30 35 30 37 05 00 00 31 30 35 32 37 05 00 00
- 31 30 35 35 32 05 00 00 31 30 35 35 36 05 00 00
- 31 30 35 35 37 18 00 00 43 68 69 65 66 20 41 63
- 63 6F 75 6E 74 69 6E 67 20 4F 66 66 69 63 65 72
- 12 00 00 4D 61 6E 2E 20 4C 65 67 61 6C 20 43 6F
- 75 6E 73 65 6C 04 00 00 34 31 33 32 11 00 00 50
- 4C 20 4B 6F 6E 73 6F 6C 69 64 69 65 72 75 6E 67
- 04 00 00 34 31 33 33 04 00 00 34 31 33 34 17 00
- 00 48 75 6D 61 6E 20 52 65 73 6F 75 72 63 65 73
- 20 4D 61 6E 61 67 65 72 04 00 00 34 31 35 30 04
- 00 00 34 31 35 37 04 00 00 34 31 36 37 13 00 00
- 53 65 6E 2E 20 46 69 6E 61 6E 63 69 61 6C 20 41
- 63 63 2E 04 00 00 34 32 30 35 04 00 00 34 32 30
- 38 13 00 00 53 65 63 72 65 74 61 72 79 2F 41 73
- 73 69 73 74 61 6E 74 04 00 00 34 32 31 39 04 00
- 00 34 32 32 37 04 00 00 34 32 32 39 10 00 00 43
- 6F 6D 6D 2E 20 53 70 65 63 69 61 6C 69 73 74 04
- 00 00 34 32 33 36 19 00 00 44 65 70 2E 48 65 61
- 64 20 52 4E 2F 48 65 61 64 20 43 61 74 53 75 70
- 70 2E 04 00 00 34 32 33 38 04 00 00 34 32 34 32
- 04 00 00 34 32 34 37 04 00 00 34 32 35 35 04 00
- 00 34 32 36 32 11 00 00 44 65 70 75 74 79 20 48
- 65 61 64 20 6F 66 20 49 46 04 00 00 34 32 36 39
- 16 00 00 53 65 72 76 69 63 65 66 61 63 68 6D 69
- 74 61 72 62 65 69 74 65 72 04 00 00 34 32 37 37
- 09 00 00 43 68 61 75 66 66 65 75 72 04 00 00 34
- 32 38 33 0E 00 00 52 E9 63 65 70 74 69 6F 6E 69
- 73 74 69 6E 04 00 00 34 32 38 34 02 00 00 4D 4D
- 04 00 00 34 32 38 39 13 00 00 53 65 6E 69 6F 72
- 20 52 69 73 6B 20 41 6E 61 6C 79 73 74 04 00 00
- 34 33 30 36 04 00 00 34 33 30 39 19 00 00 48 65
- 61 64 20 6F 66 20 43 6F 6E 74 72 61 63 74 20 53
- 65 72 76 69 63 65 73 04 00 00 34 33 31 36 15 00
- 00 43 6F 6D 6D 2E 20 41 73 73 2E 20 52 FC 73 63
- 68 6C 69 6B 6F 6E 04 00 00 34 33 33 31 04 00 00
- 34 33 33 32 18 00 00 47 72 6F 75 70 20 43 6F 6D
- 70 6C 69 61 6E 63 65 20 4F 66 66 69 63 65 72 04
- 00 00 34 33 34 32 02 00 00 56 4F 04 00 00 34 33
- 34 35 10 00 00 53 65 6E 69 6F 72 20 45 63 6F 6E
- 6F 6D 69 73 74 04 00 00 34 33 34 36 16 00 00 47
- 72 6C 2E 20 47 65 6E 65 72 61 6C 20 4C 65 64 67
- 65 72 20 5A 48 04 00 00 34 33 34 39 04 00 00 34
- 33 35 32 10 00 00 4D 65 64 69 61 20 43 6F 6E 73
- 75 6C 74 61 6E 74 04 00 00 34 33 35 39 14 00 00
- 47 72 61 66 69 73 63 68 65 20 53 61 63 68 62 65
- 61 72 62 2E 02 00 00 4C 48 04 00 00 34 33 36 32
- 14 00 00 50 72 6F 6A 65 63 74 73 20 53 52 41 20
- 48 6F 6C 64 69 6E 67 04 00 00 34 33 36 39 04 00
- 00 34 33 38 34 0D 00 00 41 63 63 6F 75 6E 74 69
- 6E 67 20 50 56 04 00 00 34 33 39 39 04 00 00 34
- 34 30 32 04 00 00 34 34 31 31 01 00 00 44 04 00
- 00 34 34 32 32 04 00 00 34 34 32 39 04 00 00 34
- 34 35 36 04 00 00 34 34 35 37 12 00 00 54 65 63
- 68 6E 2E 20 4D 69 74 61 72 62 65 69 74 65 72 04
- 00 00 34 34 35 38 16 00 00 54 65 61 6D 6C 65 69
- 74 65 72 20 53 70 6F 72 74 61 6E 6C 61 67 65 04
- 00 00 34 34 36 32 16 00 00 54 65 61 6D 6C 65 69
- 74 65 72 69 6E 20 52 E9 63 65 70 74 69 6F 6E 04
- 00 00 34 34 36 34 04 00 00 34 34 36 39 04 00 00
- 34 34 37 39 15 00 00 47 72 6C 2E 20 42 65 74 72
- 69 65 62 20 41 64 6C 69 73 77 69 6C 04 00 00 34
- 34 38 30 04 00 00 34 34 38 31 11 00 00 54 4C 20
- 42 65 74 72 69 65 62 73 64 69 65 6E 73 74 04 00
- 00 34 34 38 32 12 00 00 42 65 74 72 69 65 62 73
- 65 6C 65 6B 74 72 69 6B 65 72 04 00 00 34 34 39
- 32 11 00 00 45 78 65 63 75 74 69 76 65 20 53 75
- 70 70 6F 72 74 04 00 00 34 35 33 35 04 00 00 34
- 35 34 30 04 00 00 34 35 36 30 19 00 00 4C 65 61
- 72 6E 69 6E 67 26 44 65 76 65 6C 6F 70 2E 20 4D
- 61 6E 61 67 65 72 06 00 00 6D 79 6E 61 6D 65 0B
- 00 00 6D 79 66 69 72 73 74 6E 61 6D 65 04 00 00
- 37 38 37 35 19 00 00 53 65 6D 69 6E 61 72 20 26
- 20 54 72 61 69 6E 69 6E 67 20 43 6F 6F 72 64 2E
- 04 00 00 37 38 37 37 19 00 00 47 72 6F 75 70 20
- 4D 61 6E 61 67 65 6D 65 6E 74 20 44 65 76 65 6C
- 6F 70 2E 03 00 00 31 33 37 04 00 00 37 38 38 38
- 04 00 00 37 38 39 37 03 00 00 5A 41 52 04 00 00
- 37 39 31 32 18 00 00 48 65 61 64 20 6F 66 20 49
- 6E 66 6F 72 6D 61 74 69 6F 6E 20 4D 67 6D 74 04
- 00 00 37 39 31 35 04 00 00 37 39 31 39 04 00 00
- 37 39 34 36 04 00 00 37 39 35 32 04 00 00 37 39
- 36 36 04 00 00 37 39 39 36 04 00 00 38 30 30 32
- 04 00 00 38 30 30 36 04 00 00 38 30 30 37 04 00
- 00 38 30 31 30 04 00 00 38 30 33 33 04 00 00 38
- 30 33 38 0B 00 00 54 65 72 6D 69 6E 6F 6C 6F 67
- 65 04 00 00 38 30 34 32 04 00 00 38 30 34 34 04
- 00 00 38 30 35 32 04 00 00 38 30 35 33 04 00 00
- 38 30 35 39 04 00 00 38 30 36 35 0B 00 00 56 52
- 2D 53 65 6B 72 65 74 E4 72 04 00 00 38 30 38 32
- 04 00 00 38 30 38 35 04 00 00 38 30 38 36 19 00
- 00 50 6F 72 74 75 67 69 65 73 69 73 63 68 2D 55
- 65 62 65 72 73 65 74 7A 65 72 04 00 00 38 30 38
- 38 04 00 00 38 30 39 35 12 00 00 4F 70 65 72 61
- 74 69 6F 6E 73 20 4D 61 6E 61 67 65 72 04 00 00
- 38 31 30 31 18 00 00 47 72 6C 2E 20 52 61 75 6D
- 62 65 77 69 72 74 73 63 68 61 66 74 75 6E 67 04
- 00 00 38 31 30 34 04 00 00 38 31 30 35 04 00 00
- 38 31 30 37 13 00 00 48 65 61 64 20 6F 66 20 46
- 6C 6F 6F 64 20 47 72 6F 75 70 04 00 00 38 31 30
- 38 04 00 00 38 31 31 33 04 00 00 38 31 31 37 04
- 00 00 38 31 31 38 03 00 00 35 33 30 04 00 00 38
- 31 32 32 11 00 00 54 65 63 68 6E 69 63 61 6C 20
- 53 75 70 70 6F 72 74 04 00 00 38 31 33 39 04 00
- 00 38 31 34 33 04 00 00 38 31 34 35 19 00 00 48
- 65 61 64 20 6F 66 20 52 69 73 63 20 52 65 70 2F
- 53 74 65 65 72 69 6E 67 04 00 00 38 31 34 37 04
- 00 00 38 31 34 38 04 00 00 38 31 34 39 04 00 00
- 38 31 35 30 04 00 00 38 31 35 34 04 00 00 38 31
- 35 39 0D 00 00 43 6C 61 69 6D 73 20 45 78 70 65
- 72 74 04 00 00 38 31 37 30 04 00 00 38 31 38 37
- 18 00 00 48 65 61 64 20 6F 66 20 48 52 20 53 79
- 73 74 65 6D 73 26 43 6F 6D 70 2E 04 00 00 38 31
- 39 34 04 00 00 38 31 39 35 0C 00 00 49 54 2D 53
- 75 70 70 6F 72 74 65 72 04 00 00 38 31 39 37 04
- 00 00 38 31 39 38 0F 00 00 52 69 73 69 6B 6F 69
- 6E 67 65 6E 69 65 75 72 04 00 00 38 32 30 39 04
- 00 00 38 32 31 35 04 00 00 38 32 31 36 0D 00 00
- 49 54 2D 53 70 65 63 69 61 6C 69 73 74 04 00 00
- 38 32 32 37 18 00 00 53 61 63 68 62 2E 4B 75 6E
- 64 65 6E 67 65 73 63 68 2E 2F 50 75 62 6C 2E 04
- 00 00 38 32 33 30 04 00 00 38 32 33 34 04 00 00
- 38 32 33 37 04 00 00 38 32 33 39 07 00 00 43 6F
- 75 6E 74 72 79 08 00 00 44 69 76 69 73 69 6F 6E
- 0B 00 00 44 61 74 65 4F 66 42 69 72 74 68 0B 00
- 00 44 61 74 65 4F 66 45 6E 74 72 79 03 00 00 53
- 65 78 08 00 00 46 75 6E 63 74 69 6F 6E 0A 00 00
- 53 75 70 65 72 76 69 73 6F 72 08 00 00 43 75 72
- 72 65 6E 63 79 03 00 00 33 32 34 02 00 00 43 48
- 06 00 00 5A 75 72 69 63 68 01 00 00 50 02 00 00
- 49 53 02 00 00 43 53 03 00 00 32 39 32 01 00 00
- 4D 11 00 00 47 72 6C 2E 20 41 63 63 65 73 73 20
- 4D 67 6D 74 2E 02 00 00 4E 6F 03 00 00 55 53 44
- 01 00 00 30 02 00 00 50 45 03 00 00 32 39 38 16
- 00 00 53 65 6E 69 6F 72 20 53 79 73 74 65 6D 20
- 45 6E 67 69 6E 65 65 72 03 00 00 32 39 39 18 00
- 00 4D 65 6D 62 65 72 20 45 78 65 63 75 74 69 76
- 65 20 54 65 61 6D 20 49 54 01 00 00 4F 02 00 00
- 52 47 02 00 00 54 54 03 00 00 33 31 32 0F 00 00
- 54 65 6D 70 6F 72 61 72 79 20 73 74 61 66 66 01
- 00 00 51 02 00 00 42 4F 01 00 00 32 17 00 00 47
- 72 6F 75 70 20 4E 6F 6E 20 4C 69 66 65 20 52 65
- 69 6E 73 75 72 2E 02 00 00 36 31 10 00 00 41 73
- 73 69 73 74 65 6E 74 20 64 65 72 20 47 4C 01 00
- 00 4A 02 00 00 46 52 02 00 00 52 41 02 00 00 38
- 31 0E 00 00 53 65 6B 74 69 6F 6E 73 6C 65 69 74
- 65 72 02 00 00 48 53 02 00 00 43 4F 03 00 00 31
- 30 39 0F 00 00 50 61 79 72 6F 6C 6C 20 4D 61 6E
- 61 67 65 72 03 00 00 31 34 30 02 00 00 49 45 03
- 00 00 31 34 37 14 00 00 50 72 6F 6A 65 6B 74 2D
- 42 65 61 75 66 74 72 61 67 74 65 72 02 00 00 52
- 50 03 00 00 31 34 38 19 00 00 48 65 61 64 20 6F
- 66 20 47 72 6F 75 70 20 50 4D 20 50 72 6F 70 65
- 72 74 79 02 00 00 52 54 03 00 00 31 34 39 17 00
- 00 53 65 6E 2E 20 50 72 6F 64 75 63 74 20 53 70
- 65 63 69 61 6C 69 73 74 03 00 00 31 35 33 0B 00
- 00 44 65 70 75 74 79 20 48 65 61 64 02 00 00 52
- 4C 02 00 00 47 43 03 00 00 31 37 35 18 00 00 47
- 72 70 20 43 6C 61 69 6D 73 20 26 20 43 6F 6E 74
- 72 20 43 6F 6F 72 64 02 00 00 44 52 03 00 00 31
- 37 37 12 00 00 47 72 6F 75 70 20 44 61 74 61 20
- 4F 66 66 69 63 65 72 02 00 00 52 4E 02 00 00 52
- 45 03 00 00 31 38 34 13 00 00 4C 65 69 74 65 72
- 20 52 65 74 72 6F 2F 43 52 45 53 54 41 01 00 00
- 46 02 00 00 4C 41 02 00 00 49 54 03 00 00 32 36
- 32 17 00 00 53 65 6E 69 6F 72 20 41 70 70 6C 69
- 63 2E 20 45 6E 67 69 6E 65 65 72 02 00 00 46 44
- 03 00 00 32 36 35 03 00 00 32 36 37 02 00 00 4F
- 50 03 00 00 32 36 38 12 00 00 50 72 6F 64 75 63
- 74 69 6F 6E 20 50 6C 61 6E 6E 65 72 03 00 00 4D
- 58 4E 02 00 00 4D 53 03 00 00 32 36 39 0F 00 00
- 53 79 73 74 65 6D 20 45 6E 67 69 6E 65 65 72 03
- 00 00 32 37 35 0D 00 00 49 54 2D 43 6F 6E 73 75
- 6C 74 61 6E 74 03 00 00 32 38 30 02 00 00 49 4D
- 03 00 00 32 38 31 03 00 00 42 52 4C 03 00 00 32
- 38 36 0F 00 00 53 79 73 74 65 6D 20 42 65 74 72
- 65 75 65 72 12 00 00 47 72 6C 2E 20 53 79 73 74
- 65 6D 20 43 6F 6E 74 72 2E 03 00 00 33 32 36 02
- 00 00 43 52 03 00 00 33 33 35 17 00 00 41 63 63
- 6F 75 6E 74 61 6E 74 20 53 75 62 73 69 64 69 61
- 72 69 65 73 02 00 00 4C 4F 03 00 00 33 33 39 0E
- 00 00 41 4C 2D 41 73 73 69 73 74 65 6E 74 69 6E
- 02 00 00 43 44 03 00 00 33 34 30 15 00 00 43 6F
- 6E 73 75 6C 74 61 6E 74 20 4F 72 67 2E 20 54 6F
- 6F 6C 73 03 00 00 33 34 34 02 00 00 44 45 03 00
- 00 33 36 30 19 00 00 42 65 61 75 66 74 72 61 67
- 74 65 72 20 4A 75 6E 69 6F 72 20 50 6F 77 65 72
- 03 00 00 33 36 35 02 00 00 49 44 03 00 00 33 36
- 37 0A 00 00 53 65 6B 72 65 74 E4 72 69 6E 02 00
- 00 42 4C 03 00 00 33 37 35 17 00 00 42 65 74 72
- 69 65 62 73 74 65 63 68 6E 69 6B 65 72 20 48 4C
- 4B 4B 53 03 00 00 33 39 35 19 00 00 47 72 6C 2E
- 53 74 61 62 73 74 65 6C 6C 65 20 53 69 63 68 65
- 72 68 65 69 74 03 00 00 33 39 37 0F 00 00 50 6F
- 73 74 61 73 73 69 73 74 65 6E 74 69 6E 03 00 00
- 34 32 34 02 00 00 52 42 03 00 00 34 33 32 03 00
- 00 34 35 36 19 00 00 48 65 61 64 20 6F 66 20 49
- 6E 64 69 61 2F 4D 69 64 64 6C 65 20 45 61 73 74
- 02 00 00 42 53 03 00 00 34 36 32 0D 00 00 48 65
- 61 64 20 6F 66 20 4C 41 2F 42 53 02 00 00 4C 45
- 02 00 00 41 53 03 00 00 34 36 33 09 00 00 53 65
- 63 72 65 74 61 72 79 03 00 00 34 37 34 19 00 00
- 41 64 6D 69 6E 69 73 74 72 61 74 69 6F 6E 20 53
- 75 70 65 72 76 69 73 6F 72 02 00 00 4C 4E 03 00
- 00 34 38 30 03 00 00 34 38 35 19 00 00 53 65 6E
- 2E 20 55 6E 64 65 72 77 72 69 74 69 6E 67 20 43
- 6F 6E 73 75 6C 74 03 00 00 43 4F 42 03 00 00 34
- 38 36 02 00 00 46 53 03 00 00 34 38 37 19 00 00
- 48 65 61 64 20 6F 66 20 46 69 6E 61 6E 63 2E 20
- 53 6F 6C 75 74 69 6F 6E 73 03 00 00 35 30 36 03
- 00 00 35 31 33 02 00 00 4E 4F 03 00 00 35 36 38
- 16 00 00 53 65 6E 69 6F 72 20 41 63 63 6F 75 6E
- 74 20 4D 61 6E 61 67 65 72 02 00 00 52 52 02 00
- 00 52 4F 03 00 00 35 37 34 16 00 00 41 73 73 2E
- 20 4F 70 65 72 61 74 69 6F 6E 73 20 43 6F 6F 72
- 64 2E 03 00 00 35 37 39 03 00 00 36 30 30 03 00
- 00 36 30 35 19 00 00 42 75 73 69 6E 65 73 73 20
- 43 6F 6E 74 69 6E 75 69 74 79 20 4D 67 6D 74 2E
- 03 00 00 36 30 37 03 00 00 36 30 39 11 00 00 52
- 65 70 6F 72 74 69 6E 67 20 53 75 70 70 6F 72 74
- 01 00 00 4C 03 00 00 36 31 35 18 00 00 55 57 20
- 4D 61 6E 61 67 65 72 20 46 61 63 2E 20 43 61 73
- 75 61 6C 74 79 03 00 00 59 65 73 03 00 00 36 31
- 39 19 00 00 48 65 61 64 20 6F 66 20 4D 65 64 69
- 63 6F 2D 41 63 74 2E 20 53 65 72 76 2E 02 00 00
- 43 41 03 00 00 36 32 34 17 00 00 48 65 61 64 20
- 52 65 63 6F 72 64 73 20 4D 61 6E 61 67 65 6D 65
- 6E 74 04 00 00 32 30 34 34 02 00 00 52 43 03 00
- 00 36 33 33 16 00 00 47 72 75 70 70 65 6E 6C 65
- 69 74 65 72 20 43 61 73 75 61 6C 74 79 04 00 00
- 53 49 54 43 03 00 00 36 33 38 0B 00 00 4C 65 69
- 74 65 72 20 53 49 54 43 03 00 00 36 34 31 10 00
- 00 41 62 74 65 69 6C 75 6E 67 73 6C 65 69 74 65
- 72 03 00 00 36 38 35 0E 00 00 4C 65 69 74 65 72
- 20 53 74 61 62 20 4C 4F 02 00 00 4C 54 03 00 00
- 37 30 30 16 00 00 41 64 6D 69 6E 69 73 74 72 61
- 74 69 6F 6E 20 53 75 70 70 6F 72 74 03 00 00 37
- 31 35 0D 00 00 54 4C 20 48 61 75 73 64 69 65 6E
- 73 74 03 00 00 37 33 31 11 00 00 53 79 73 74 65
- 6D 20 43 6F 6E 74 72 6F 6C 6C 65 72 02 00 00 47
- 53 02 00 00 4B 48 03 00 00 37 34 33 14 00 00 4B
- FC 63 68 65 6E 6D 69 74 61 72 62 65 69 74 65 72
- 2F 69 6E 03 00 00 37 34 35 19 00 00 54 65 61 6D
- 6C 65 69 74 65 72 69 6E 20 4B 75 72 69 65 72 64
- 69 65 6E 73 74 03 00 00 37 35 37 04 00 00 4B 6F
- 63 68 03 00 00 37 36 31 18 00 00 53 65 72 76 69
- 63 65 66 61 63 68 6D 69 74 61 72 62 65 69 74 65
- 72 69 6E 03 00 00 37 39 33 19 00 00 52 6F 6F 6D
- 73 65 72 76 69 63 65 6D 69 74 61 72 62 65 69 74
- 65 72 2F 69 6E 03 00 00 38 39 36 03 00 00 39 31
- 30 0D 00 00 41 4C 2D 53 65 6B 72 65 74 E4 72 69
- 6E 03 00 00 39 32 37 10 00 00 53 61 63 68 62 65
- 61 72 62 65 69 74 65 72 69 6E 03 00 00 39 33 37
- 13 00 00 4C 65 69 74 65 72 20 47 65 67 65 6E 61
- 6C 69 6D 65 6E 74 03 00 00 39 37 36 17 00 00 50
- 4C 20 49 6E 66 72 61 73 74 72 75 63 74 75 72 65
- 20 50 72 6F 6A 2E 02 00 00 49 50 03 00 00 39 37
- 37 03 00 00 39 38 32 11 00 00 47 72 6C 2E 20 42
- 65 74 72 69 65 62 20 45 6E 67 65 04 00 00 31 30
- 31 33 10 00 00 54 72 61 69 6E 69 6E 67 20 4F 66
- 66 69 63 65 72 04 00 00 31 30 33 32 04 00 00 31
- 30 34 34 18 00 00 4C 65 69 74 65 72 20 42 65 74
- 72 69 65 62 2F 45 72 68 61 6C 74 75 6E 67 04 00
- 00 31 30 34 35 26 00 00 4D 65 6D 62 65 72 20 6F
- 66 20 74 68 65 20 50 4F 49 2D 48 53 53 46 20 45
- 78 65 63 75 74 69 76 65 20 42 6F 61 72 64 04 00
- 00 31 30 35 37 04 00 00 31 30 36 32 1E 00 00 44
- 65 70 75 74 79 20 43 68 69 65 66 20 45 78 65 63
- 75 74 69 76 65 20 4F 66 66 69 63 65 72 04 00 00
- 31 30 38 30 15 00 00 4C 65 69 74 65 72 20 41 6B
- 74 69 65 6E 72 65 67 69 73 74 65 72 04 00 00 31
- 30 38 31 02 00 00 46 4D 04 00 00 31 30 38 32 07
- 00 00 41 63 74 75 61 72 79 02 00 00 53 46 04 00
- 00 31 30 39 37 12 00 00 48 65 61 64 20 44 69 76
- 69 73 69 6F 6E 61 6C 20 48 52 04 00 00 31 30 39
- 39 19 00 00 48 65 61 64 20 6F 66 20 47 72 6F 75
- 70 20 50 4D 20 43 61 73 75 61 6C 74 79 02 00 00
- 49 4C 04 00 00 31 31 31 37 13 00 00 41 75 73 73
- 65 6E 73 74 65 6C 6C 65 6E 6C 65 69 74 65 72 04
- 00 00 31 34 34 38 04 00 00 31 34 35 36 0D 00 00
- 41 64 6D 69 6E 69 73 74 72 61 74 6F 72 04 00 00
- 31 34 36 30 0E 00 00 53 61 63 68 62 65 61 72 62
- 65 69 74 65 72 04 00 00 31 34 36 36 02 00 00 47
- 52 04 00 00 31 34 37 36 19 00 00 53 65 6B 74 69
- 6F 6E 73 6C 2E 20 47 72 70 2E 20 52 65 70 6F 72
- 74 69 6E 67 03 00 00 43 48 46 04 00 00 31 34 38
- 34 02 00 00 53 55 04 00 00 31 34 39 30 12 00 00
- 50 6C 61 6E 65 72 2F 4B 6F 6F 72 64 69 6E 61 74
- 6F 72 04 00 00 31 34 39 39 11 00 00 4C 65 69 74
- 65 72 20 4F 70 65 72 61 74 69 6F 6E 73 04 00 00
- 31 35 30 37 04 00 00 31 35 32 35 16 00 00 53 79
- 73 74 65 6D 20 50 72 6F 7A 65 73 73 20 4D 61 6E
- 61 67 65 72 04 00 00 31 35 34 31 02 00 00 52 59
- 02 00 00 52 4D 04 00 00 31 35 35 30 19 00 00 48
- 65 61 64 20 6F 66 20 52 69 73 6B 20 4D 67 74 20
- 53 65 72 76 69 63 65 73 02 00 00 54 43 04 00 00
- 31 35 35 32 04 00 00 31 35 37 32 12 00 00 55 73
- 65 72 20 41 64 6D 69 6E 69 73 74 72 61 74 6F 72
- 02 00 00 46 41 04 00 00 31 35 37 34 16 00 00 53
- 61 63 68 62 65 61 72 62 65 69 74 65 72 69 6E 20
- 4B 61 73 73 65 04 00 00 31 35 39 39 04 00 00 31
- 36 31 31 04 00 00 31 36 32 32 18 00 00 4D 65 6D
- 62 65 72 20 6F 66 20 4C 26 48 20 45 78 65 63 2E
- 42 6F 61 72 64 02 00 00 44 4D 04 00 00 31 36 32
- 33 12 00 00 47 72 6C 2E 20 44 72 75 63 6B 76 6F
- 72 73 74 75 66 65 02 00 00 49 4F 04 00 00 31 36
- 36 39 17 00 00 4B 6F 6E 7A 65 72 6E 2D 49 6E 66
- 6F 72 6D 2E 20 45 69 6E 6B 61 75 66 02 00 00 47
- 41 04 00 00 31 36 37 30 04 00 00 31 36 38 35 14
- 00 00 47 72 75 70 70 65 6E 6C 65 69 74 65 72 69
- 6E 20 46 69 62 75 04 00 00 31 37 30 32 04 00 00
- 31 37 30 39 04 00 00 31 37 32 35 14 00 00 46 61
- 63 68 73 70 65 7A 69 61 6C 69 73 74 20 52 65 74
- 72 6F 03 00 00 41 52 53 04 00 00 31 37 33 36 19
- 00 00 4D 61 6E 61 67 65 72 20 54 72 61 69 6E 69
- 6E 67 26 44 65 76 65 6C 6F 70 6D 04 00 00 31 37
- 34 39 0F 00 00 50 72 6F 6A 65 63 74 20 4D 61 6E
- 61 67 65 72 04 00 00 31 37 35 39 04 00 00 31 37
- 37 32 17 00 00 4F 70 65 72 61 74 6F 72 20 4B 6F
- 70 69 65 72 7A 65 6E 74 72 61 6C 65 04 00 00 31
- 37 38 38 04 00 00 31 38 30 32 02 00 00 43 4C 04
- 00 00 31 38 30 33 11 00 00 54 65 61 6D 20 4C 65
- 61 64 65 72 20 4B 56 2F 55 56 04 00 00 31 38 33
- 38 0D 00 00 50 72 6F 6A 65 6B 74 6C 65 69 74 65
- 72 02 00 00 49 52 04 00 00 31 38 35 36 04 00 00
- 31 38 36 37 13 00 00 53 61 63 68 62 65 61 72 62
- 65 69 74 65 72 69 6E 20 50 56 04 00 00 31 38 36
- 38 19 00 00 54 65 61 6D 6C 65 69 74 65 72 20 47
- 65 62 E4 75 64 65 74 65 63 68 6E 69 6B 04 00 00
- 31 38 39 31 18 00 00 42 65 72 65 69 63 68 73 6C
- 65 69 74 65 72 20 52 65 70 6F 72 74 69 6E 67 02
- 00 00 4C 43 04 00 00 31 39 30 30 12 00 00 53 65
- 6E 2E 20 4C 65 67 61 6C 20 43 6F 75 6E 73 65 6C
- 04 00 00 31 39 30 34 04 00 00 31 39 30 35 0D 00
- 00 52 61 75 6D 70 66 6C 65 67 65 72 69 6E 04 00
- 00 31 39 32 34 04 00 00 31 39 33 36 0A 00 00 49
- 6E 73 74 72 75 63 74 6F 72 04 00 00 31 39 33 39
- 19 00 00 4D 61 6E 61 67 65 72 20 54 72 61 69 6E
- 69 6E 67 20 43 6F 6E 63 65 70 74 73 01 00 00 57
- 02 00 00 50 49 04 00 00 31 39 34 32 11 00 00 50
- 6F 72 74 66 6F 6C 69 6F 20 4D 61 6E 61 67 65 72
- 04 00 00 31 39 35 31 0C 00 00 43 61 73 68 20 4D
- 61 6E 61 67 65 72 04 00 00 31 39 35 34 04 00 00
- 31 39 36 36 04 00 00 31 39 38 32 13 00 00 50 72
- 6F 64 75 63 74 73 2F 47 75 69 64 65 6C 69 6E 65
- 73 04 00 00 31 39 39 30 04 00 00 31 39 39 36 04
- 00 00 32 30 30 36 11 00 00 45 78 70 65 72 74 65
- 20 4B 61 74 61 6B 75 6D 75 6C 04 00 00 32 30 33
- 32 17 00 00 54 65 61 6D 6C 65 69 74 65 72 20 42
- 75 63 68 62 69 6E 64 65 72 65 69 04 00 00 32 30
- 33 34 16 00 00 50 72 6F 6A 65 6B 74 6C 65 69 74
- 65 72 20 46 61 63 68 61 62 74 2E 02 00 00 43 43
- 19 00 00 48 65 61 64 20 4D 65 64 69 61 20 43 6F
- 6D 6D 75 6E 69 63 61 74 69 6F 6E 73 04 00 00 32
- 30 36 30 02 00 00 52 58 02 00 00 41 4C 04 00 00
- 32 30 36 31 18 00 00 48 65 61 64 20 6F 66 20 43
- 49 52 4D 26 52 65 69 6E 2E 20 53 75 70 70 2E 04
- 00 00 32 30 36 33 04 00 00 32 30 36 37 19 00 00
- 4C 65 69 74 65 72 20 42 65 74 72 69 65 62 73 6C
- 69 65 67 65 6E 73 63 68 2E 02 00 00 49 58 04 00
- 00 32 30 37 31 04 00 00 32 30 37 37 15 00 00 49
- 6E 66 6F 72 6D 61 74 69 6B 20 43 6F 6E 73 75 6C
- 74 61 6E 74 04 00 00 32 30 38 30 13 00 00 53 65
- 63 72 65 74 61 72 79 20 44 69 76 2E 20 48 65 61
- 64 03 00 00 43 41 44 02 00 00 44 4F 04 00 00 32
- 30 38 32 19 00 00 48 65 61 64 20 44 69 73 63 6F
- 6E 74 69 6E 75 65 64 20 4F 70 65 72 61 74 2E 04
- 00 00 32 30 38 37 04 00 00 32 30 39 31 04 00 00
- 32 31 31 32 04 00 00 32 31 33 38 17 00 00 53 65
- 6E 69 6F 72 20 42 75 73 69 6E 65 73 73 20 41 6E
- 61 6C 79 73 74 04 00 00 32 31 34 33 04 00 00 32
- 31 34 39 17 00 00 52 65 67 69 6F 6E 61 6C 20 4D
- 61 6E 61 67 65 72 20 4C 26 48 20 4C 54 04 00 00
- 32 31 39 39 0E 00 00 43 6C 69 65 6E 74 20 4D 61
- 6E 61 67 65 72 04 00 00 32 32 31 31 18 00 00 4C
- 65 69 74 65 72 20 43 75 73 74 6F 6D 65 72 20 53
- 65 72 76 69 63 65 73 04 00 00 32 32 31 34 04 00
- 00 32 32 32 30 19 00 00 48 52 2D 4D 49 53 2D 26
- 20 50 34 30 30 2D 41 70 70 6C 69 63 61 74 69 6F
- 6E 04 00 00 32 32 32 37 13 00 00 54 65 63 68 6E
- 69 63 61 6C 20 53 75 70 70 6F 72 74 65 72 04 00
- 00 32 32 35 30 19 00 00 54 72 61 69 6E 69 6E 67
- 2D 20 26 20 50 72 6F 6A 65 63 74 6D 61 6E 61 67
- 2E 04 00 00 32 32 35 31 19 00 00 44 65 70 2E 48
- 65 61 64 20 6F 66 20 47 72 6F 75 70 20 50 4D 20
- 50 72 6F 70 04 00 00 32 32 35 33 13 00 00 47 72
- 6C 2E 20 47 6C 6F 62 61 6C 20 53 75 70 70 6F 72
- 74 04 00 00 32 32 39 35 11 00 00 54 4C 20 48 61
- 75 73 77 69 72 74 73 63 68 61 66 74 04 00 00 32
- 32 39 36 04 00 00 32 33 30 32 04 00 00 32 33 31
- 38 0D 00 00 52 69 73 69 6B 6F 65 78 70 65 72 74
- 65 04 00 00 32 33 32 33 04 00 00 32 33 32 35 04
- 00 00 32 33 33 32 04 00 00 32 33 34 31 19 00 00
- 41 63 63 6F 75 6E 74 61 6E 74 20 53 70 65 63 69
- 61 6C 20 42 75 73 69 6E 2E 04 00 00 32 33 37 37
- 11 00 00 50 72 6F 6A 65 6B 74 6C 65 69 74 65 72
- 20 4D 49 50 04 00 00 32 33 38 36 19 00 00 53 65
- 6E 2E 43 6C 61 69 6D 73 20 49 6E 66 2E 53 70 65
- 63 69 61 6C 69 73 74 04 00 00 32 34 32 37 16 00
- 00 47 72 6C 2E 20 49 6E 73 74 61 6C 6C 2E 20 53
- 65 72 76 69 63 65 73 04 00 00 32 34 33 36 17 00
- 00 48 65 61 64 20 6F 66 20 43 6C 61 69 6D 73 20
- 53 65 72 76 69 63 65 73 04 00 00 32 34 35 33 16
- 00 00 42 4C 20 47 72 6F 75 70 20 44 61 74 61 20
- 53 65 72 76 69 63 65 73 04 00 00 32 34 35 36 04
- 00 00 32 34 36 39 19 00 00 47 72 61 66 69 73 63
- 68 65 72 20 53 61 63 68 62 65 61 72 62 65 69 74
- 65 72 04 00 00 32 34 38 31 16 00 00 55 57 2F 50
- 72 6F 64 75 63 74 20 63 6F 6E 74 72 6F 6C 6C 69
- 6E 67 02 00 00 49 55 04 00 00 32 34 39 39 14 00
- 00 41 70 70 6C 69 63 61 74 69 6F 6E 20 45 6E 67
- 69 6E 65 65 72 04 00 00 32 35 32 32 04 00 00 32
- 35 34 30 0B 00 00 55 6E 64 65 72 77 72 69 74 65
- 72 04 00 00 32 35 34 35 04 00 00 32 35 36 34 04
- 00 00 32 35 36 35 04 00 00 32 35 36 36 04 00 00
- 32 35 37 33 04 00 00 32 35 38 30 15 00 00 46 61
- 63 68 72 65 66 65 72 65 6E 74 20 43 61 73 75 61
- 6C 74 79 02 00 00 43 42 04 00 00 32 35 38 31 10
- 00 00 49 6E 74 2E 20 41 73 73 69 67 6E 6D 65 6E
- 74 73 04 00 00 32 35 38 39 02 00 00 54 55 04 00
- 00 32 36 30 38 04 00 00 32 36 31 30 17 00 00 4C
- 65 69 74 65 72 69 6E 20 41 64 6D 69 6E 69 73 74
- 72 61 74 69 6F 6E 04 00 00 32 36 33 32 04 00 00
- 32 36 34 34 19 00 00 53 74 76 2E 20 4C 65 69 74
- 65 72 20 41 6B 74 69 65 6E 72 65 67 69 73 74 2E
- 04 00 00 32 36 34 35 04 00 00 32 36 35 33 19 00
- 00 47 72 75 70 70 65 6E 6C 65 69 74 65 72 20 52
- 65 69 73 65 64 69 65 6E 73 74 04 00 00 32 36 37
- 31 18 00 00 50 72 6F 6A 65 6B 74 6C 65 69 74 65
- 72 69 6E 20                                    
diff --git a/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR3 b/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR3
deleted file mode 100755 (executable)
index 461dfae..0000000
+++ /dev/null
@@ -1,515 +0,0 @@
-             3C 00 1C 20 00 46 61 63 68 61 62 74
- 2E 04 00 00 32 36 37 33 12 00 00 53 65 72 76 69
- 63 65 6D 69 74 61 72 62 65 69 74 65 72 04 00 00
- 32 36 37 34 04 00 00 32 36 38 34 04 00 00 32 37
- 31 31 18 00 00 4C 65 69 74 65 72 20 55 73 65 72
- 20 54 72 61 69 6E 2E 20 53 65 72 76 2E 04 00 00
- 32 37 31 37 0E 00 00 54 65 6C 65 6F 70 65 72 61
- 74 72 69 63 65 04 00 00 32 37 31 39 04 00 00 32
- 37 33 31 19 00 00 48 65 61 64 20 6F 66 20 52 65
- 69 6E 73 75 72 61 6E 63 65 20 54 6F 6F 6C 73 04
- 00 00 32 37 33 32 12 00 00 50 72 6F 64 75 63 74
- 20 43 6F 6E 74 72 6F 6C 6C 65 72 04 00 00 32 37
- 34 33 04 00 00 32 37 35 35 12 00 00 4F 70 65 72
- 61 74 69 6F 6E 73 20 4F 66 66 69 63 65 72 04 00
- 00 32 37 36 31 18 00 00 47 72 6C 2E 20 53 79 73
- 74 65 6D 20 41 64 6D 69 6E 69 73 74 72 61 74 2E
- 02 00 00 52 4B 04 00 00 32 37 36 38 16 00 00 48
- 65 61 64 20 6F 66 20 43 6F 6D 6D 75 6E 69 63 61
- 74 69 6F 6E 73 04 00 00 32 37 36 39 04 00 00 32
- 37 37 32 04 00 00 32 37 37 37 04 00 00 32 37 38
- 33 0D 00 00 47 4C 2D 53 65 6B 72 65 74 E4 72 69
- 6E 04 00 00 32 37 38 34 04 00 00 32 37 38 37 19
- 00 00 47 72 6C 2E 20 4E 57 20 52 65 73 65 61 72
- 63 68 2F 44 65 76 65 6C 6F 70 6D 04 00 00 32 37
- 38 38 04 00 00 32 37 38 39 13 00 00 52 65 69 6E
- 73 75 72 61 6E 63 65 20 41 6E 61 6C 79 73 74 04
- 00 00 32 38 30 37 11 00 00 44 65 70 75 74 79 20
- 48 65 61 64 20 6F 66 20 43 41 04 00 00 32 38 31
- 37 18 00 00 46 69 6E 2E 20 4D 61 72 6B 65 74 20
- 52 69 73 6B 20 41 6E 61 6C 79 73 74 04 00 00 32
- 38 31 38 19 00 00 44 65 70 2E 20 48 65 61 64 20
- 54 65 63 68 6E 2E 20 54 72 61 69 6E 69 6E 67 04
- 00 00 32 38 32 36 02 00 00 50 4F 04 00 00 32 38
- 32 39 18 00 00 50 72 6F 6A 65 63 74 20 4D 67 6D
- 74 2E 20 43 6F 6E 73 75 6C 74 61 6E 74 04 00 00
- 32 38 33 35 0C 00 00 52 E9 63 65 70 74 69 6F 6E
- 69 73 74 04 00 00 32 38 33 36 04 00 00 32 38 33
- 37 13 00 00 53 74 76 2E 20 53 65 6B 74 69 6F 6E
- 73 6C 65 69 74 65 72 04 00 00 32 38 34 37 14 00
- 00 54 65 63 68 6E 69 63 61 6C 20 41 63 63 6F 75
- 6E 74 61 6E 74 02 00 00 52 55 04 00 00 32 38 35
- 32 0E 00 00 43 68 69 65 66 20 45 6E 67 69 6E 65
- 65 72 04 00 00 32 38 35 34 19 00 00 48 65 61 64
- 20 6F 66 20 47 72 6F 75 70 20 50 4D 20 45 6E 67
- 69 6E 65 65 2E 04 00 00 32 38 36 33 19 00 00 54
- 4C 20 48 61 75 73 2D 20 26 20 42 65 74 72 69 65
- 62 73 64 69 65 6E 73 74 04 00 00 32 38 39 32 0C
- 00 00 41 56 2D 54 65 63 68 6E 69 6B 65 72 04 00
- 00 32 38 39 39 0F 00 00 42 65 74 72 69 65 62 73
- 67 E4 72 74 6E 65 72 04 00 00 32 39 32 35 19 00
- 00 48 65 61 64 20 6F 66 20 4C 65 67 61 6C 26 43
- 6C 61 69 6D 73 20 53 65 72 76 02 00 00 43 58 04
- 00 00 32 39 32 39 0E 00 00 48 65 61 64 20 6F 66
- 20 45 76 65 6E 74 73 04 00 00 32 39 33 31 0A 00
- 00 43 6F 6E 74 72 6F 6C 6C 65 72 04 00 00 32 39
- 33 32 04 00 00 32 39 33 33 04 00 00 32 39 34 30
- 14 00 00 50 4C 20 52 56 2D 54 65 63 68 6E 2E 20
- 53 79 73 74 65 6D 65 04 00 00 32 39 34 31 0C 00
- 00 4C 65 69 74 65 72 20 4B 61 73 73 65 04 00 00
- 32 39 35 38 02 00 00 48 52 04 00 00 32 39 36 35
- 19 00 00 48 75 6D 61 6E 20 52 65 73 6F 75 72 63
- 65 73 20 41 73 73 69 73 74 61 6E 74 04 00 00 32
- 39 36 38 19 00 00 48 65 61 64 20 4D 61 72 6B 65
- 74 69 6E 67 20 52 FC 73 63 68 6C 69 6B 6F 6E 04
- 00 00 32 39 37 33 14 00 00 43 6F 75 72 73 65 20
- 41 64 6D 69 6E 69 73 74 72 61 74 6F 72 04 00 00
- 32 39 38 31 13 00 00 4D 61 72 6B 65 74 69 6E 67
- 20 41 73 73 69 73 74 61 6E 74 02 00 00 44 43 04
- 00 00 32 39 38 34 0E 00 00 42 65 72 65 69 63 68
- 73 6C 65 69 74 65 72 04 00 00 32 39 38 38 15 00
- 00 53 65 6E 69 6F 72 20 52 65 69 6E 73 2E 20 41
- 6E 61 6C 79 73 74 04 00 00 32 39 39 37 12 00 00
- 50 72 6F 6A 65 63 74 20 4C 65 61 64 65 72 20 46
- 53 41 04 00 00 32 39 39 38 04 00 00 33 30 30 31
- 04 00 00 33 30 31 32 0E 00 00 54 65 61 6D 20 4C
- 65 61 64 65 72 20 46 54 01 00 00 42 04 00 00 33
- 30 35 32 15 00 00 47 72 6C 2E 20 43 6F 72 70 6F
- 72 61 74 65 20 44 65 73 69 67 6E 04 00 00 33 30
- 35 38 17 00 00 55 57 20 46 61 63 75 6C 74 61 74
- 69 76 65 20 50 72 6F 70 65 72 74 79 04 00 00 33
- 30 36 32 02 00 00 46 43 04 00 00 33 30 37 37 0B
- 00 00 48 65 61 64 20 6F 66 20 43 4F 43 04 00 00
- 33 30 39 31 04 00 00 33 31 30 34 0F 00 00 47 65
- 73 63 68 E4 66 74 73 6C 65 69 74 65 72 04 00 00
- 33 31 31 35 04 00 00 33 31 33 34 04 00 00 33 31
- 33 37 19 00 00 53 65 6E 2E 41 63 63 6F 75 6E 74
- 61 6E 74 20 47 72 6F 75 70 20 52 65 70 2E 04 00
- 00 33 31 33 38 10 00 00 53 65 6B 74 69 6F 6E 73
- 6C 65 69 74 65 72 69 6E 04 00 00 33 31 34 37 04
- 00 00 33 31 35 35 04 00 00 33 31 35 36 19 00 00
- 48 65 61 64 20 6F 66 20 55 57 2F 50 72 6F 64 75
- 63 74 20 43 6F 6E 74 72 2E 04 00 00 33 31 37 34
- 04 00 00 33 31 38 37 04 00 00 33 31 39 37 02 00
- 00 49 42 04 00 00 33 32 32 34 02 00 00 49 46 04
- 00 00 33 32 32 36 17 00 00 49 6E 66 6F 72 6D 61
- 74 69 6F 6E 73 2D 53 70 65 7A 69 61 6C 69 73 74
- 04 00 00 33 32 32 38 12 00 00 50 6C 61 6E 6E 65
- 72 2F 43 6F 6E 74 72 6F 6C 6C 65 72 04 00 00 33
- 32 33 37 10 00 00 41 64 6D 69 6E 2E 20 41 73 73
- 69 73 74 61 6E 74 04 00 00 33 32 35 39 0F 00 00
- 43 6F 6F 72 64 69 6E 61 74 6F 72 20 42 43 4D 04
- 00 00 33 32 36 30 18 00 00 50 72 6F 70 65 72 74
- 79 20 50 72 6F 64 75 63 74 20 4D 61 6E 61 67 65
- 72 04 00 00 33 32 36 37 0B 00 00 43 4F 43 20 4D
- 61 6E 61 67 65 72 04 00 00 33 32 39 37 16 00 00
- 4C 65 69 74 65 72 20 49 6E 66 6F 72 6D 61 74 69
- 6B 20 53 74 61 62 04 00 00 33 33 30 34 19 00 00
- 41 73 73 69 73 74 61 6E 74 20 41 63 63 6F 75 6E
- 74 20 4D 61 6E 61 67 65 72 04 00 00 33 33 30 36
- 13 00 00 47 72 6C 2E 20 55 73 65 72 20 48 65 6C
- 70 20 44 65 73 6B 04 00 00 33 33 31 36 04 00 00
- 33 33 32 33 04 00 00 33 33 32 36 04 00 00 33 33
- 32 37 0F 00 00 41 63 63 6F 75 6E 74 20 4D 61 6E
- 61 67 65 72 04 00 00 33 33 32 38 04 00 00 33 33
- 33 33 01 00 00 45 04 00 00 33 33 34 32 18 00 00
- 48 65 61 64 20 6F 66 20 50 72 6F 64 2E 2F 47 75
- 69 64 65 6C 69 6E 65 73 04 00 00 33 33 34 39 04
- 00 00 33 33 35 30 04 00 00 33 33 35 31 04 00 00
- 33 33 35 34 14 00 00 45 69 6E 72 69 63 68 74 75
- 6E 67 73 70 6C 61 6E 65 72 69 6E 04 00 00 33 33
- 36 30 02 00 00 42 49 04 00 00 33 33 36 32 04 00
- 00 33 33 37 36 04 00 00 33 33 37 39 04 00 00 33
- 33 38 31 04 00 00 33 34 32 31 14 00 00 48 65 61
- 64 20 6F 66 20 50 72 69 63 69 6E 67 2F 44 61 74
- 61 04 00 00 33 34 36 34 19 00 00 48 65 61 64 20
- 47 72 70 2E 20 4D 61 72 6B 65 74 43 6F 6D 6D 75
- 6E 69 63 2E 04 00 00 33 34 36 38 04 00 00 33 34
- 36 39 19 00 00 42 4C 20 44 61 74 61 20 43 6F 6D
- 6D 75 6E 69 63 2E 20 53 79 73 74 65 6D 73 04 00
- 00 33 34 37 31 16 00 00 4C 69 6E 67 65 72 69 65
- 6D 69 74 61 72 62 65 69 74 65 72 2F 69 6E 04 00
- 00 33 34 38 35 16 00 00 53 61 63 68 62 65 61 72
- 62 2E 20 50 6F 73 74 64 69 65 6E 73 74 65 04 00
- 00 33 34 38 38 11 00 00 43 6C 61 69 6D 73 20 4D
- 61 6E 61 67 65 6D 65 6E 74 04 00 00 33 34 39 30
- 17 00 00 54 65 63 68 6E 69 73 63 68 65 72 20 4D
- 69 74 61 72 62 65 69 74 65 72 04 00 00 33 34 39
- 31 0D 00 00 42 65 74 72 69 65 62 73 6D 61 6C 65
- 72 04 00 00 33 35 30 36 04 00 00 33 35 30 37 04
- 00 00 33 35 31 31 17 00 00 43 68 69 65 66 20 45
- 78 65 63 75 74 69 76 65 20 4F 66 66 69 63 65 72
- 04 00 00 33 35 32 30 04 00 00 33 35 32 38 11 00
- 00 42 65 74 72 69 65 62 73 74 65 63 68 6E 69 6B
- 65 72 04 00 00 33 35 33 30 04 00 00 33 35 33 32
- 02 00 00 49 41 04 00 00 33 35 34 30 0E 00 00 53
- 65 6E 69 6F 72 20 41 75 64 69 74 6F 72 04 00 00
- 33 35 34 33 12 00 00 50 72 6F 6A 65 6B 74 6D 69
- 74 61 72 62 65 69 74 65 72 04 00 00 33 35 34 36
- 05 00 00 38 30 34 33 30 20 00 00 52 65 73 65 61
- 72 63 68 20 49 6E 66 6F 72 6D 61 74 69 6F 6E 20
- 53 70 65 63 69 61 6C 69 73 74 2C 05 00 00 31 30
- 38 34 35 1E 00 00 47 72 6F 75 70 20 43 6C 61 69
- 6D 73 20 61 6E 64 20 43 6F 6E 74 72 61 63 74 20
- 4D 61 6E 61 05 00 00 31 31 31 34 33 05 00 00 38
- 31 38 31 39 12 00 00 52 65 73 65 61 72 63 68 20
- 41 73 73 69 73 74 61 6E 74 05 00 00 38 30 32 33
- 36 17 00 00 49 6E 66 6F 72 6D 61 74 69 6F 6E 20
- 53 70 65 63 69 61 6C 69 73 74 2C 05 00 00 31 32
- 34 31 37 03 00 00 33 35 33 02 00 00 53 47 09 00
- 00 53 69 6E 67 61 70 6F 72 65 03 00 00 31 35 30
- 15 00 00 47 65 6E 65 72 61 6C 20 41 64 6D 69 6E
- 69 73 74 72 61 74 6F 72 03 00 00 31 35 31 09 00
- 00 4D 65 73 73 65 6E 67 65 72 02 00 00 41 4F 02
- 00 00 54 52 02 00 00 37 33 19 00 00 4D 67 72 20
- 54 72 61 69 6E 2E 20 26 20 43 6C 69 65 6E 74 20
- 53 65 72 76 2E 02 00 00 41 43 02 00 00 4D 41 04
- 00 00 31 37 39 31 12 00 00 4D 61 72 69 6E 65 20
- 55 6E 64 65 72 77 72 69 74 65 72 02 00 00 54 57
- 06 00 00 54 61 69 70 65 69 03 00 00 32 32 35 06
- 00 00 44 72 69 76 65 72 02 00 00 4D 59 0C 00 00
- 4B 75 61 6C 61 20 4C 75 6D 70 75 72 03 00 00 33
- 34 36 12 00 00 41 63 63 6F 75 6E 74 73 20 45 78
- 65 63 75 74 69 76 65 02 00 00 41 4B 04 00 00 38
- 34 38 37 02 00 00 50 48 06 00 00 4D 61 6E 69 6C
- 61 03 00 00 33 36 39 17 00 00 45 6E 67 69 6E 65
- 65 72 69 6E 67 20 55 6E 64 65 72 77 72 69 74 65
- 72 04 00 00 39 33 37 39 18 00 00 41 63 74 75 61
- 72 2E 20 26 20 50 72 6F 64 2E 20 43 6F 6E 74 72
- 6F 6C 2E 04 00 00 36 30 35 31 05 00 00 31 32 31
- 39 37 19 00 00 53 65 6E 69 6F 72 20 45 6E 65 72
- 67 79 20 55 6E 64 65 72 77 72 69 74 65 72 04 00
- 00 36 33 36 33 0E 00 00 45 6E 67 69 6E 65 65 72
- 69 6E 67 20 55 57 05 00 00 31 30 35 31 35 15 00
- 00 50 72 6F 70 65 72 74 79 20 55 6E 74 65 72 77
- 72 69 74 69 6E 67 04 00 00 38 35 39 30 17 00 00
- 4F 70 65 72 61 74 69 6F 6E 61 6C 20 43 6F 6E 74
- 72 6F 6C 6C 69 6E 67 02 00 00 45 54 04 00 00 32
- 38 31 32 03 00 00 34 38 39 14 00 00 50 72 6F 70
- 65 72 74 79 20 55 6E 64 65 72 77 72 69 74 65 72
- 04 00 00 33 38 38 30 04 00 00 33 32 30 32 18 00
- 00 48 65 61 64 20 44 43 45 4F 2F 43 6F 6D 6D 75
- 6E 69 63 61 74 69 6F 6E 73 04 00 00 35 37 35 33
- 19 00 00 43 61 73 75 61 6C 74 79 20 55 6E 64 65
- 72 77 72 69 74 69 6E 67 20 4D 67 72 04 00 00 36
- 35 31 32 17 00 00 44 69 76 69 73 69 6F 6E 61 6C
- 20 43 6F 73 74 20 4D 61 6E 61 67 65 72 04 00 00
- 31 38 38 33 18 00 00 54 72 61 69 6E 2E 20 26 20
- 43 6C 69 65 6E 74 20 53 65 72 76 69 63 65 73 02
- 00 00 44 50 04 00 00 37 35 39 30 13 00 00 44 69
- 76 69 73 69 6F 6E 61 6C 20 50 6C 61 6E 6E 69 6E
- 67 05 00 00 31 31 38 36 37 14 00 00 43 61 73 75
- 61 6C 74 79 20 55 6E 64 65 72 77 72 69 74 65 72
- 04 00 00 33 39 31 39 0D 00 00 44 69 76 69 73 69
- 6F 6E 61 6C 20 49 54 03 00 00 33 37 30 10 00 00
- 4D 65 73 73 65 6E 67 65 72 2F 44 72 69 76 65 72
- 03 00 00 35 37 31 04 00 00 38 36 31 34 19 00 00
- 4D 67 72 20 41 63 74 2E 20 26 20 50 72 6F 64 2E
- 20 43 6F 6E 74 72 6F 6C 2E 03 00 00 33 37 31 18
- 00 00 41 64 6D 69 6E 69 73 74 72 61 74 69 76 65
- 20 41 73 73 69 73 74 61 6E 74 03 00 00 34 39 36
- 15 00 00 44 65 70 75 74 79 20 43 6C 69 65 6E 74
- 20 4D 61 6E 61 67 65 72 03 00 00 32 35 37 14 00
- 00 54 72 65 61 74 79 20 41 64 6D 69 6E 69 73 74
- 72 61 74 6F 72 03 00 00 31 35 35 1D 00 00 54 65
- 63 68 6E 2E 20 41 63 63 6F 75 6E 74 73 20 41 64
- 6D 69 6E 69 73 74 72 61 74 6F 72 02 00 00 54 48
- 07 00 00 42 61 6E 67 6B 6F 6B 0D 00 00 52 69 73
- 6B 20 45 6E 67 69 6E 65 65 72 03 00 00 35 36 36
- 14 00 00 46 69 6E 61 6E 63 69 61 6C 20 43 6F 6E
- 74 72 6F 6C 6C 65 72 03 00 00 34 39 39 1D 00 00
- 43 6C 69 65 6E 74 20 4D 67 6D 74 26 46 69 6E 61
- 6E 63 69 61 6C 20 41 64 69 73 6F 72 79 03 00 00
- 33 30 39 14 00 00 53 65 6E 69 6F 72 20 52 69 73
- 6B 20 45 6E 67 69 6E 65 65 72 05 00 00 31 30 32
- 31 30 02 00 00 43 4E 07 00 00 42 65 69 6A 69 6E
- 67 03 00 00 31 35 37 1D 00 00 53 65 63 72 65 74
- 61 72 79 20 74 6F 20 43 68 69 65 66 20 52 65 70
- 72 65 73 65 6E 74 2E 03 00 00 32 32 39 03 00 00
- 35 39 35 14 00 00 43 68 69 65 66 20 52 65 70 72
- 65 73 65 6E 74 61 74 69 76 65 03 00 00 32 32 38
- 12 00 00 54 72 65 61 74 79 20 55 6E 64 65 72 77
- 72 69 74 65 72 03 00 00 32 39 34 0E 00 00 43 6C
- 61 69 6D 73 20 4D 61 6E 61 67 65 72 03 00 00 35
- 33 36 10 00 00 48 52 20 41 64 6D 69 6E 69 73 74
- 72 61 74 6F 72 14 00 00 4F 66 66 69 63 65 20 41
- 64 6D 69 6E 69 73 74 72 61 74 6F 72 03 00 00 35
- 37 32 03 00 00 31 35 39 1E 00 00 41 73 73 6F 63
- 69 61 74 65 2C 20 43 6F 72 70 6F 72 61 74 65 20
- 44 65 76 65 6C 6F 70 6D 2E 03 00 00 35 31 35 03
- 00 00 33 34 38 1C 00 00 41 73 73 69 73 74 61 6E
- 74 20 74 6F 20 43 6C 69 65 6E 74 20 4D 67 74 20
- 54 65 61 6D 03 00 00 31 36 31 1A 00 00 52 65 67
- 69 6F 6E 61 6C 20 4D 61 72 69 6E 65 20 55 57 20
- 4D 61 6E 61 67 65 72 03 00 00 31 36 32 03 00 00
- 32 33 32 10 00 00 4F 66 66 69 63 65 20 41 73 73
- 69 73 74 61 6E 74 03 00 00 31 36 34 1A 00 00 43
- 6C 69 65 6E 74 20 43 6F 6F 72 64 69 6E 61 74 69
- 6F 6E 20 41 64 6D 69 6E 2E 03 00 00 32 33 33 19
- 00 00 41 73 73 74 2E 20 4D 61 6E 61 67 65 72 20
- 45 6E 67 69 6E 65 65 72 69 6E 67 04 00 00 38 35
- 35 35 03 00 00 31 36 35 1B 00 00 43 6C 69 65 6E
- 74 20 52 65 6C 61 74 69 6F 6E 73 68 69 70 20 4D
- 61 6E 61 67 65 72 03 00 00 31 36 37 1C 00 00 43
- 6C 69 65 6E 74 20 53 75 70 70 6F 72 74 20 41 64
- 6D 69 6E 69 73 74 72 61 74 6F 72 03 00 00 31 36
- 36 19 00 00 46 69 6E 61 6E 63 69 61 6C 20 41 63
- 63 6F 75 6E 74 73 20 41 64 6D 69 6E 2E 03 00 00
- 32 39 35 14 00 00 41 73 73 69 73 74 61 6E 74 20
- 41 63 63 6F 75 6E 74 61 6E 74 03 00 00 32 39 37
- 0F 00 00 45 44 50 20 43 6F 6F 72 64 69 6E 61 74
- 6F 72 08 00 00 53 68 61 6E 67 68 61 69 03 00 00
- 31 34 34 1A 00 00 52 65 70 72 65 73 65 6E 74 61
- 74 69 76 65 20 45 6E 67 69 6E 65 65 72 69 6E 67
- 03 00 00 33 37 33 1D 00 00 52 69 73 6B 20 45 6E
- 67 69 6E 65 65 72 20 2F 49 54 20 43 6F 6F 72 64
- 69 6E 61 74 6F 72 03 00 00 33 37 34 14 00 00 41
- 63 63 6F 75 6E 74 69 6E 67 20 41 73 73 69 73 74
- 61 6E 74 03 00 00 35 34 33 04 00 00 38 36 30 33
- 03 00 00 31 32 35 16 00 00 52 65 69 6E 73 75 72
- 61 6E 63 65 20 41 63 63 6F 75 6E 74 61 6E 74 02
- 00 00 45 4E 04 00 00 37 36 33 39 04 00 00 36 36
- 38 34 18 00 00 4D 67 72 20 4F 70 65 72 61 74 69
- 6F 6E 61 6C 20 43 6F 6E 74 72 6F 6C 2E 04 00 00
- 32 34 33 33 04 00 00 31 38 33 34 19 00 00 4C 6F
- 63 61 6C 20 4F 66 66 69 63 65 73 20 43 6F 6F 72
- 64 69 6E 61 74 6F 72 04 00 00 38 36 35 36 15 00
- 00 53 74 72 61 74 65 67 69 63 20 43 6F 6E 74 72
- 6F 6C 6C 69 6E 67 02 00 00 41 45 05 00 00 31 32
- 35 34 36 04 00 00 32 31 33 34 05 00 00 31 30 38
- 39 35 04 00 00 38 35 30 33 05 00 00 31 31 37 36
- 32 1B 00 00 48 65 61 64 20 46 61 63 2E 50 72 6F
- 70 2E 47 72 65 61 74 65 72 20 43 68 69 6E 61 03
- 00 00 35 38 37 1C 00 00 41 73 73 74 2E 4D 67 72
- 2E 20 54 6F 20 43 6C 69 65 6E 74 20 4D 67 74 20
- 54 65 61 6D 03 00 00 35 36 37 17 00 00 48 65 61
- 64 20 6F 66 20 52 69 73 6B 20 4D 61 6E 61 67 65
- 6D 65 6E 74 04 00 00 38 35 39 32 03 00 00 31 34
- 36 03 00 00 35 38 33 1D 00 00 52 65 70 72 65 73
- 65 6E 74 61 74 69 76 65 26 43 6C 69 65 6E 74 20
- 4D 61 6E 61 67 65 72 02 00 00 41 58 04 00 00 33
- 35 32 32 15 00 00 48 65 61 64 20 50 65 72 66 6F
- 72 6D 61 6E 63 65 20 54 65 61 6D 02 00 00 41 4A
- 05 00 00 31 31 32 31 37 0A 00 00 33 32 34 2C 20
- 54 6F 6B 79 6F 03 00 00 31 36 38 0E 00 00 52 65
- 70 72 65 73 65 6E 74 61 74 69 76 65 04 00 00 38
- 36 33 36 03 00 00 35 30 31 1C 00 00 41 73 73 6F
- 63 69 61 74 65 2C 20 43 6F 72 70 2E 20 44 65 76
- 65 6C 6F 70 6D 65 6E 74 04 00 00 35 39 32 39 04
- 00 00 38 35 39 31 04 00 00 35 38 35 39 04 00 00
- 35 38 30 39 05 00 00 31 32 35 34 38 15 00 00 43
- 61 73 75 61 6C 74 79 20 55 6E 64 65 72 77 72 69
- 74 69 6E 67 04 00 00 33 33 35 35 04 00 00 38 36
- 37 30 16 00 00 45 6E 67 69 6E 65 65 72 69 6E 67
- 20 55 57 20 4D 61 6E 61 67 65 72 04 00 00 37 32
- 32 36 04 00 00 35 34 38 31 13 00 00 42 55 53 20
- 50 72 6F 63 65 73 73 20 4D 61 6E 61 67 65 72 03
- 00 00 35 30 30 0D 00 00 43 6C 65 61 6E 69 6E 67
- 20 41 6D 61 68 03 00 00 33 35 30 03 00 00 33 30
- 33 10 00 00 43 6C 61 69 6D 73 20 41 73 73 69 73
- 74 61 6E 74 03 00 00 32 33 37 03 00 00 32 33 38
- 03 00 00 35 38 36 04 00 00 35 39 32 35 04 00 00
- 36 36 31 32 04 00 00 38 35 33 38 04 00 00 38 34
- 34 33 04 00 00 35 36 38 36 03 00 00 33 35 32 10
- 00 00 44 72 69 76 65 72 2F 4D 65 73 73 65 6E 67
- 65 72 04 00 00 36 37 35 32 12 00 00 4D 61 6E 61
- 67 65 72 20 4A 61 70 61 6E 20 44 65 73 6B 04 00
- 00 31 37 38 39 19 00 00 50 72 6F 70 65 72 74 79
- 20 55 6E 64 65 72 77 72 69 74 69 6E 67 20 4D 67
- 72 04 00 00 38 34 34 37 02 00 00 41 44 04 00 00
- 36 33 30 34 08 00 00 41 72 74 20 44 65 73 6B 04
- 00 00 31 39 30 32 04 00 00 36 30 37 35 03 00 00
- 33 32 30 16 00 00 52 65 63 65 70 74 69 6F 6E 69
- 73 74 2F 53 65 63 72 65 74 61 72 79 03 00 00 31
- 33 36 1A 00 00 48 65 61 64 20 4E 6F 6E 2D 4C 69
- 66 65 20 52 2F 49 20 53 65 72 76 69 63 65 73 03
- 00 00 31 33 39 1D 00 00 53 65 6E 69 6F 72 20 41
- 64 76 69 73 6F 72 20 4E 4C 20 52 49 20 53 65 72
- 76 69 63 65 73 03 00 00 31 33 38 10 00 00 4F 66
- 66 69 63 65 20 4D 67 6D 74 20 26 20 48 52 17 00
- 00 4E 4C 20 52 65 69 6E 73 75 72 61 6E 63 65 20
- 53 65 72 76 69 63 65 73 03 00 00 32 32 34 0F 00
- 00 47 65 6E 65 72 61 6C 20 4D 61 6E 61 67 65 72
- 03 00 00 31 37 38 1E 00 00 4D 67 6D 74 26 53 74
- 61 66 66 20 53 65 72 76 69 63 65 73 20 41 64 6D
- 69 6E 69 73 74 72 2E 16 00 00 41 63 63 6F 75 6E
- 74 73 20 41 64 6D 69 6E 69 73 74 72 61 74 6F 72
- 03 00 00 33 37 39 15 00 00 48 65 61 64 20 48 52
- 20 47 72 65 61 74 65 72 20 43 68 69 6E 61 04 00
- 00 32 35 36 30 03 00 00 31 38 31 14 00 00 48 65
- 61 64 20 6F 66 20 43 4D 20 49 6E 64 6F 6E 65 73
- 69 61 04 00 00 38 36 37 38 15 00 00 4D 61 6E 61
- 67 65 72 20 44 69 76 69 73 69 6F 6E 61 6C 20 49
- 54 04 00 00 34 31 32 32 03 00 00 33 33 31 02 00
- 00 49 4E 09 00 00 42 61 6E 67 61 6C 6F 72 65 03
- 00 00 35 37 33 13 00 00 54 65 61 6D 20 53 65 72
- 76 69 63 65 20 43 65 6E 74 65 72 04 00 00 35 39
- 30 31 04 00 00 38 35 32 36 03 00 00 35 38 32 17
- 00 00 48 65 61 64 20 6F 66 20 54 72 65 61 74 79
- 20 50 72 6F 70 65 72 74 79 03 00 00 35 30 33 03
- 00 00 33 31 31 03 00 00 35 32 38 03 00 00 33 38
- 35 19 00 00 45 6E 67 69 6E 65 65 72 69 6E 67 20
- 41 64 6D 69 6E 69 73 74 72 61 74 6F 72 03 00 00
- 33 31 33 1A 00 00 55 6E 64 65 72 77 72 69 74 69
- 6E 67 20 41 64 6D 69 6E 69 73 74 72 61 74 6F 72
- 03 00 00 35 37 30 17 00 00 53 65 6E 69 6F 72 20
- 55 2F 57 20 46 61 63 20 43 61 73 75 61 6C 74 79
- 17 00 00 46 61 63 75 6C 74 61 74 69 76 65 20 55
- 6E 64 65 72 77 72 69 74 65 72 03 00 00 33 31 35
- 1B 00 00 43 61 73 75 61 6C 74 79 20 54 72 65 61
- 74 79 20 55 6E 64 65 72 77 72 69 74 65 72 03 00
- 00 35 32 36 0A 00 00 48 52 20 4D 61 6E 61 67 65
- 72 03 00 00 31 38 33 03 00 00 35 37 38 03 00 00
- 33 35 34 07 00 00 4D 61 6E 61 67 65 72 03 00 00
- 32 33 39 03 00 00 35 35 36 18 00 00 53 65 6E 69
- 6F 72 20 55 57 2C 20 46 61 63 2E 20 50 72 6F 70
- 65 72 74 79 03 00 00 33 31 39 14 00 00 41 73 73
- 74 2E 20 45 6E 67 69 6E 65 65 72 69 6E 67 20 55
- 57 03 00 00 35 34 38 1A 00 00 54 72 61 69 6E 65
- 65 20 4D 61 72 69 6E 65 20 55 6E 64 65 72 77 72
- 69 74 65 72 03 00 00 33 35 35 03 00 00 31 38 38
- 15 00 00 49 54 20 53 75 70 70 6F 72 74 20 53 70
- 65 63 69 61 6C 69 73 74 03 00 00 31 39 30 03 00
- 00 32 34 30 19 00 00 46 61 63 2E 20 50 72 6F 70
- 65 72 74 79 20 55 6E 64 65 72 77 72 69 74 65 72
- 03 00 00 35 35 35 13 00 00 4D 61 72 69 6E 65 20
- 48 75 6C 6C 20 4D 61 6E 61 67 65 72 04 00 00 35
- 39 33 38 03 00 00 33 35 36 03 00 00 33 35 37 03
- 00 00 35 38 31 0C 00 00 52 65 63 65 70 74 69 6F
- 6E 69 73 74 04 00 00 38 34 35 37 03 00 00 35 37
- 36 19 00 00 48 52 20 4D 61 6E 61 67 65 72 2C 20
- 53 65 61 20 45 61 73 74 20 41 73 69 61 06 00 00
- 4D 75 6D 62 61 69 03 00 00 33 38 30 1B 00 00 45
- 6E 67 69 6E 65 65 72 69 6E 67 20 4C 69 61 69 73
- 6F 6E 20 4D 61 6E 61 67 65 72 03 00 00 33 35 38
- 0E 00 00 53 65 6E 69 6F 72 20 4D 61 6E 61 67 65
- 72 04 00 00 38 34 35 38 04 00 00 38 34 35 39 03
- 00 00 31 32 36 13 00 00 54 65 63 68 6E 69 63 61
- 6C 20 41 73 73 69 73 74 61 6E 74 04 00 00 34 34
- 31 37 10 00 00 4E 6F 6E 2D 4C 69 66 65 20 4D 61
- 6E 61 67 65 72 04 00 00 39 37 32 39 04 00 00 38
- 35 37 39 04 00 00 32 37 33 38 03 00 00 31 39 35
- 1B 00 00 48 65 61 64 20 6F 66 20 43 6C 69 65 6E
- 74 20 43 6F 6F 72 64 69 6E 61 74 69 6F 6E 03 00
- 00 31 32 37 16 00 00 53 65 63 72 65 74 61 72 79
- 2F 52 65 63 65 70 74 69 6F 6E 69 73 74 04 00 00
- 31 39 34 37 04 00 00 33 38 36 36 03 00 00 32 37
- 34 03 00 00 36 38 36 03 00 00 31 39 37 1C 00 00
- 54 65 63 68 6E 2E 41 63 63 6F 75 6E 74 73 20 41
- 64 6D 69 6E 69 73 74 72 61 74 6F 72 04 00 00 33
- 32 36 36 04 00 00 38 35 39 35 04 00 00 35 35 37
- 37 04 00 00 32 31 36 35 13 00 00 4D 61 6E 61 67
- 65 72 20 4B 6F 72 65 61 6E 20 44 65 73 6B 04 00
- 00 38 34 32 31 03 00 00 36 30 36 04 00 00 38 36
- 38 30 03 00 00 31 39 39 03 00 00 35 33 35 16 00
- 00 55 6E 64 65 72 77 72 69 74 69 6E 67 20 41 73
- 73 69 73 74 61 6E 74 03 00 00 35 35 39 04 00 00
- 38 35 31 31 03 00 00 32 30 30 12 00 00 43 6C 69
- 65 6E 74 20 43 6F 6F 72 64 69 6E 61 74 6F 72 04
- 00 00 35 32 32 32 04 00 00 38 35 38 33 03 00 00
- 34 39 37 14 00 00 4D 61 6E 61 67 65 72 20 55 6E
- 64 65 72 77 72 69 74 69 6E 67 04 00 00 35 39 36
- 38 14 00 00 42 55 53 20 54 72 61 69 6E 69 6E 67
- 20 4D 61 6E 61 67 65 72 03 00 00 35 37 35 1A 00
- 00 52 65 67 69 6F 6E 61 6C 20 50 72 6F 70 65 72
- 74 79 20 46 61 63 2E 4D 67 72 2E 03 00 00 32 30
- 33 1B 00 00 44 65 70 75 74 79 20 48 65 61 64 20
- 45 4E 20 55 6E 64 65 72 77 72 69 74 69 6E 67 03
- 00 00 35 34 36 19 00 00 46 61 63 75 6C 74 61 74
- 69 76 65 20 41 64 6D 69 6E 69 73 74 72 61 74 6F
- 72 04 00 00 36 36 32 32 05 00 00 31 32 35 35 39
- 05 00 00 31 32 30 38 38 03 00 00 35 31 36 04 00
- 00 32 38 39 30 15 00 00 49 6E 74 65 72 6E 61 74
- 69 6F 6E 61 6C 20 53 75 70 70 6F 72 74 03 00 00
- 34 39 35 18 00 00 50 72 6F 70 65 72 74 79 20 4C
- 69 61 69 73 6F 6E 20 4D 61 6E 61 67 65 72 04 00
- 00 36 34 35 37 18 00 00 45 6E 67 69 6E 65 65 72
- 69 6E 67 20 55 6E 64 65 72 77 72 69 74 69 6E 67
- 04 00 00 34 30 32 34 03 00 00 31 36 33 12 00 00
- 48 65 61 64 20 4C 6F 63 61 6C 20 4F 66 66 69 63
- 65 73 04 00 00 34 38 35 39 16 00 00 4C 6F 74 75
- 73 20 4E 6F 74 65 73 20 45 6E 74 77 69 63 6B 6C
- 65 72 04 00 00 38 35 34 32 04 00 00 38 35 32 37
- 04 00 00 38 35 33 36 04 00 00 36 35 35 33 04 00
- 00 32 34 35 31 14 00 00 44 65 70 61 72 74 6D 65
- 6E 74 20 53 65 63 72 65 74 61 72 79 03 00 00 39
- 36 35 04 00 00 38 36 36 37 10 00 00 52 65 73 65
- 61 72 63 68 20 26 20 43 6F 6D 6D 2E 04 00 00 38
- 34 37 38 04 00 00 31 38 34 34 03 00 00 33 34 32
- 10 00 00 41 63 63 6F 75 6E 74 73 20 4D 61 6E 61
- 67 65 72 03 00 00 35 33 34 10 00 00 46 61 63 2E
- 20 50 72 6F 70 65 72 74 79 20 55 57 03 00 00 32
- 34 31 07 00 00 54 72 61 69 6E 65 65 03 00 00 32
- 34 32 03 00 00 35 32 35 13 00 00 41 63 63 6F 75
- 6E 74 20 55 6E 64 65 72 77 72 69 74 65 72 0A 00
- 00 32 36 2E 30 39 2E 31 39 37 38 0A 00 00 31 35
- 2E 30 36 2E 31 39 39 38 0A 00 00 30 31 2E 30 31
- 2E 31 39 35 34 0A 00 00 31 39 2E 30 39 2E 31 39
- 37 37 0A 00 00 32 30 2E 30 35 2E 31 39 35 31 0A
- 00 00 30 31 2E 30 38 2E 31 39 39 38 0A 00 00 33
- 31 2E 31 30 2E 31 39 36 38 0A 00 00 30 34 2E 30
- 39 2E 31 39 36 34 0A 00 00 31 30 2E 30 37 2E 32
- 30 30 30 0A 00 00 32 39 2E 30 38 2E 31 39 36 38
- 0A 00 00 30 31 2E 31 30 2E 31 39 39 36 14 00 00
- 53 65 6E 6F 69 72 20 52 69 73 6B 20 45 6E 67 69
- 6E 65 65 72 0A 00 00 30 33 2E 31 30 2E 31 39 37
- 30 0A 00 00 30 31 2E 30 33 2E 31 39 39 38 0A 00
- 00 31 34 2E 30 33 2E 31 39 37 31 17 00 00 49 54
- 20 53 65 63 75 72 69 74 79 20 43 6F 6F 72 64 69
- 6E 61 74 6F 72 19 00 00 53 65 6E 2E 20 49 54 20
- 53 65 63 75 72 2E 20 50 72 6F 6A 2E 20 4D 67 72
- 2E 11 00 00 46 69 6E 61 6E 7A 2D 53 70 65 7A 69
- 61 6C 69 73 74 16 00 00 47 72 6F 75 70 20 43 6F
- 6D 70 65 6E 73 61 74 69 6F 6E 20 4D 67 72 12 00
- 00 43 6F 6E 66 65 72 65 6E 63 65 20 4D 61 6E 61
- 67 65 72 12 00 00 44 65 70 75 74 79 20 48 65 61
- 64 20 6F 66 20 54 41 41 19 00 00 53 65 6E 2E 20
- 56 69 63 65 20 50 72 65 73 69 64 65 6E 74 20 52
- 65 69 6E 2E 0F 00 00 48 65 61 64 20 6F 66 20 52
- 26 52 20 48 55 42 0C 00 00 4D 61 6E 68 61 74 74
- 61 6E 20 4E 59 0A 00 00 48 61 75 73 77 61 72 74
- 69 6E 03 00 00 4C 58 32 14 00 00 42 65 72 65 69
- 63 68 73 70 65 72 73 6F 6E 61 6C 63 68 65 66 06
- 00 00 45 78 74 65 72 6E 19 00 00 48 65 61 64 20
- 6F 66 20 52 65 69 6E 73 2E 4C 69 61 62 69 6C 69
- 74 2E 2C 44 01 00 00 56 02 00 00 4E 4C 18 00 00
- 53 65 6E 69 6F 72 20 43 6C 61 69 6D 73 20 43 6F
- 6E 73 75 6C 74 61 6E 74 08 00 00 44 69 72 65 63
- 74 6F 72 07 00 00 42 45 52 4D 55 44 41 0A 00 00
- 53 74 72 75 63 74 75 72 65 72 0A 00 00 4F 70 65
- 72 61 74 69 6F 6E 73 06 00 00 32 30 30 31 30 36
- 02 00 00 42 52 09 00 00 53 61 6F 20 50 61 75 6C
- 6F 0A 00 00 30 39 2E 30 35 2E 31 39 37 36 0A 00
- 00 31 34 2E 30 38 2E 31 39 36 37 0A 00 00 30 31
- 2E 30 37 2E 31 39 39 35 0A 00 00 32 35 2E 30 33
- 2E 31 39 37 32 0A 00 00 30 33 2E 30 31 2E 32 30
- 30 30 0A 00 00 32 31 2E 30 34 2E 31 39 37 30 0A
- 00 00 30 39 2E 30 35 2E 31 39 36 32 0A 00 00 30
- 32 2E 30 39 2E 31 39 39 36 0A 00 00 31 35 2E 30
- 34 2E 31 39 37 31 0A 00 00 32 37 2E 31 30 2E 31
- 39 39 37 0A 00 00 32 32 2E 31 30 2E 31 39 36 38
- 0A 00 00 32 36 2E 30 35 2E 31 39 39 33 0A 00 00
- 30 32 2E 30 33 2E 31 39 35 38 0A 00 00 30 31 2E
- 30 33 2E 31 39 38 34 0A 00 00 31 36 2E 30 35 2E
- 31 39 35 36 0A 00 00 32 38 2E 30 38 2E 31 39 36
- 37 0A 00 00 32 30 2E 30 33 2E 31 39 36 32 0A 00
- 00 30 31 2E 30 33 2E 31 39 39 36 0A 00 00 30 35
- 2E 30 32 2E 31 39 36 38 0A 00 00 30 35 2E 31 32
- 2E 31 39 36 38 0A 00 00 31 30 2E 30 34 2E 31 39
- 39 35 0A 00 00 30 34 2E 30 31 2E 31 39 37 33 0A
- 00 00 32 39 2E 30 37 2E 31 39 35 39 0A 00 00 32
- 34 2E 30 36 2E 31 39 36 30 0A 00 00 31 32 2E 30
- 33 2E 31 39 36 39 1C 00 00 50 65 72 73 6F 6E 61
- 6C 20 41 73 73 74 2E 20 74 6F 20 43 68 69 65 66
- 20 52 65 70 2E 0A 00 00 31 33 2E 30 38 2E 31 39
- 37 34 0A 00 00 30 31 2E 30 36 2E 32 30 30 30 0A
- 00 00 30 33 2E 30 38 2E 31 39 34 39 0A 00 00 30
- 31 2E 30 33 2E 31 39 39 32 0A 00 00 32 36 2E 30
- 31 2E 31 39 36 32 0A 00 00 32 37 2E 30 39 2E 31
- 39 38 34 0A 00 00 30 34 2E 30 33 2E 31 39 35 34
- 03 00 00 4E 2F 41 0A 00 00 32 32 2E 30 33 2E 31
- 39 36 34 0A 00 00 30 31 2E 30 37 2E 31 39 39 39
- 0A 00 00 30 36 2E 30 36 2E 31 39 37 32 0A 00 00
- 32 39 2E 30 39 2E 31 39 35 39 0A 00 00 31 36 2E
- 30 31 2E 31 39 39 31 0A 00 00 32 38 2E 31 32 2E
- 31 39 36 30                                    
diff --git a/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR4 b/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR4
deleted file mode 100755 (executable)
index f8fd534..0000000
+++ /dev/null
@@ -1,515 +0,0 @@
-             3C 00 20 20 0A 00 00 32 34 2E 30 36
- 2E 31 39 39 36 0A 00 00 31 36 2E 30 32 2E 31 39
- 35 33 0A 00 00 32 33 2E 30 32 2E 31 39 37 33 0A
- 00 00 31 35 2E 30 39 2E 31 39 36 38 0A 00 00 32
- 35 2E 30 38 2E 31 39 39 37 0A 00 00 32 36 2E 30
- 39 2E 31 39 36 30 0A 00 00 30 32 2E 30 31 2E 32
- 30 30 30 0A 00 00 32 33 2E 31 30 2E 31 39 36 39
- 0A 00 00 32 32 2E 30 32 2E 31 39 34 39 0A 00 00
- 30 38 2E 31 32 2E 31 39 36 35 0A 00 00 30 32 2E
- 30 38 2E 31 39 39 39 0A 00 00 30 39 2E 30 31 2E
- 31 39 37 33 0A 00 00 30 31 2E 30 32 2E 32 30 30
- 30 0A 00 00 30 38 2E 31 32 2E 31 39 35 37 0A 00
- 00 32 33 2E 30 33 2E 31 39 37 33 02 00 00 32 33
- 10 00 00 48 F4 74 65 73 73 65 20 61 63 63 75 65
- 75 69 6C 02 00 00 34 34 0D 00 00 43 6F 6D 6D 75
- 6E 69 63 61 74 69 6F 6E 1B 00 00 52 65 73 70 2E
- 73 75 70 70 6F 72 74 20 74 65 63 68 6E 2E 20 49
- 6E 66 6F 72 6D 2E 02 00 00 36 32 1B 00 00 52 65
- 73 70 6F 6E 73 69 62 6C 65 20 22 73 70 65 63 69
- 61 6C 20 6C 69 6E 65 73 22 08 00 00 36 30 33 2D
- 32 30 30 33 08 00 00 36 30 33 2D 32 30 30 34 08
- 00 00 36 30 33 2D 32 30 30 35 08 00 00 36 30 33
- 2D 32 30 30 38 08 00 00 36 30 33 2D 32 30 30 39
- 08 00 00 36 30 33 2D 32 30 31 30 02 00 00 50 33
- 14 00 00 55 57 20 50 72 6F 70 65 72 74 79 2F 43
- 61 73 75 61 6C 74 79 03 00 00 54 4E 44 0C 00 00
- 44 65 61 6C 20 4D 61 6E 61 67 65 72 13 00 00 55
- 57 20 53 75 70 70 6F 72 74 20 46 61 6B 20 53 61
- 63 68 02 00 00 53 33 17 00 00 52 2F 49 20 50 72
- 6F 64 75 63 74 20 43 6F 6E 74 72 6F 6C 6C 69 6E
- 67 19 00 00 55 6E 64 65 72 77 72 69 74 69 6E 67
- 20 53 75 70 70 2E 20 4D 61 72 69 6E 65 19 00 00
- 48 65 61 64 20 49 6E 74 65 72 6E 2E 20 43 6C 69
- 65 6E 74 73 20 55 6E 69 74 19 00 00 53 65 6E 2E
- 46 69 6E 61 6E 63 2E 53 6F 6C 75 74 69 6F 6E 73
- 20 43 6F 6E 73 13 00 00 54 61 63 74 69 63 61 6C
- 20 41 6C 6C 6F 63 61 74 69 6F 6E 18 00 00 44 65
- 70 2E 48 65 61 64 20 54 65 63 68 6E 2E 49 6E 66
- 72 61 73 74 72 2E 18 00 00 44 69 76 69 73 69 6F
- 6E 61 6C 20 43 6F 6D 6D 2E 20 4F 66 66 69 63 65
- 72 19 00 00 44 65 70 75 74 79 20 48 65 61 64 20
- 42 75 73 2E 20 54 72 61 69 6E 69 6E 67 0F 00 00
- 43 61 73 68 20 4D 61 6E 61 67 65 6D 65 6E 74 18
- 00 00 50 45 4B 41 2F 50 34 30 30 2F 48 52 2D 4D
- 49 53 20 41 70 70 6C 69 63 2E 0B 00 00 48 65 61
- 64 20 6F 66 20 4B 4E 43 15 00 00 53 70 65 7A 69
- 61 6C 69 73 74 20 52 56 2D 54 65 63 68 6E 69 6B
- 19 00 00 43 6F 72 70 2E 20 49 64 65 6E 74 69 74
- 79 20 53 70 65 63 69 61 6C 69 73 74 14 00 00 48
- 65 61 64 20 43 61 73 68 20 4D 61 6E 61 67 65 6D
- 65 6E 74 16 00 00 49 54 20 53 65 63 75 72 69 74
- 79 20 43 6F 6E 73 75 6C 74 61 6E 74 17 00 00 55
- 6E 64 65 72 77 72 69 74 65 72 20 54 72 65 61 74
- 79 20 44 65 73 6B 11 00 00 50 72 6F 6A 65 6B 74
- 2D 41 73 73 69 73 74 65 6E 74 11 00 00 50 6F 72
- 74 61 6C 20 43 6F 6E 73 75 6C 74 61 6E 74 10 00
- 00 53 65 6E 2E 20 55 57 20 50 72 6F 70 65 72 74
- 79 11 00 00 54 65 61 6D 20 53 65 63 72 65 74 61
- 72 79 20 52 42 19 00 00 47 72 70 2E 20 53 65 63
- 75 72 69 74 79 26 53 61 66 65 74 79 20 4D 67 72
- 2E 19 00 00 4A 75 6E 69 6F 72 20 49 6E 76 65 73
- 74 2E 20 43 6F 6E 74 72 6F 6C 6C 65 72 16 00 00
- 65 2D 6D 61 72 6B 65 74 73 20 69 6E 74 65 6C 6C
- 69 67 65 6E 63 65 0F 00 00 41 72 63 68 69 76 65
- 20 4D 61 6E 61 67 65 72 19 00 00 41 73 73 69 73
- 74 2E 20 74 6F 20 48 65 61 64 20 4D 61 72 6B 65
- 74 69 6E 67 06 00 00 4B F6 63 68 69 6E 18 00 00
- 41 73 73 69 73 74 61 6E 74 20 74 6F 20 48 65 61
- 64 20 47 72 70 20 50 4D 14 00 00 48 6F 74 65 6C
- 66 61 63 68 61 73 73 69 73 74 65 6E 74 69 6E 19
- 00 00 48 65 61 64 20 42 65 73 74 20 50 72 61 63
- 74 69 63 65 26 41 75 64 69 74 73 18 00 00 4B 6F
- 6D 6D 75 6E 69 6B 61 74 69 6F 6E 73 73 70 65 7A
- 69 61 6C 69 73 74 18 00 00 53 65 6E 2E 20 49 6E
- 76 65 73 74 6D 2E 20 43 6F 6E 74 72 6F 6C 6C 65
- 72 0A 00 00 50 4D 4F 20 45 75 72 6F 70 65 17 00
- 00 53 70 65 63 69 61 6C 20 50 72 6F 6A 65 63 74
- 20 4D 61 6E 61 67 65 72 18 00 00 53 65 6E 69 6F
- 72 20 46 69 6E 61 6E 63 69 61 6C 20 4F 66 66 69
- 63 65 72 15 00 00 49 6E 76 65 73 74 6D 65 6E 74
- 20 41 63 63 6F 75 6E 74 69 6E 67 19 00 00 48 65
- 61 64 20 6F 66 20 42 75 73 69 6E 65 73 73 20 54
- 72 61 69 6E 69 6E 67 14 00 00 41 73 73 2E 20 41
- 63 63 6F 75 6E 74 20 4D 61 6E 61 67 65 72 02 00
- 00 44 42 17 00 00 4C 65 69 74 65 72 69 6E 20 45
- 72 77 65 72 62 20 2F 20 52 65 63 68 74 18 00 00
- 44 65 70 2E 20 47 72 6F 75 70 20 43 6C 61 69 6D
- 73 20 43 6F 6F 72 64 2E 17 00 00 4D 61 6E 61 67
- 65 72 20 53 79 73 74 65 6D 20 53 65 72 76 69 63
- 65 73 16 00 00 4D 65 6D 62 65 72 20 42 55 53 20
- 50 65 72 66 6F 72 6D 61 6E 63 65 14 00 00 49 6E
- 76 65 73 74 6D 65 6E 74 20 52 65 70 6F 72 74 69
- 6E 67 19 00 00 53 65 6E 2E 20 49 54 20 53 65 63
- 75 72 69 74 79 20 43 6F 6E 73 75 6C 74 2E 17 00
- 00 53 61 63 68 62 65 61 72 62 2E 20 45 72 77 65
- 72 62 26 52 65 63 68 74 19 00 00 53 65 6E 2E 20
- 41 63 63 6F 75 6E 74 61 6E 74 2F 43 6F 6E 74 72
- 6F 6C 6C 2E 10 00 00 43 6F 6D 6D 2E 20 43 6F 6E
- 73 75 6C 74 61 6E 74 17 00 00 4C 69 65 67 65 6E
- 73 63 68 61 66 74 65 6E 76 65 72 77 61 6C 74 65
- 72 10 00 00 41 64 6D 69 6E 2E 20 50 72 75 64 65
- 6E 74 69 61 02 00 00 47 50 0B 00 00 43 75 72 61
- 74 6F 72 73 68 69 70 19 00 00 48 65 61 64 20 6F
- 66 20 57 6F 72 6B 73 74 2E 20 49 6E 66 72 61 73
- 74 72 2E 18 00 00 4D 67 72 2E 20 44 61 74 61 20
- 43 61 70 74 2E 26 54 61 78 6F 6E 6F 6D 79 19 00
- 00 54 65 61 6D 6C 65 69 74 65 72 20 54 65 63 68
- 6E 2E 20 53 75 70 70 6F 72 74 19 00 00 48 65 61
- 64 20 53 52 20 54 65 63 68 6E 6F 6C 6F 67 79 20
- 53 74 61 6E 64 2E 12 00 00 43 6F 6D 6D 2E 20 41
- 73 73 2E 20 52 FC 73 63 68 6C 2E 0D 00 00 4C 6F
- 63 61 6C 20 4F 66 66 69 63 65 72 06 00 00 4C 54
- 50 52 20 44 12 00 00 53 74 76 2E 20 47 72 75 70
- 70 65 6E 6C 65 69 74 65 72 06 00 00 4C 54 50 52
- 20 45 06 00 00 4C 54 50 52 20 47 06 00 00 4C 54
- 50 52 20 49 06 00 00 4C 54 50 52 20 46 06 00 00
- 4C 54 50 52 20 41 09 00 00 52 65 70 6F 72 74 69
- 6E 67 19 00 00 47 72 6F 75 70 20 49 54 20 53 65
- 63 75 72 69 74 79 20 4F 66 66 69 63 65 72 06 00
- 00 4C 54 50 52 20 48 18 00 00 4C 65 69 74 65 72
- 20 48 79 70 6F 74 68 65 6B 65 6E 2F 41 64 6D 69
- 6E 2E 06 00 00 4C 54 50 52 20 43 19 00 00 53 61
- 63 68 62 65 61 72 62 65 69 74 65 72 69 6E 20 48
- 79 70 6F 74 68 65 6B 11 00 00 41 73 73 69 73 74
- 61 6E 74 20 43 4C 4F 2F 43 43 4F 18 00 00 50 72
- 6F 6A 2E 20 4D 61 6E 61 67 65 72 20 53 70 6F 6E
- 73 6F 72 69 6E 67 0A 00 00 4C 65 69 74 65 72 20
- 42 61 75 11 00 00 48 65 61 64 20 6F 66 20 54 65
- 6C 65 70 68 6F 6E 79 18 00 00 53 65 6E 69 6F 72
- 20 49 6E 66 6F 72 6D 61 74 69 6F 6E 20 53 70 65
- 63 2E 18 00 00 41 73 73 2E 20 54 61 63 74 69 63
- 61 6C 20 41 6C 6C 6F 63 61 74 69 6F 6E 12 00 00
- 50 72 6F 6A 65 63 74 20 4D 61 6E 61 67 65 6D 65
- 6E 74 19 00 00 48 65 61 64 20 49 6E 76 2E 46 75
- 6E 64 73 2F 4F 70 65 72 61 74 69 6F 6E 73 18 00
- 00 46 69 6E 61 6E 63 2E 20 4F 66 66 2E 20 73 77
- 69 66 74 72 65 2E 63 6F 6D 19 00 00 4C 65 61 72
- 6E 69 6E 67 43 6F 6F 72 64 69 6E 61 74 6F 72 20
- 5A 4F 52 52 4F 17 00 00 48 65 61 64 20 43 4D 53
- 20 43 6C 65 61 72 69 6E 67 20 48 6F 75 73 65 18
- 00 00 45 6E 67 69 6E 65 65 72 69 6E 67 20 55 57
- 20 41 73 73 69 73 74 61 6E 74 15 00 00 50 72 6F
- 70 65 72 74 79 20 50 72 6F 64 75 63 74 20 4D 67
- 72 2E 06 00 00 4C 54 50 52 20 42 0E 00 00 48 65
- 61 64 20 50 72 75 64 65 6E 74 69 61 02 00 00 44
- 57 19 00 00 48 65 61 64 20 44 61 74 61 20 57 61
- 72 65 68 6F 75 73 65 20 53 65 72 76 2E 02 00 00
- 47 45 19 00 00 48 65 61 64 20 43 6F 6E 74 72 6F
- 6C 6C 69 6E 67 20 50 72 6F 6A 65 63 74 73 16 00
- 00 50 6F 72 74 61 6C 20 43 6F 6E 74 65 6E 74 20
- 4D 61 6E 61 67 65 72 02 00 00 20 35 02 00 00 20
- 34 25 00 00 41 73 73 69 73 74 61 6E 74 65 20 64
- E9 70 61 72 74 65 6D 65 6E 74 20 74 72 61 69 74
- E9 20 6E 6F 6E 20 76 69 65 03 00 00 43 34 32 03
- 00 00 43 34 33 03 00 00 43 34 34 03 00 00 43 34
- 35 03 00 00 43 34 36 0D 00 00 52 75 6E 4F 66 66
- 20 52 65 61 63 6F 6C 03 00 00 43 34 37 03 00 00
- 43 34 38 03 00 00 43 34 39 03 00 00 43 35 30 12
- 00 00 43 6C 61 69 6D 73 20 4D 61 6E 61 67 65 72
- 20 53 45 41 0F 00 00 50 72 6F 63 65 73 73 20 41
- 6E 61 6C 79 73 74 0B 00 00 54 65 61 6D 20 4C 65
- 61 64 65 72 18 00 00 43 61 73 75 61 6C 74 79 20
- 4C 69 61 69 73 6F 6E 20 4D 61 6E 61 67 65 72 17
- 00 00 48 75 6D 61 6E 20 52 65 73 6F 75 72 63 65
- 73 20 4F 66 66 69 63 65 72 0F 00 00 46 61 63 20
- 55 6E 64 65 72 77 72 69 74 65 72 13 00 00 48 65
- 61 64 20 4F 70 65 72 61 74 69 6F 6E 73 20 53 53
- 43 1A 00 00 43 61 73 75 61 6C 74 79 20 54 72 65
- 61 74 79 20 55 57 20 4D 61 6E 61 67 65 72 0A 00
- 00 4D 61 6E 61 67 65 72 2D 49 54 1F 00 00 46 61
- 63 75 6C 74 61 74 69 76 65 20 55 57 20 53 75 70
- 70 6F 72 74 20 43 61 73 75 61 6C 74 79 1B 00 00
- 48 65 61 64 20 4C 65 61 72 6E 69 6E 67 20 26 20
- 44 65 76 65 6C 6F 70 6D 65 6E 74 22 00 00 48 65
- 61 64 20 6F 66 20 46 61 63 20 50 72 6F 70 65 72
- 74 79 20 26 20 45 6E 67 69 6E 65 65 72 69 6E 67
- 12 00 00 41 63 63 6F 75 6E 74 69 6E 67 20 4D 61
- 6E 61 67 65 72 05 00 00 37 30 32 34 31 29 00 00
- 48 65 61 64 20 6F 66 20 41 6D 65 72 69 63 61 73
- 20 44 69 76 69 73 69 6F 6E 20 48 75 6D 61 6E 20
- 52 65 73 6F 75 72 63 65 73 02 00 00 30 39 05 00
- 00 38 30 33 38 33 07 00 00 41 6E 61 6C 79 73 74
- 03 00 00 31 31 30 05 00 00 33 32 34 35 31 1E 00
- 00 47 72 6F 75 70 20 50 72 6F 64 75 63 74 20 4D
- 61 6E 61 67 65 72 20 43 61 73 75 61 6C 74 79 02
- 00 00 30 31 05 00 00 38 31 34 38 39 13 00 00 46
- 69 6E 61 6E 63 69 61 6C 20 41 6E 61 6C 79 73 74
- 20 31 03 00 00 31 32 30 05 00 00 38 30 35 30 30
- 09 00 00 50 72 69 6E 63 69 70 61 6C 02 00 00 30
- 34 18 00 00 48 65 61 64 20 49 6E 76 65 73 74 6D
- 65 6E 74 20 41 63 63 6F 75 6E 74 2E 14 00 00 50
- 6F 72 74 66 6F 6C 69 6F 20 4D 61 6E 61 67 65 6D
- 65 6E 74 19 00 00 41 73 73 2E 49 6E 76 65 73 74
- 6F 72 20 52 65 6C 61 74 69 6F 6E 20 4D 67 72 19
- 00 00 45 6C 65 63 74 72 6F 6E 69 63 20 52 69 73
- 6B 20 45 78 63 68 61 6E 67 65 73 09 00 00 54 4C
- 20 42 75 66 66 65 74 14 00 00 4C 65 61 72 6E 69
- 6E 67 20 43 6F 6F 72 64 69 6E 61 74 6F 72 18 00
- 00 54 65 63 68 6E 69 63 61 6C 20 49 6E 66 72 61
- 73 74 72 75 63 74 75 72 65 19 00 00 48 65 61 64
- 20 54 65 63 68 6E 2E 49 6E 66 72 61 73 74 72 75
- 63 74 75 72 65 19 00 00 49 55 46 20 43 6F 6D 6D
- 75 6E 69 63 61 74 69 6F 6E 20 4D 61 6E 61 67 65
- 72 12 00 00 43 46 4F 20 42 75 73 69 6E 65 73 73
- 20 47 72 6F 75 70 16 00 00 54 4C 20 45 69 6E 72
- 69 63 68 74 75 6E 67 73 70 6C 61 6E 75 6E 67 15
- 00 00 49 6E 76 65 73 74 6D 65 6E 74 20 43 6F 6E
- 74 72 6F 6C 6C 65 72 18 00 00 48 65 61 64 20 6F
- 66 20 4C 69 62 72 61 72 79 20 53 65 72 76 69 63
- 65 73 0C 00 00 52 69 73 6B 20 4D 61 6E 61 67 65
- 72 19 00 00 46 75 6E 63 74 69 6F 6E 61 6C 20 44
- 65 73 69 67 6E 20 41 6E 61 6C 79 73 74 16 00 00
- 41 73 73 69 73 74 61 6E 74 20 52 69 73 6B 20 4D
- 61 6E 61 67 65 72 04 00 00 36 38 38 30 13 00 00
- 53 61 63 68 62 65 61 72 62 65 69 74 65 72 20 46
- 69 62 75 04 00 00 36 38 38 37 08 00 00 45 6E 67
- 69 6E 65 65 72 04 00 00 36 38 39 32 04 00 00 36
- 38 39 36 04 00 00 36 39 30 39 0C 00 00 50 72 69
- 63 69 6E 67 2F 44 61 74 61 04 00 00 36 39 31 31
- 0E 00 00 43 41 44 2D 53 70 65 7A 69 61 6C 69 73
- 74 04 00 00 36 39 31 34 04 00 00 36 39 32 33 17
- 00 00 47 72 6C 2E 20 42 65 74 72 69 65 62 20 4D
- 79 74 68 65 6E 71 75 61 69 04 00 00 36 39 32 38
- 0D 00 00 48 65 61 64 20 6F 66 20 4C 45 2F 4C 54
- 04 00 00 36 39 33 35 04 00 00 36 39 33 39 14 00
- 00 54 65 63 68 6E 69 73 63 68 65 72 20 5A 65 69
- 63 68 6E 65 72 04 00 00 36 39 34 33 04 00 00 36
- 39 35 36 13 00 00 46 61 63 68 72 65 66 65 72 65
- 6E 74 20 55 6D 77 65 6C 74 04 00 00 36 39 35 37
- 04 00 00 36 39 36 36 18 00 00 42 65 61 75 66 74
- 72 61 67 74 65 20 4A 75 6E 69 6F 72 20 50 6F 77
- 65 72 04 00 00 36 39 37 31 04 00 00 36 39 39 34
- 04 00 00 37 30 30 33 04 00 00 37 30 30 37 17 00
- 00 48 65 61 64 20 43 6F 72 70 6F 72 61 74 65 20
- 44 65 76 65 6C 6F 70 2E 04 00 00 37 30 30 38 14
- 00 00 4C 65 69 74 65 6E 64 65 72 20 4B FC 63 68
- 65 6E 63 68 65 66 04 00 00 37 30 30 39 17 00 00
- 54 4C 20 45 6C 65 6B 74 72 6F 20 26 20 47 65 62
- 2E 74 65 63 68 6E 2E 04 00 00 37 30 31 31 0F 00
- 00 53 74 76 2E 20 4B FC 63 68 65 6E 63 68 65 66
- 04 00 00 37 30 31 34 04 00 00 37 30 32 33 04 00
- 00 37 30 32 34 04 00 00 37 30 32 37 04 00 00 37
- 30 35 31 18 00 00 53 65 6E 2E 20 43 72 65 64 69
- 74 20 52 69 73 6B 20 4D 61 6E 61 67 65 72 04 00
- 00 37 30 35 32 04 00 00 37 30 35 37 12 00 00 50
- 72 6F 6A 65 63 74 20 53 70 65 63 69 61 6C 69 73
- 74 04 00 00 37 30 36 32 04 00 00 37 30 36 36 18
- 00 00 48 65 61 64 20 6F 66 20 4D 65 64 69 63 61
- 6C 20 53 65 72 76 69 63 65 73 04 00 00 37 30 36
- 39 04 00 00 37 30 38 33 04 00 00 37 30 38 34 0A
- 00 00 43 49 2D 4D 61 6E 61 67 65 72 04 00 00 37
- 30 38 36 13 00 00 47 72 6F 75 70 20 48 52 20 43
- 6F 6E 74 72 6F 6C 6C 65 72 04 00 00 37 30 39 31
- 04 00 00 37 30 39 32 15 00 00 47 72 6C 2E 20 53
- 70 65 63 69 61 6C 20 42 75 73 69 6E 65 73 73 04
- 00 00 37 30 39 33 04 00 00 37 30 39 35 04 00 00
- 37 30 39 37 18 00 00 42 75 73 69 6E 65 73 73 20
- 41 70 70 6C 2E 20 41 72 63 68 69 74 65 63 74 04
- 00 00 37 31 30 30 04 00 00 37 31 30 32 12 00 00
- 4D 61 6E 61 67 65 6D 65 6E 74 20 53 75 70 70 6F
- 72 74 04 00 00 37 31 32 30 04 00 00 37 31 32 35
- 04 00 00 37 31 32 38 04 00 00 37 31 32 39 04 00
- 00 37 31 33 33 04 00 00 37 31 34 30 04 00 00 37
- 31 34 33 08 00 00 41 6B 74 75 61 72 69 6E 04 00
- 00 37 31 35 31 04 00 00 37 31 35 37 16 00 00 41
- 73 73 69 73 74 61 6E 74 20 74 6F 20 55 6E 69 74
- 20 48 65 61 64 04 00 00 37 31 36 30 04 00 00 37
- 31 36 36 10 00 00 53 65 63 72 65 74 61 72 79 20
- 74 6F 20 44 4F 4F 04 00 00 37 31 37 36 04 00 00
- 37 31 38 30 15 00 00 47 72 75 70 70 65 6E 6C 65
- 69 74 65 72 20 53 75 70 70 6F 72 74 04 00 00 37
- 31 38 31 18 00 00 48 65 61 64 20 6F 66 20 48 6F
- 74 65 6C 20 4F 70 65 72 61 74 69 6F 6E 73 04 00
- 00 37 31 38 32 02 00 00 55 53 08 00 00 4E 65 77
- 20 59 6F 72 6B 04 00 00 37 32 31 30 04 00 00 37
- 32 31 33 04 00 00 37 32 36 37 04 00 00 37 32 37
- 33 19 00 00 53 65 63 74 69 6F 6E 20 48 65 61 64
- 20 53 70 65 63 69 61 6C 20 41 73 73 2E 04 00 00
- 37 32 38 30 19 00 00 48 65 61 64 20 53 74 72 61
- 74 2E 20 50 6C 61 6E 6E 2E 26 20 50 72 6F 6A 2E
- 04 00 00 37 32 38 34 04 00 00 37 33 31 38 04 00
- 00 37 33 31 39 04 00 00 37 33 32 32 04 00 00 37
- 33 32 33 04 00 00 37 33 33 31 04 00 00 37 33 33
- 34 03 00 00 47 49 41 04 00 00 37 33 33 38 19 00
- 00 47 49 41 20 4F 66 66 69 63 65 26 43 6F 6D 6D
- 75 6E 69 63 61 74 69 6F 6E 73 04 00 00 37 33 33
- 39 0B 00 00 4F 72 67 61 6E 69 73 61 74 6F 72 04
- 00 00 37 33 34 31 06 00 00 41 6B 74 75 61 72 04
- 00 00 37 33 34 35 04 00 00 37 33 34 39 04 00 00
- 37 33 36 30 04 00 00 37 33 36 31 04 00 00 37 33
- 36 32 04 00 00 37 33 36 33 04 00 00 37 33 36 37
- 04 00 00 37 33 37 37 04 00 00 37 33 37 38 15 00
- 00 41 75 73 62 69 6C 64 75 6E 67 73 73 61 63 68
- 62 65 61 72 62 2E 04 00 00 37 33 39 30 04 00 00
- 37 33 39 32 04 00 00 37 34 32 30 04 00 00 37 34
- 33 35 04 00 00 37 34 34 32 04 00 00 37 34 35 35
- 11 00 00 54 4C 20 45 6C 65 6B 74 72 6F 74 65 63
- 68 6E 69 6B 04 00 00 37 34 36 30 04 00 00 37 34
- 36 31 04 00 00 37 34 37 39 04 00 00 37 34 39 32
- 04 00 00 37 34 39 35 04 00 00 37 34 39 36 17 00
- 00 55 65 62 65 72 73 65 74 7A 2E 2F 54 65 72 6D
- 69 6E 6F 6C 6F 67 69 6E 04 00 00 37 35 30 30 0D
- 00 00 4C 65 67 61 6C 20 43 6F 75 6E 73 65 6C 04
- 00 00 37 35 30 33 04 00 00 37 35 31 30 13 00 00
- 53 61 63 68 62 65 61 72 62 2E 20 47 72 6F 75 70
- 20 50 4D 02 00 00 43 55 04 00 00 37 35 33 39 11
- 00 00 54 61 74 65 6E 20 73 74 61 74 74 20 57 6F
- 72 74 65 04 00 00 37 35 34 32 14 00 00 53 65 6E
- 69 6F 72 20 41 75 64 69 74 20 4D 61 6E 61 67 65
- 72 04 00 00 37 35 34 37 04 00 00 37 35 34 39 04
- 00 00 37 35 35 38 04 00 00 37 35 36 32 12 00 00
- 50 72 6F 6A 65 63 74 20 43 6F 6E 73 75 6C 74 61
- 6E 74 04 00 00 37 35 36 35 0C 00 00 43 6F 6D 6D
- 69 73 2D 4B FC 63 68 65 04 00 00 37 35 36 38 04
- 00 00 37 35 37 31 04 00 00 37 35 37 33 13 00 00
- 53 61 63 68 62 65 61 72 62 65 69 74 65 72 20 42
- 65 62 75 04 00 00 37 35 37 34 19 00 00 53 61 63
- 68 62 65 61 72 62 2E 20 52 65 63 68 6E 75 6E 67
- 73 77 65 73 65 6E 04 00 00 37 35 37 37 04 00 00
- 37 35 38 31 13 00 00 48 65 61 64 20 6F 66 20 4C
- 41 2F 4C 45 2F 4C 4E 20 46 4D 04 00 00 37 35 39
- 32 04 00 00 37 35 39 33 04 00 00 37 35 39 39 04
- 00 00 37 36 30 31 04 00 00 37 36 32 31 04 00 00
- 37 36 32 36 04 00 00 37 36 32 39 11 00 00 41 63
- 74 75 61 72 69 61 6C 20 41 6E 61 6C 79 73 74 04
- 00 00 37 36 34 31 04 00 00 37 36 34 37 04 00 00
- 37 36 34 38 09 00 00 45 63 6F 6E 6F 6D 69 73 74
- 04 00 00 37 36 34 39 04 00 00 37 36 35 30 04 00
- 00 37 36 35 32 0E 00 00 50 72 6F 6A 65 6B 74 6D
- 61 6E 61 67 65 72 04 00 00 37 36 35 39 04 00 00
- 37 36 36 30 12 00 00 4B 6F 6E 7A 65 72 6E 6B 6F
- 6F 72 64 69 6E 61 74 6F 72 04 00 00 37 36 36 31
- 04 00 00 37 36 36 33 04 00 00 37 36 38 31 04 00
- 00 37 36 38 36 04 00 00 37 36 38 38 04 00 00 37
- 36 39 30 04 00 00 37 36 39 32 04 00 00 37 36 39
- 37 04 00 00 37 37 30 38 18 00 00 4D 65 6D 62 65
- 72 20 6F 66 20 45 78 65 63 75 74 69 76 65 20 54
- 65 61 6D 04 00 00 37 37 31 33 0E 00 00 49 6E 6E
- 65 6E 61 72 63 68 69 74 65 6B 74 04 00 00 37 37
- 32 33 0E 00 00 53 65 6E 69 6F 72 20 41 63 74 75
- 61 72 79 04 00 00 37 37 33 31 04 00 00 37 37 34
- 35 04 00 00 37 37 35 33 04 00 00 37 37 35 36 04
- 00 00 37 37 37 37 04 00 00 37 37 37 38 04 00 00
- 37 37 38 33 04 00 00 37 37 38 37 12 00 00 48 65
- 61 64 20 6F 66 20 44 65 70 61 72 74 6D 65 6E 74
- 04 00 00 37 37 38 39 04 00 00 37 37 39 38 04 00
- 00 37 38 31 38 04 00 00 37 38 33 35 04 00 00 37
- 38 33 36 04 00 00 37 38 37 30 04 00 00 37 38 37
- 32 1A 00 00 54 4C 20 4D 61 72 69 6E 65 20 55 57
- 20 47 72 65 61 74 65 72 20 43 68 69 6E 61 03 00
- 00 32 30 39 12 00 00 50 65 72 73 6F 6E 61 6C 20
- 41 73 73 69 73 74 61 6E 74 03 00 00 32 31 30 18
- 00 00 48 65 61 64 20 4D 67 6D 74 26 20 46 69 6E
- 2E 20 53 65 72 76 69 63 65 73 04 00 00 38 35 33
- 37 13 00 00 44 61 74 61 20 49 54 2D 4B 6F 6F 72
- 64 69 6E 61 74 6F 72 03 00 00 34 39 38 05 00 00
- 31 30 35 32 33 05 00 00 31 30 31 36 34 04 00 00
- 38 36 33 31 03 00 00 32 34 34 03 00 00 32 34 35
- 04 00 00 38 36 30 34 04 00 00 36 35 36 39 10 00
- 00 50 72 69 63 69 70 61 6C 20 4F 66 66 69 63 65
- 72 04 00 00 38 36 30 31 05 00 00 31 30 34 32 39
- 03 00 00 31 32 34 04 00 00 35 38 36 32 05 00 00
- 31 31 30 32 37 03 00 00 35 36 32 03 00 00 35 30
- 32 04 00 00 33 39 33 32 04 00 00 38 39 32 39 14
- 00 00 48 65 61 64 20 48 75 6D 61 6E 20 52 65 73
- 6F 75 72 63 65 73 05 00 00 31 31 38 33 33 04 00
- 00 35 31 36 38 04 00 00 38 35 37 37 04 00 00 38
- 36 37 33 03 00 00 33 33 38 03 00 00 33 33 37 14
- 00 00 53 65 6E 69 6F 72 20 41 64 6D 69 6E 69 73
- 74 72 61 74 6F 72 04 00 00 38 36 38 33 03 00 00
- 32 34 37 1C 00 00 4D 61 6E 61 67 65 72 20 4E 6F
- 6E 2D 4C 69 66 65 20 52 65 69 6E 73 75 72 61 6E
- 63 65 04 00 00 37 30 32 30 04 00 00 33 38 36 34
- 03 00 00 33 38 38 1A 00 00 48 65 61 64 20 6F 66
- 20 46 69 6E 61 6E 63 69 61 6C 20 41 64 76 69 73
- 6F 72 79 03 00 00 32 31 32 1D 00 00 41 73 73 74
- 2E 20 74 6F 20 43 68 69 65 66 20 52 65 70 72 65
- 73 65 6E 74 61 74 69 76 65 05 00 00 31 30 30 37
- 39 03 00 00 32 31 39 1A 00 00 43 6F 6E 74 72 6F
- 6C 6C 65 72 2C 20 52 65 69 6E 73 2E 41 63 63 6F
- 75 6E 74 73 03 00 00 33 36 36 03 00 00 31 33 35
- 03 00 00 35 33 39 03 00 00 35 30 39 1D 00 00 48
- 65 61 64 20 6F 66 20 43 6F 72 70 6F 72 61 74 65
- 20 44 65 76 65 6C 6F 70 6D 65 6E 74 03 00 00 31
- 34 35 17 00 00 52 65 70 72 65 73 65 6E 74 61 74
- 69 76 65 20 50 72 6F 70 65 72 74 79 03 00 00 35
- 32 32 0E 00 00 4D 61 72 69 6E 65 20 4D 61 6E 61
- 67 65 72 03 00 00 35 32 31 04 00 00 33 37 35 38
- 04 00 00 36 39 37 36 04 00 00 36 31 35 30 04 00
- 00 39 31 35 34 19 00 00 48 65 61 64 20 52 65 69
- 6E 73 75 72 61 6E 63 65 20 41 63 63 6F 75 6E 74
- 2E 02 00 00 45 53 02 00 00 53 4F 04 00 00 32 39
- 33 34 10 00 00 55 6E 64 65 72 77 72 69 74 65 72
- 20 53 6F 52 69 02 00 00 45 59 04 00 00 32 39 36
- 37 12 00 00 41 64 6D 69 6E 69 73 74 72 61 74 69
- 6F 6E 20 53 53 43 02 00 00 45 50 02 00 00 50 31
- 04 00 00 32 39 38 36 18 00 00 55 57 20 53 75 70
- 70 6F 72 74 20 46 61 63 2E 20 50 72 6F 70 65 72
- 74 79 04 00 00 33 30 35 35 0D 00 00 53 65 63 72
- 65 74 61 72 79 20 53 53 43 04 00 00 33 30 38 31
- 02 00 00 43 33 04 00 00 33 31 30 32 04 00 00 33
- 31 30 33 04 00 00 33 31 30 37 02 00 00 45 4F 04
- 00 00 33 31 31 31 04 00 00 33 31 31 32 02 00 00
- 45 45 04 00 00 33 31 31 36 18 00 00 48 65 61 64
- 20 41 70 70 6C 69 63 61 74 69 6F 6E 20 53 75 70
- 70 6F 72 74 02 00 00 45 44 04 00 00 33 31 31 37
- 04 00 00 33 31 33 31 13 00 00 42 75 73 69 6E 65
- 73 73 20 45 78 70 65 72 74 20 53 53 43 04 00 00
- 33 31 33 33 02 00 00 53 31 04 00 00 33 31 34 34
- 11 00 00 55 6E 64 65 72 77 72 69 74 65 72 20 53
- 57 49 46 54 02 00 00 45 47 04 00 00 33 31 34 38
- 11 00 00 46 69 6E 61 6E 63 69 61 6C 20 41 6E 61
- 6C 79 73 74 04 00 00 38 32 34 30 10 00 00 4C 65
- 67 61 6C 20 43 6F 6E 73 75 6C 74 61 6E 74 04 00
- 00 38 32 34 38 04 00 00 38 32 35 32 04 00 00 38
- 32 35 35 04 00 00 38 32 36 30 04 00 00 38 32 36
- 39 18 00 00 41 73 73 2E 20 53 74 61 62 73 73 74
- 2E 20 53 69 63 68 65 72 68 65 69 74 04 00 00 38
- 32 37 32 04 00 00 38 32 37 35 04 00 00 38 32 37
- 39 16 00 00 46 FC 68 72 75 6E 67 73 61 73 73 69
- 73 74 65 6E 74 69 6E 20 43 43 04 00 00 38 32 38
- 36 19 00 00 53 65 6B 72 65 74 61 72 69 61 74 73
- 6D 69 74 61 72 62 65 69 74 65 72 49 6E 04 00 00
- 38 33 30 38 04 00 00 38 33 33 30 04 00 00 38 33
- 33 35 04 00 00 38 33 33 39 04 00 00 38 33 34 34
- 17 00 00 48 65 61 64 20 6F 66 20 41 63 74 75 61
- 72 69 61 6C 20 50 72 6F 6A 2E 04 00 00 38 33 35
- 34 04 00 00 38 33 35 37 04 00 00 38 33 37 38 04
- 00 00 38 33 38 34 04 00 00 38 33 38 36 04 00 00
- 38 33 38 37 04 00 00 38 33 38 38 04 00 00 38 33
- 39 30 04 00 00 38 34 30 32 04 00 00 38 34 30 35
- 10 00 00 4B 6F 6F 72 64 69 6E 61 74 69 6F 6E 20
- 54 43 45 04 00 00 38 34 30 38 11 00 00 53 65 6E
- 69 6F 72 20 41 63 63 6F 75 6E 74 61 6E 74 04 00
- 00 38 34 30 39 15 00 00 41 63 74 75 61 72 69 61
- 6C 20 44 65 76 65 6C 6F 70 6D 65 6E 74 04 00 00
- 38 34 31 37 04 00 00 38 34 32 32 04 00 00 38 34
- 32 35 04 00 00 38 34 32 36 14 00 00 4C 65 69 74
- 65 72 69 6E 20 53 65 6B 72 65 74 61 72 69 61 74
- 04 00 00 38 34 32 38 04 00 00 38 34 33 32 04 00
- 00 38 34 33 36 04 00 00 38 34 33 38 04 00 00 38
- 34 33 39 04 00 00 38 34 34 34 04 00 00 38 34 35
- 30 04 00 00 38 34 35 32 04 00 00 38 34 36 39 04
- 00 00 38 34 37 30 04 00 00 38 34 37 33 04 00 00
- 38 34 37 37 05 00 00 31 31 30 33 37 05 00 00 31
- 31 33 33 33 05 00 00 31 31 36 35 32 05 00 00 31
- 31 36 39 38 05 00 00 31 31 38 36 39 05 00 00 31
- 31 39 36 30 05 00 00 31 31 39 36 34 05 00 00 31
- 31 39 37 34 05 00 00 31 32 30 31 37 05 00 00 31
- 32 30 35 33 05 00 00 31 32 31 38 32 05 00 00 31
- 32 32 39 36 05 00 00 31 32 33 30 30 05 00 00 31
- 32 33 31 32 05 00 00 31 32 36 34 33 05 00 00 31
- 32 36 37 37 05 00 00 31 32 36 38 34 05 00 00 31
- 32 37 32 34 05 00 00 31 32 37 37 38 05 00 00 31
- 32 38 34 37 05 00 00 31 32 38 38 30 05 00 00 31
- 32 39 36 32 05 00 00 31 32 39 37 39 05 00 00 31
- 33 30 30 31 05 00 00 31 33 30 32 34 05 00 00 31
- 33 30 36 33 05 00 00 31 33 30 37 39 05 00 00 31
- 33 31 34 30 05 00 00 31 33 31 34 34 05 00 00 31
- 33 31 34 35 04 00 00 33 37 39 32 04 00 00 35 34
- 35 35 14 00 00 50 72 6F 64 75 63 74 20 4D 61 6E
- 61 67 65 72 20 53 61 63 68 04 00 00 35 35 38 36
- 04 00 00 35 36 36 39 04 00 00 37 34 37 38 03 00
- 00 31 30 30 0F 00 00 46 65 6D 6D 65 20 64 65 20
- 6D E9 6E 61 67 65 02 00 00 31 31 13 00 00 47 65
- 73 74 69 6F 6E 20 69 6E 66 6F 72 6D 61 74 69 6F
- 6E 02 00 00 31 34 0C 00 00 44 69 72 65 63 74 65
- 75 72 20 52 48 02 00 00 31 35 12 00 00 73 6F 75
- 73 63 2E 46 61 63 20 64 6F 6D 6D 61 67 65 73 02
- 00 00 31 38 14 00 00 44 E9 6C E9 67 75 E9 20 73
- 6F 75 73 63 72 69 70 74 69 6F 6E 02 00 00 32 32
- 0F 00 00 48 F4 74 65 73 73 65 20 61 63 63 65 75
- 69 6C 0A 00 00 73 65 63 72 E9 74 61 69 72 65 02
- 00 00 32 38 02 00 00 32 39 16 00 00 67 65 73 74
- 69 6F 6E 6E 61 69 72 65 20 63 6F 6D 70 74 61 62
- 6C 65 01 00 00 33 20 00 00 52 65 73 70 6F 6E 73
- 69 62 6C 65 20 67 65 73 74 69 6F 6E 20 64 75 20
- 70 65 72 73 6F 6E 6E 65 6C 02 00 00 33 30 16 00
- 00 47 65 73 74 69 6F 6E 6E 61 69 72 65 20 63 6F
- 6D 70 74 61 62 6C 65 1E 00 00 52 65 73 70 6F 6E
- 73 69 62 6C 65 20 72 69 73 71 75 65 73 20 74 65
- 63 68 6E 69 71 75 65 73 02 00 00 33 34 09 00 00
- 43 6F 6D 70 74 61 62 6C 65 02 00 00 33 36 02 00
- 00 33 38 1D 00 00 52 65 73 70 2E 73 6F 75 73 63
- 2E 72 69 73 71 75 65 73 20 74 65 63 68 6E 69 71
- 75 65 73 02 00 00 33 39 17 00 00 54 65 63 68 6E
- 2E 73 65 72 76 69 63 65 73 20 67 E9 6E E9 72 61
- 75 78 17 00 00 52 65 73 70 6F 6E 73 69 62 6C 65
- 20 42 61 63 6B 20 6F 66 66 69 63 65 17 00 00 52
- 65 73 70 6F 6E 73 69 62 6C 65 20 62 75 72 65 61
- 75 74 69 71 75 65 02 00 00 34 33 02 00 00 34 37
- 16 00 00 41 73 73 69 73 74 61 6E 74 65 20 64 65
- 20 73 65 63 74 69 6F 6E 73 19 00 00 41 6E 61 6C
- 79 73 74 65 20 72 E9 67 6C 65 75 72 20 73 69 6E
- 73 69 74 72 65 02 00 00 35 33 02 00 00 35 34 02
- 00 00 35 39 17 00 00 53 65 63 72 E9 74 61 69 72
- 65 20 64 65 20 44 69 72 65 63 74 69 6F 6E 01 00
- 00 36 17 00 00 52 65 73 70 2E 53 69 6E 69 73 74
- 72 65 20 6A 75 72 69 64 69 71 75 65 02 00 00 36
- 33 02 00 00 36 38 15 00 00 53 6F 75 73 63 72 2E
- 74 72 61 69 74 E9 73 20 6A 75 6E 69 6F 72 02 00
- 00 37 32 18 00 00 41 73 73 69 73 74 61 6E 74 20
- 73 6F 75 73 63 2E 20 54 72 61 69 74 E9 73 02 00
- 00 37 36 0C 00 00 53 6F 75 73 63 2E 46 61 63 20
- 52 43 02 00 00 37 37 0E 00 00 52 65 73 70 6F 6E
- 73 69 62 6C 65 20 52 48 02 00 00 37 38 1F 00 00
- 22 52 65 73 70 6F 6E 73 69 62 6C 65 20 22 22 73
- 70 65 63 69 61 6C 20 6C 69 6E 65 73 22 22 22 15
- 00 00 53 6F 75 73 63 72 69 70 74 65 75 72 73 20
- 74 72 61 69 74 E9 73 1E 00 00 41 64 6D 69 6E 69
- 73 74 72 61 74 65 75 72 20 73 79 73 74 E8 6D 65
- 20 72 E9 73 65 61 75 78 04 00 00 53 52 49 53 0E
- 00 00 43 6C 61 69 6D 73 20 73 75 70 70 6F 72 74
- 15 00 00 41 63 63 6F 75 6E 74 61 6E 74 2F 20 48
- 52 20 61 64 6D 69 6E 2E                        
diff --git a/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR5 b/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR5
deleted file mode 100755 (executable)
index e110574..0000000
+++ /dev/null
@@ -1,515 +0,0 @@
-                         3C 00 18 20 15 00 00 53
- 65 63 72 65 74 61 72 79 2F 66 61 63 2F 61 64 6D
- 6E 69 73 2E 02 00 00 43 45 17 00 00 43 6C 69 65
- 6E 74 20 52 65 6C 61 74 69 6F 6E 20 4D 61 6E 61
- 67 65 72 02 00 00 4D 4E 04 00 00 38 37 39 36 04
- 00 00 53 52 4E 4D 02 00 00 4D 55 02 00 00 50 52
- 05 00 00 31 32 30 31 31 02 00 00 4D 47 05 00 00
- 31 31 36 31 30 05 00 00 31 30 34 38 33 02 00 00
- 53 43 05 00 00 31 30 32 31 32 02 00 00 4C 55 04
- 00 00 33 36 32 34 08 00 00 53 52 4E 4D 2C 20 41
- 44 02 00 00 4D 57 04 00 00 37 30 33 33 05 00 00
- 31 32 37 34 30 05 00 00 31 31 35 33 38 02 00 00
- 4D 50 02 00 00 4D 46 05 00 00 31 31 34 37 32 04
- 00 00 32 37 30 38 04 00 00 38 32 34 39 02 00 00
- 4D 54 04 00 00 35 39 38 32 04 00 00 36 39 33 36
- 04 00 00 35 34 31 32 04 00 00 35 38 33 37 07 00
- 00 53 52 4E 4D 2C 20 44 02 00 00 41 52 04 00 00
- 37 33 34 32 05 00 00 31 32 39 33 33 04 00 00 36
- 30 36 32 04 00 00 37 38 35 39 19 00 00 41 73 73
- 65 74 20 26 20 4C 69 61 62 69 6C 69 74 79 20 4D
- 61 6E 61 67 65 72 19 00 00 48 65 61 64 20 6F 66
- 20 47 72 6F 75 70 77 61 72 65 26 50 6F 72 74 61
- 6C 73 0F 00 00 48 65 61 64 20 43 49 4F 20 4F 66
- 66 69 63 65 19 00 00 53 65 6E 69 6F 72 20 50 72
- 6F 63 75 72 65 6D 65 6E 74 20 4F 66 66 69 63 2E
- 02 00 00 53 44 18 00 00 48 65 61 64 20 6F 66 20
- 53 65 72 76 65 72 20 45 6E 67 69 6E 65 65 72 2E
- 13 00 00 43 4D 53 20 44 61 74 61 20 43 6F 6E 73
- 75 6C 74 61 6E 74 15 00 00 44 65 70 75 74 79 20
- 50 6F 72 74 61 6C 20 4D 61 6E 61 67 65 72 0B 00
- 00 54 61 78 20 43 6F 75 6E 73 65 6C 02 00 00 4E
- 52 14 00 00 48 65 61 64 20 6F 66 20 41 70 70 2E
- 20 49 6E 74 65 67 72 2E 13 00 00 48 65 61 64 20
- 49 54 20 49 6E 76 65 73 74 6D 65 6E 74 73 09 00
- 00 50 72 75 64 65 6E 74 69 61 04 00 00 38 31 39
- 39 04 00 00 33 31 39 30 05 00 00 31 33 30 39 36
- 04 00 00 38 32 34 37 02 00 00 55 54 04 00 00 35
- 32 35 36 04 00 00 35 32 33 36 05 00 00 31 31 30
- 31 36 04 00 00 34 36 30 32 04 00 00 34 36 30 36
- 05 00 00 31 31 38 32 36 05 00 00 31 31 35 36 31
- 04 00 00 32 34 34 38 05 00 00 31 32 32 31 32 04
- 00 00 36 39 33 37 05 00 00 31 30 31 36 32 05 00
- 00 31 32 34 31 34 04 00 00 38 31 38 35 04 00 00
- 36 39 30 33 04 00 00 33 37 31 36 04 00 00 37 30
- 32 39 04 00 00 36 35 36 35 05 00 00 31 32 39 38
- 35 05 00 00 31 31 31 33 30 04 00 00 32 39 30 35
- 04 00 00 38 34 32 34 04 00 00 34 39 35 36 04 00
- 00 35 34 39 36 04 00 00 32 34 35 34 05 00 00 31
- 32 30 32 32 04 00 00 32 31 38 32 04 00 00 37 37
- 38 31 04 00 00 37 34 33 38 04 00 00 37 32 35 31
- 05 00 00 31 31 31 32 38 05 00 00 31 30 32 30 38
- 05 00 00 31 30 36 38 32 04 00 00 36 39 30 36 04
- 00 00 35 32 33 39 04 00 00 38 38 36 31 05 00 00
- 31 31 30 34 33 05 00 00 31 31 37 32 32 04 00 00
- 36 32 38 36 02 00 00 4C 49 04 00 00 37 31 39 36
- 04 00 00 33 31 39 31 04 00 00 34 33 38 30 04 00
- 00 36 30 38 33 04 00 00 38 35 37 35 04 00 00 36
- 38 33 32 04 00 00 33 39 31 35 03 00 00 31 31 33
- 05 00 00 31 32 39 30 31 05 00 00 31 31 35 32 38
- 04 00 00 35 30 36 39 05 00 00 31 32 38 35 35 05
- 00 00 31 32 31 33 30 04 00 00 36 34 35 35 04 00
- 00 34 39 34 31 04 00 00 33 35 32 35 02 00 00 54
- 45 04 00 00 37 30 33 32 04 00 00 35 32 39 37 05
- 00 00 31 30 32 39 32 04 00 00 39 37 39 31 05 00
- 00 31 30 35 31 39 04 00 00 31 35 30 30 04 00 00
- 33 35 37 34 04 00 00 31 39 32 36 04 00 00 33 35
- 36 33 04 00 00 33 39 35 33 05 00 00 31 31 33 32
- 37 05 00 00 31 32 38 33 36 04 00 00 35 35 33 31
- 04 00 00 36 32 37 37 04 00 00 38 39 33 31 04 00
- 00 35 37 33 30 05 00 00 38 30 33 36 31 15 00 00
- 50 6F 73 69 74 69 6F 6E 20 4E 6F 74 20 44 65 66
- 69 6E 65 64 2C 03 00 00 35 34 32 04 00 00 33 35
- 31 37 05 00 00 31 30 35 36 31 05 00 00 31 30 35
- 36 32 05 00 00 31 30 35 36 33 05 00 00 31 30 35
- 36 38 05 00 00 31 30 35 37 37 05 00 00 31 30 35
- 38 30 11 00 00 4C 65 69 74 65 72 20 50 43 20 53
- 75 70 70 6F 72 74 05 00 00 31 30 35 38 31 05 00
- 00 31 30 35 38 35 05 00 00 31 30 35 38 39 05 00
- 00 31 30 36 30 36 05 00 00 31 30 36 31 33 13 00
- 00 43 72 65 64 69 74 20 52 69 73 6B 20 41 6E 61
- 6C 79 73 74 05 00 00 31 30 36 31 35 05 00 00 31
- 30 36 31 37 15 00 00 45 78 70 65 72 74 65 20 4E
- 61 74 75 72 67 65 66 61 68 72 65 6E 05 00 00 31
- 30 36 31 38 05 00 00 31 30 36 32 35 05 00 00 31
- 30 36 32 36 05 00 00 31 30 36 33 34 05 00 00 31
- 30 36 33 39 0C 00 00 41 73 73 69 73 74 61 6E 74
- 20 43 58 05 00 00 31 30 36 35 37 05 00 00 31 30
- 36 37 35 0E 00 00 4C 65 69 74 65 72 20 53 75 70
- 70 6F 72 74 05 00 00 31 30 36 37 36 05 00 00 31
- 30 36 38 37 05 00 00 31 30 36 39 32 05 00 00 31
- 30 37 30 34 10 00 00 53 70 65 7A 69 61 6C 69 73
- 74 69 6E 20 47 49 53 05 00 00 31 30 37 33 30 05
- 00 00 31 30 37 33 33 05 00 00 31 30 37 34 33 16
- 00 00 48 65 61 64 20 41 70 70 6C 2E 20 44 65 76
- 65 6C 6F 70 6D 65 6E 74 05 00 00 31 30 37 34 36
- 19 00 00 55 6E 69 76 65 72 73 2E 52 65 6C 61 74
- 69 6F 6E 73 20 4D 61 6E 61 67 65 72 05 00 00 31
- 30 37 34 39 05 00 00 31 30 37 36 38 0A 00 00 48
- 65 61 64 20 6F 66 20 49 46 05 00 00 31 30 37 37
- 39 0E 00 00 54 65 61 6D 20 4C 65 61 64 65 72 20
- 50 56 05 00 00 31 30 37 39 37 05 00 00 31 30 38
- 30 33 05 00 00 31 30 38 30 36 05 00 00 31 30 38
- 30 38 05 00 00 31 30 38 31 34 05 00 00 31 30 38
- 32 31 05 00 00 31 30 38 32 35 11 00 00 54 4C 20
- 52 65 63 68 6E 75 6E 67 73 77 65 73 65 6E 05 00
- 00 31 30 38 32 37 0A 00 00 50 43 20 53 75 70 70
- 6F 72 74 05 00 00 31 30 38 32 38 15 00 00 4C 65
- 69 74 65 72 20 53 70 72 61 63 68 65 6E 64 69 65
- 6E 73 74 05 00 00 31 30 38 33 30 15 00 00 53 65
- 6B 72 65 74 E4 72 69 6E 2F 53 61 63 68 62 65 61
- 72 62 2E 05 00 00 31 30 38 33 34 05 00 00 31 30
- 38 33 35 02 00 00 46 49 05 00 00 31 30 38 33 36
- 05 00 00 31 30 38 34 30 05 00 00 31 30 38 34 36
- 05 00 00 31 30 38 36 31 05 00 00 31 30 38 36 32
- 12 00 00 41 75 64 69 74 20 26 20 49 6E 73 70 65
- 63 74 69 6F 6E 05 00 00 31 30 38 36 33 05 00 00
- 31 30 38 37 31 05 00 00 31 30 38 38 33 05 00 00
- 31 30 38 39 30 05 00 00 31 30 38 39 33 17 00 00
- 41 73 73 69 73 74 61 6E 74 20 74 6F 20 44 65 70
- 74 2E 20 48 65 61 64 05 00 00 31 30 38 39 39 05
- 00 00 31 30 39 30 33 05 00 00 31 30 39 30 35 05
- 00 00 31 30 39 31 33 19 00 00 47 72 6C 2E 20 47
- 72 61 66 69 73 63 68 65 20 50 72 6F 64 75 6B 74
- 69 6F 6E 05 00 00 31 30 39 31 35 05 00 00 31 30
- 39 31 38 05 00 00 31 30 39 32 30 05 00 00 31 30
- 39 32 33 05 00 00 31 30 39 32 34 05 00 00 31 30
- 39 33 39 05 00 00 31 30 39 34 32 05 00 00 31 30
- 39 34 33 05 00 00 31 30 39 35 31 05 00 00 31 30
- 39 35 35 05 00 00 31 30 39 35 37 13 00 00 54 65
- 61 6D 6C 65 61 64 65 72 20 52 65 73 65 61 72 63
- 68 05 00 00 31 30 39 36 32 05 00 00 31 30 39 37
- 30 05 00 00 31 30 39 37 34 05 00 00 31 30 39 37
- 35 05 00 00 31 30 39 37 36 05 00 00 31 30 39 38
- 38 05 00 00 31 30 39 39 36 05 00 00 31 31 30 30
- 33 05 00 00 31 31 30 30 34 02 00 00 4D 44 05 00
- 00 31 31 30 30 38 12 00 00 48 65 61 64 20 44 69
- 76 69 73 69 6F 6E 61 6C 20 4D 44 05 00 00 31 31
- 30 30 39 05 00 00 31 31 30 31 32 05 00 00 31 31
- 30 31 33 05 00 00 31 31 30 31 34 16 00 00 47 72
- 75 70 70 65 6E 6C 65 69 74 65 72 20 4D 61 74 65
- 72 69 61 6C 05 00 00 31 31 30 32 33 02 00 00 4B
- 42 05 00 00 31 31 30 32 38 0E 00 00 4B 42 4D 2D
- 50 72 61 6B 74 69 6B 61 6E 74 05 00 00 31 31 30
- 32 39 10 00 00 4B 42 4D 2D 50 72 61 6B 74 69 6B
- 61 6E 74 69 6E 05 00 00 31 31 30 33 30 05 00 00
- 31 31 30 33 31 05 00 00 31 31 30 33 33 05 00 00
- 31 31 30 33 34 05 00 00 31 31 30 33 35 19 00 00
- 55 57 20 4D 67 20 54 72 65 61 74 79 20 50 72 6F
- 70 2E 20 26 20 43 61 73 2E 05 00 00 31 31 30 33
- 36 05 00 00 31 31 30 33 38 05 00 00 31 31 30 33
- 39 17 00 00 55 53 20 47 41 41 50 20 52 65 70 6F
- 72 74 2E 20 4D 61 6E 61 67 65 72 05 00 00 31 31
- 30 34 30 19 00 00 50 72 6F 63 65 73 73 20 4D 61
- 6E 61 67 2E 20 46 69 6E 26 43 6F 6E 74 72 2E 05
- 00 00 31 31 30 34 34 14 00 00 4C 65 67 61 6C 20
- 43 6C 61 69 6D 73 20 43 6F 75 6E 73 65 6C 05 00
- 00 31 31 30 35 31 05 00 00 31 31 30 35 37 05 00
- 00 31 31 30 36 32 05 00 00 31 31 30 37 30 05 00
- 00 31 31 30 37 32 05 00 00 31 31 30 37 37 05 00
- 00 31 31 30 37 38 05 00 00 31 31 30 38 30 05 00
- 00 31 31 30 38 31 19 00 00 54 65 61 6D 6C 65 69
- 74 65 72 69 6E 20 53 65 6B 72 65 74 2E 2F 56 65
- 72 77 05 00 00 31 31 30 38 32 0E 00 00 53 65 6E
- 69 6F 72 20 41 6E 61 6C 79 73 74 02 00 00 47 4F
- 05 00 00 31 31 30 38 36 05 00 00 31 31 30 38 37
- 05 00 00 31 31 30 38 38 05 00 00 31 31 30 38 39
- 15 00 00 53 74 76 2E 20 42 65 74 72 69 65 62 73
- 6C 65 69 74 65 72 69 6E 05 00 00 31 31 30 39 30
- 05 00 00 31 31 30 39 31 05 00 00 31 31 30 39 34
- 05 00 00 31 31 30 39 36 05 00 00 31 31 30 39 38
- 05 00 00 31 31 30 39 39 05 00 00 31 31 31 30 30
- 05 00 00 31 31 31 30 31 05 00 00 31 31 31 30 32
- 05 00 00 31 31 31 30 33 05 00 00 31 31 31 30 39
- 05 00 00 31 31 31 33 33 05 00 00 31 31 31 33 35
- 05 00 00 31 31 31 33 38 0A 00 00 4B FC 63 68 65
- 6E 63 68 65 66 05 00 00 31 31 31 33 39 05 00 00
- 31 31 31 34 32 05 00 00 31 31 31 34 34 05 00 00
- 31 31 31 34 35 05 00 00 31 31 31 34 36 16 00 00
- 48 65 61 64 20 6F 66 20 54 65 63 68 2E 20 54 72
- 61 69 6E 69 6E 67 05 00 00 31 31 31 34 37 19 00
- 00 42 65 74 72 69 65 62 73 6C 65 69 74 65 72 69
- 6E 20 52 65 73 74 2E 20 47 4F 05 00 00 31 31 31
- 35 33 05 00 00 31 31 31 35 35 19 00 00 54 65 6C
- 65 6D 61 74 69 6B 20 53 79 73 74 65 6D 69 6E 67
- 65 6E 69 65 75 72 05 00 00 31 31 31 35 38 05 00
- 00 31 31 31 36 30 05 00 00 31 31 31 36 35 05 00
- 00 31 31 31 36 37 05 00 00 31 31 31 36 38 05 00
- 00 31 31 31 36 39 05 00 00 31 31 31 37 30 17 00
- 00 48 6F 74 65 6C 66 61 63 68 61 73 73 69 73 74
- 65 6E 74 69 6E 20 4C 4C 05 00 00 31 31 31 37 31
- 05 00 00 31 31 31 37 32 05 00 00 31 31 31 37 33
- 05 00 00 31 31 31 37 34 05 00 00 31 31 31 37 35
- 05 00 00 31 31 31 37 36 05 00 00 31 31 31 37 37
- 05 00 00 31 31 31 37 38 05 00 00 31 31 31 37 39
- 05 00 00 31 31 31 38 30 05 00 00 31 31 31 38 31
- 05 00 00 31 31 31 38 32 05 00 00 31 31 31 38 33
- 05 00 00 31 31 31 38 34 05 00 00 31 31 31 38 35
- 05 00 00 31 31 31 38 37 05 00 00 31 31 31 38 38
- 05 00 00 31 31 31 39 31 05 00 00 31 31 31 39 33
- 05 00 00 31 31 31 39 34 17 00 00 42 65 74 72 69
- 65 62 73 6C 65 69 74 65 72 20 52 65 73 74 2E 20
- 54 55 05 00 00 31 31 31 39 35 05 00 00 31 31 31
- 39 36 05 00 00 31 31 31 39 37 05 00 00 31 31 31
- 39 38 05 00 00 31 31 31 39 39 05 00 00 31 31 32
- 30 30 05 00 00 31 31 32 30 31 05 00 00 31 31 32
- 30 32 05 00 00 31 31 32 30 34 05 00 00 31 31 32
- 30 35 05 00 00 31 31 32 30 36 05 00 00 31 31 32
- 30 37 05 00 00 31 31 32 30 39 05 00 00 31 31 32
- 31 38 14 00 00 49 2D 26 20 44 2D 41 73 73 69 73
- 74 65 6E 74 69 6E 20 4C 4C 05 00 00 31 31 32 31
- 39 12 00 00 50 65 72 73 6F 6E 61 6C 65 6E 74 77
- 69 63 6B 6C 65 72 05 00 00 31 31 32 34 33 05 00
- 00 31 31 32 34 35 05 00 00 31 31 32 34 38 05 00
- 00 31 31 32 34 39 05 00 00 31 31 32 35 30 05 00
- 00 31 31 32 35 39 05 00 00 31 31 32 36 33 05 00
- 00 31 31 32 36 36 19 00 00 53 65 6E 69 6F 72 20
- 41 63 63 6F 75 6E 74 2E 20 43 6F 6E 73 6F 6C 69
- 64 2E 05 00 00 31 31 32 37 31 05 00 00 31 31 32
- 37 32 05 00 00 31 31 32 39 30 05 00 00 31 31 32
- 39 31 05 00 00 31 31 32 39 32 05 00 00 31 31 32
- 39 33 05 00 00 31 31 33 30 36 05 00 00 31 31 33
- 30 38 05 00 00 31 31 33 33 30 05 00 00 31 31 33
- 33 34 05 00 00 31 31 33 33 35 05 00 00 31 31 33
- 34 33 14 00 00 42 65 74 72 69 65 62 73 70 72 61
- 6B 74 69 6B 65 72 2D 4C 4C 05 00 00 31 31 33 35
- 31 16 00 00 4D 69 74 61 72 62 2E 20 57 61 72 65
- 6E 6B 6F 6E 74 72 6F 6C 6C 65 05 00 00 31 31 33
- 35 35 05 00 00 31 31 33 35 38 05 00 00 31 31 33
- 36 34 17 00 00 4C 65 69 74 65 72 69 6E 20 52 65
- 70 72 E4 73 65 6E 74 61 74 69 6F 6E 05 00 00 31
- 31 33 36 38 11 00 00 4A 75 6E 69 6F 72 20 41 63
- 63 6F 75 6E 74 61 6E 74 05 00 00 31 31 33 37 30
- 05 00 00 31 31 33 37 34 05 00 00 31 31 33 37 38
- 14 00 00 46 72 61 6E 7A 2E 20 55 65 62 65 72 73
- 65 74 7A 65 72 69 6E 05 00 00 31 31 33 38 30 14
- 00 00 43 46 4F 20 42 65 72 6D 75 64 61 20 42 72
- 61 6E 63 68 65 73 05 00 00 31 31 33 38 37 0A 00
- 00 33 32 34 2C 20 53 65 6F 75 6C 05 00 00 31 31
- 33 39 39 18 00 00 54 65 61 6D 6C 65 69 74 65 72
- 49 6E 20 53 65 6B 72 65 74 61 72 69 61 74 05 00
- 00 31 31 34 32 35 05 00 00 31 31 34 32 38 05 00
- 00 31 31 34 33 39 05 00 00 31 31 34 34 30 05 00
- 00 31 31 34 34 32 05 00 00 31 31 34 34 34 05 00
- 00 31 31 34 34 39 17 00 00 48 65 61 64 20 6F 66
- 20 50 72 69 63 69 6E 67 20 43 6F 6E 74 72 6F 6C
- 05 00 00 31 31 34 36 33 05 00 00 31 31 34 36 34
- 18 00 00 42 61 75 6C 65 69 74 65 72 2F 43 41 44
- 20 53 70 65 7A 69 61 6C 69 73 74 05 00 00 31 31
- 34 36 35 05 00 00 31 31 34 36 37 05 00 00 31 31
- 34 37 39 05 00 00 31 31 34 38 39 0D 00 00 54 4C
- 20 41 56 2D 54 65 63 68 6E 69 6B 05 00 00 31 31
- 35 30 33 05 00 00 31 31 35 32 31 05 00 00 31 31
- 35 33 31 05 00 00 31 31 35 33 39 05 00 00 31 31
- 35 34 31 05 00 00 31 31 35 34 37 05 00 00 31 31
- 35 34 39 05 00 00 31 31 35 37 39 05 00 00 31 31
- 35 39 33 15 00 00 48 52 2D 4D 49 53 2D 50 72 6F
- 6A 65 63 74 6D 61 6E 61 67 65 72 05 00 00 31 31
- 35 39 38 05 00 00 31 31 36 32 33 17 00 00 48 52
- 20 50 72 6F 63 65 73 73 65 73 20 26 20 50 72 6F
- 6A 65 63 74 73 05 00 00 31 31 36 32 38 05 00 00
- 31 31 36 33 39 05 00 00 31 31 36 35 31 19 00 00
- 46 72 6F 6E 74 20 4F 66 66 69 63 65 20 26 20 45
- 76 65 6E 74 73 20 4D 67 72 05 00 00 31 31 36 35
- 37 05 00 00 31 31 36 36 38 05 00 00 31 31 36 36
- 39 05 00 00 31 31 36 37 31 05 00 00 31 31 36 37
- 39 05 00 00 31 31 36 38 31 12 00 00 54 65 61 6D
- 6C 65 69 74 65 72 20 45 6C 65 6B 74 72 6F 05 00
- 00 31 31 36 38 34 05 00 00 31 31 36 38 36 05 00
- 00 31 31 36 38 37 05 00 00 31 31 36 38 38 05 00
- 00 31 30 35 39 33 05 00 00 31 31 35 36 39 05 00
- 00 31 31 35 33 30 02 00 00 4C 53 04 00 00 34 33
- 32 37 04 00 00 36 39 34 37 05 00 00 31 32 31 34
- 31 05 00 00 31 31 30 37 34 04 00 00 39 35 36 33
- 05 00 00 31 30 38 33 37 04 00 00 38 33 38 31 05
- 00 00 31 30 31 39 38 05 00 00 31 31 30 35 36 09
- 00 00 53 52 4E 4D 2C 20 44 2F 50 05 00 00 31 31
- 30 30 32 04 00 00 34 32 32 33 04 00 00 37 32 37
- 30 02 00 00 53 4E 04 00 00 38 38 31 38 05 00 00
- 31 31 33 34 38 04 00 00 37 31 36 37 04 00 00 35
- 39 39 30 04 00 00 36 32 35 32 02 00 00 50 42 05
- 00 00 31 30 39 31 36 05 00 00 31 30 39 39 30 04
- 00 00 37 32 32 35 04 00 00 35 35 31 35 04 00 00
- 33 33 38 32 05 00 00 31 30 39 30 32 05 00 00 31
- 32 33 38 34 04 00 00 39 37 38 35 04 00 00 35 30
- 31 34 04 00 00 33 33 30 37 07 00 00 42 65 72 6D
- 75 64 61 05 00 00 46 41 4C 53 45 04 00 00 39 35
- 30 37 04 00 00 35 31 30 39 04 00 00 36 31 38 32
- 04 00 00 36 32 32 39 04 00 00 33 36 37 35 04 00
- 00 39 38 36 33 05 00 00 31 31 39 34 34 04 00 00
- 38 31 36 38 04 00 00 38 37 31 35 04 00 00 37 31
- 37 38 05 00 00 31 32 37 39 35 04 00 00 36 36 39
- 31 04 00 00 36 31 34 35 04 00 00 36 39 39 32 05
- 00 00 31 31 30 37 35 04 00 00 39 37 34 33 04 00
- 00 36 30 35 30 04 00 00 38 36 36 35 04 00 00 33
- 39 37 38 04 00 00 34 30 35 36 05 00 00 31 30 33
- 30 38 04 00 00 34 36 31 39 04 00 00 33 32 37 31
- 05 00 00 31 30 37 35 35 04 00 00 38 32 38 31 05
- 00 00 31 32 30 39 35 05 00 00 31 32 33 38 31 05
- 00 00 31 30 39 32 31 05 00 00 31 30 39 33 36 04
- 00 00 36 38 34 31 04 00 00 33 39 30 35 04 00 00
- 33 32 32 39 04 00 00 37 35 38 32 05 00 00 31 31
- 35 33 32 04 00 00 36 37 32 39 05 00 00 31 32 30
- 30 31 05 00 00 31 32 30 30 35 05 00 00 31 32 30
- 31 32 05 00 00 31 32 30 31 33 05 00 00 31 32 30
- 32 31 05 00 00 31 32 30 32 35 05 00 00 31 32 30
- 32 36 05 00 00 31 32 30 33 31 05 00 00 31 32 30
- 34 39 05 00 00 31 32 30 36 30 05 00 00 31 32 30
- 36 31 05 00 00 31 32 30 36 32 05 00 00 31 32 30
- 37 38 05 00 00 31 32 30 38 31 05 00 00 31 32 30
- 38 35 15 00 00 53 61 63 68 62 65 61 72 62 65 69
- 74 65 72 69 6E 20 42 65 62 75 05 00 00 31 32 30
- 38 36 05 00 00 31 32 30 38 37 05 00 00 31 32 30
- 38 39 05 00 00 31 32 30 39 32 18 00 00 41 73 73
- 69 73 74 65 6E 74 69 6E 20 56 52 2D 50 72 E4 73
- 69 64 65 6E 74 05 00 00 31 32 30 39 34 05 00 00
- 31 32 30 39 38 05 00 00 31 32 30 39 39 05 00 00
- 31 32 31 30 30 05 00 00 31 32 31 30 37 05 00 00
- 31 32 31 30 39 05 00 00 31 32 31 31 30 05 00 00
- 31 32 31 32 31 05 00 00 31 32 31 32 32 02 00 00
- 41 50 05 00 00 31 32 31 32 38 05 00 00 31 32 31
- 32 39 05 00 00 31 32 31 33 31 16 00 00 41 64 76
- 65 72 74 69 73 69 6E 67 20 53 70 65 63 69 61 6C
- 69 73 74 05 00 00 31 32 31 33 33 05 00 00 31 32
- 31 33 37 05 00 00 31 32 31 33 38 05 00 00 31 32
- 31 35 38 05 00 00 31 32 31 36 31 05 00 00 31 32
- 31 36 32 05 00 00 31 32 31 36 33 05 00 00 31 32
- 31 36 35 05 00 00 31 32 31 38 31 05 00 00 31 32
- 31 38 34 05 00 00 31 32 31 38 39 05 00 00 31 32
- 31 39 30 05 00 00 31 32 31 39 31 05 00 00 31 32
- 31 39 38 05 00 00 31 32 32 30 31 05 00 00 31 32
- 32 30 38 12 00 00 4B 69 6F 73 6B 6D 69 74 61 72
- 62 65 69 74 65 72 69 6E 05 00 00 31 32 32 31 30
- 15 00 00 4F 70 65 72 61 74 69 6F 6E 73 20 4D 61
- 6E 61 67 65 72 20 43 58 05 00 00 31 32 32 31 36
- 0A 00 00 48 65 61 64 20 6F 66 20 43 50 11 00 00
- 4D 61 6E 68 61 74 74 61 6E 20 4E 59 2C 20 55 53
- 41 05 00 00 31 32 32 31 38 05 00 00 31 32 32 32
- 31 02 00 00 41 41 05 00 00 31 32 32 32 33 05 00
- 00 31 32 32 32 39 05 00 00 31 32 32 33 31 05 00
- 00 31 32 32 33 34 05 00 00 31 32 32 34 37 05 00
- 00 31 32 32 35 31 05 00 00 31 32 32 36 37 05 00
- 00 31 32 32 37 38 11 00 00 4A 75 6E 69 6F 72 20
- 43 6F 6E 74 72 6F 6C 6C 65 72 05 00 00 31 32 32
- 38 33 05 00 00 31 32 32 39 30 05 00 00 31 32 32
- 39 31 05 00 00 31 32 33 30 33 05 00 00 31 32 33
- 30 35 05 00 00 31 32 33 31 33 09 00 00 41 73 73
- 6F 63 69 61 74 65 05 00 00 31 32 33 31 34 05 00
- 00 31 32 33 32 32 15 00 00 4C 65 69 74 65 72 20
- 53 79 73 74 65 6D 2D 54 65 63 68 6E 69 6B 05 00
- 00 31 32 33 32 33 19 00 00 41 72 63 68 69 76 65
- 20 26 20 52 65 63 6F 72 64 73 20 4D 61 6E 61 67
- 65 72 05 00 00 31 32 33 32 34 05 00 00 31 32 33
- 32 37 05 00 00 31 32 33 33 36 05 00 00 31 32 33
- 33 37 05 00 00 31 32 33 33 38 05 00 00 31 32 33
- 34 36 05 00 00 31 32 33 34 37 05 00 00 31 32 33
- 36 30 05 00 00 31 32 33 36 37 05 00 00 31 32 33
- 37 37 05 00 00 31 32 33 38 33 05 00 00 31 32 34
- 31 36 16 00 00 48 65 61 64 20 6F 66 20 47 72 6F
- 75 70 20 52 65 73 65 72 76 65 73 05 00 00 31 32
- 34 32 37 12 00 00 46 FC 68 72 75 6E 67 73 2D 41
- 73 73 69 73 74 65 6E 74 05 00 00 31 32 34 34 34
- 05 00 00 31 32 34 35 30 05 00 00 31 32 34 35 31
- 05 00 00 31 32 34 35 33 05 00 00 31 32 34 35 39
- 19 00 00 53 74 76 2E 20 48 61 75 73 77 69 72 74
- 73 63 68 2E 4C 65 69 74 65 72 69 6E 05 00 00 31
- 32 34 36 30 02 00 00 48 4D 05 00 00 31 32 34 36
- 31 10 00 00 48 4D 53 2D 50 72 61 6B 74 69 6B 61
- 6E 74 69 6E 05 00 00 31 32 34 36 32 0E 00 00 48
- 4D 53 2D 50 72 61 6B 74 69 6B 61 6E 74 05 00 00
- 31 32 34 36 33 05 00 00 31 32 34 36 34 05 00 00
- 31 32 34 36 35 05 00 00 31 32 34 36 37 05 00 00
- 31 32 34 36 38 05 00 00 31 32 34 36 39 13 00 00
- 53 65 72 76 69 63 65 66 61 63 68 6C 65 68 72 6C
- 69 6E 67 05 00 00 31 32 34 37 30 05 00 00 31 32
- 34 37 31 05 00 00 31 32 34 37 32 05 00 00 31 32
- 34 37 34 05 00 00 31 32 34 37 35 05 00 00 31 32
- 34 37 36 05 00 00 31 32 34 37 37 05 00 00 31 32
- 34 37 38 05 00 00 31 32 34 38 30 05 00 00 31 32
- 34 38 31 05 00 00 31 32 34 38 33 05 00 00 31 32
- 34 38 34 05 00 00 31 32 34 38 35 05 00 00 31 32
- 34 38 36 05 00 00 31 32 34 38 37 05 00 00 31 32
- 34 38 38 05 00 00 31 32 34 38 39 05 00 00 31 32
- 34 39 30 05 00 00 31 32 34 39 31 05 00 00 31 32
- 34 39 32 05 00 00 31 32 34 39 33 05 00 00 31 32
- 35 30 30 17 00 00 42 65 74 72 69 65 62 73 6C 65
- 69 74 65 72 20 52 65 73 74 2E 20 4B 48 05 00 00
- 31 32 35 30 31 05 00 00 31 32 35 30 32 11 00 00
- 48 61 75 73 77 69 72 74 73 63 68 61 66 74 73 6D
- 2E 05 00 00 31 32 35 30 36 05 00 00 31 32 35 30
- 37 05 00 00 31 32 35 31 31 05 00 00 31 32 35 31
- 33 05 00 00 31 32 35 31 36 17 00 00 53 65 6E 69
- 6F 72 20 4D 65 64 69 61 20 43 6F 6E 73 75 6C 74
- 61 6E 74 05 00 00 31 32 35 31 37 05 00 00 31 32
- 35 31 38 05 00 00 31 32 35 31 39 19 00 00 4C 65
- 69 74 65 72 20 4C 61 67 65 72 62 65 77 69 72 74
- 73 63 68 61 66 74 2E 05 00 00 31 32 35 32 30 0D
- 00 00 4E 69 67 68 74 20 41 75 64 69 74 6F 72 05
- 00 00 31 32 35 32 36 13 00 00 4C 65 69 74 65 72
- 20 4A 75 6E 69 6F 72 20 50 6F 77 65 72 05 00 00
- 31 32 35 33 32 05 00 00 31 32 35 33 33 05 00 00
- 31 32 35 33 36 05 00 00 31 32 35 33 37 17 00 00
- 41 73 73 69 73 74 61 6E 74 20 6F 66 20 44 65 70
- 61 72 74 6D 65 6E 74 05 00 00 31 32 35 33 38 05
- 00 00 31 32 35 34 30 05 00 00 31 32 35 34 35 05
- 00 00 31 32 35 35 31 05 00 00 31 32 35 35 32 05
- 00 00 31 32 35 36 32 15 00 00 41 75 64 69 6F 2D
- 56 69 64 65 6F 20 53 75 70 70 6F 72 74 65 72 05
- 00 00 31 32 35 36 34 0E 00 00 43 68 65 66 20 64
- 65 20 50 61 72 74 69 65 05 00 00 31 32 35 36 38
- 05 00 00 31 32 35 37 31 05 00 00 31 32 35 37 32
- 13 00 00 53 74 76 2E 20 42 65 74 72 69 65 62 73
- 6C 65 69 74 65 72 05 00 00 31 32 35 37 35 05 00
- 00 31 32 35 37 36 05 00 00 31 32 35 37 37 05 00
- 00 31 32 35 37 38 05 00 00 31 32 35 38 30 11 00
- 00 53 6F 63 69 61 6C 20 43 6F 6E 73 75 6C 74 61
- 6E 74 05 00 00 31 32 35 38 31 05 00 00 31 32 35
- 38 33 14 00 00 54 65 61 6D 6C 2E 20 52 E9 63 2E
- 20 41 64 6C 69 73 77 69 6C 05 00 00 31 32 35 38
- 39 05 00 00 31 32 35 39 31 05 00 00 31 32 36 30
- 35 05 00 00 31 32 36 30 36 05 00 00 31 32 36 30
- 39 0B 00 00 43 68 65 66 20 64 65 20 42 61 72 05
- 00 00 31 32 36 31 32 19 00 00 48 65 61 64 20 43
- 6F 72 53 70 6F 6E 73 26 50 75 62 6C 41 66 66 61
- 69 72 73 05 00 00 31 32 36 32 34 05 00 00 31 32
- 36 33 33 05 00 00 31 32 36 34 34 05 00 00 31 32
- 36 35 39 05 00 00 31 32 36 36 31 05 00 00 31 32
- 36 36 33 05 00 00 31 32 36 36 34 05 00 00 31 32
- 36 36 37 05 00 00 31 32 36 36 38 05 00 00 31 32
- 36 37 38 05 00 00 31 32 36 38 30 05 00 00 31 32
- 36 38 31 05 00 00 31 32 36 38 32 05 00 00 31 32
- 36 38 33 13 00 00 53 69 63 68 65 72 68 65 69 74
- 73 66 61 63 68 6D 61 6E 6E 05 00 00 31 32 36 39
- 34 05 00 00 31 32 36 39 35 05 00 00 31 32 36 39
- 36 11 00 00 53 61 63 68 62 65 61 72 62 65 69 74
- 65 72 20 50 56 05 00 00 31 32 36 39 37 05 00 00
- 31 32 37 30 31 05 00 00 31 32 37 31 32 05 00 00
- 31 32 37 31 39 05 00 00 31 32 37 32 30 05 00 00
- 31 32 37 32 33 05 00 00 31 32 37 32 38 05 00 00
- 31 32 37 33 39 05 00 00 31 32 37 34 31 0A 00 00
- 41 6C 6C 72 6F 75 6E 64 65 72 05 00 00 31 32 37
- 34 32 05 00 00 31 32 37 34 39 16 00 00 4D 67 72
- 20 4B 6E 6F 77 6C 65 64 67 65 20 4E 65 74 77 6F
- 72 6B 73 05 00 00 31 32 37 35 31 05 00 00 31 32
- 37 36 35 05 00 00 31 32 37 36 36 05 00 00 31 32
- 37 36 39 05 00 00 31 32 37 37 30 08 00 00 4F 70
- 65 72 61 74 6F 72 05 00 00 31 32 37 38 34 16 00
- 00 41 73 73 69 73 74 61 6E 74 20 4A 75 6E 69 6F
- 72 20 50 6F 77 65 72 05 00 00 31 32 37 38 35 15
- 00 00 4D 75 6C 74 69 6D 65 64 69 61 20 53 70 65
- 63 69 61 6C 69 73 74 05 00 00 31 32 37 38 37 05
- 00 00 31 32 37 39 30 0C 00 00 33 32 34 2C 20 42
- 65 69 6A 69 6E 67 05 00 00 31 32 37 39 32 05 00
- 00 31 32 37 39 34 05 00 00 31 32 37 39 38 05 00
- 00 31 32 37 39 39 05 00 00 31 32 38 30 31 05 00
- 00 31 32 38 30 32 05 00 00 31 32 38 30 33 05 00
- 00 31 32 38 30 37 05 00 00 31 32 38 31 30 05 00
- 00 31 32 38 31 31 05 00 00 31 32 38 31 33 05 00
- 00 31 32 38 31 36 05 00 00 31 32 38 31 37 05 00
- 00 31 32 38 31 38 05 00 00 31 32 38 31 39 05 00
- 00 31 32 38 32 30 05 00 00 31 32 38 32 32 05 00
- 00 31 32 38 32 33 05 00 00 31 32 38 32 35 05 00
- 00 31 32 38 32 36 19 00 00 48 65 61 64 20 50 72
- 6F 63 65 73 73 26 50 65 72 66 6F 72 6D 2E 4D 67
- 74 2E 05 00 00 31 32 38 32 38 05 00 00 31 32 38
- 33 30 05 00 00 31 32 38 33 31 05 00 00 31 32 38
- 33 33 05 00 00 31 32 38 33 35 05 00 00 31 32 38
- 33 37 05 00 00 31 32 38 33 38 05 00 00 31 32 38
- 33 39 05 00 00 31 32 38 34 31 05 00 00 31 32 38
- 34 33 05 00 00 31 32 38 35 33 05 00 00 31 32 38
- 35 38 05 00 00 31 32 38 35 39 05 00 00 31 32 38
- 36 31 05 00 00 31 32 38 37 31 05 00 00 31 32 38
- 37 39 05 00 00 31 32 38 38 31 05 00 00 31 32 38
- 38 32 05 00 00 31 32 38 38 33 05 00 00 31 32 38
- 38 34 05 00 00 31 32 38 38 35 05 00 00 31 32 38
- 38 37 05 00 00 31 32 38 39 30 05 00 00 31 32 39
- 30 33 05 00 00 31 32 39 30 34 05 00 00 31 32 39
- 30 35 05 00 00 31 32 39 31 37 10 00 00 47 72 6F
- 75 70 20 43 6F 6E 74 72 6F 6C 6C 65 72 05 00 00
- 31 32 39 32 32 05 00 00 31 32 39 32 35 05 00 00
- 31 32 39 32 36 19 00 00 49 6E 74 65 72 6E 61 74
- 69 6F 6E 61 6C 20 54 61 78 20 43 6F 75 6E 73 65
- 6C 05 00 00 31 32 39 35 31 05 00 00 31 32 39 35
- 33 05 00 00 31 32 39 35 36 05 00 00 31 32 39 35
- 38 19 00 00 4A 75 6E 2E 20 41 70 70 6C 69 63 61
- 74 69 6F 6E 20 45 6E 67 69 6E 65 65 72 05 00 00
- 31 32 39 36 38 05 00 00 31 32 39 37 33 05 00 00
- 31 32 39 37 34 05 00 00 31 32 39 38 31 05 00 00
- 31 32 39 39 39 05 00 00 31 33 30 30 30 05 00 00
- 31 33 30 30 33 05 00 00 31 33 30 30 34 05 00 00
- 31 33 30 31 39 05 00 00 31 33 30 32 39 05 00 00
- 31 33 30 33 32 05 00 00 31 33 30 33 34 05 00 00
- 31 33 30 34 31 05 00 00 31 33 30 36 31 05 00 00
- 31 33 30 36 34 05 00 00 31 33 30 36 35 05 00 00
- 31 33 30 38 35 05 00 00 31 33 30 38 36 05 00 00
- 31 33 31 30 31 05 00 00 31 33 31 33 30 05 00 00
- 31 33 31 33 37 05 00 00 31 33 31 34 31 02 00 00
- 4E 59 05 00 00 38 30 30 31 36 1C 00 00 48 65 61
- 64 20 6F 66 20 45 63 6F 6E 6F 6D 69 63 20 52 65
- 73 65 61 72 63 68 20 4E 59 05 00 00 38 30 31 35
- 39 05 00 00 38 30 32 36 35 05 00 00 38 30 35 36
- 39 05 00 00 38 30 31 36 34 26 00 00 48 65 61 64
- 20 6F 66 20 4B 6E 6F 77 6C 65 64 67 65 20 26 20
- 49 6E 66 6F 72 6D 61 74 69 6F 6E 20 4D 67 6E 74
- 2E 2C 06 00 00 41 72 6D 6F 6E 6B 19 00 00 48 65
- 61 64 20 6F 66 20 55 6E 64 65 72 77 72 69 74 69
- 6E 67 20 53 65 72 76 19 00 00 48 65 61 64 20 6F
- 66 20 53 74 72 61 74 2E 26 20 44 65 76 2E 20 55
- 6E 69 74 08 00 00 33 32 34 2D 53 6F 75 6C 05 00
- 00 4C 45 47 41 4C 04 00 00 4C 45 31 31 05 00 00
- 38 30 33 35 39 0F 00 00 47 65 6E 65 72 61 6C 20
- 43 6F 75 6E 73 65 6C 03 00 00 30 30 31 09 00 00
- 42 72 75 78 65 6C 6C 65 73 10 00 00 4D 65 64 65
- 78 20 53 70 65 63 69 61 6C 69 73 74 02 00 00 4D
- 4F 02 00 00 54 4F 02 00 00 50 46 06 00 00 4C 30
- 30 35 38 32                                    
diff --git a/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR6 b/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR6
deleted file mode 100755 (executable)
index a937fe4..0000000
+++ /dev/null
@@ -1,515 +0,0 @@
-             3C 00 1A 20 02 00 00 53 4C 02 00 00
- 5A 48 02 00 00 46 50 02 00 00 44 44 02 00 00 49
- 5A 12 00 00 43 75 73 74 6F 64 79 20 4D 61 6E 61
- 67 65 6D 65 6E 74 13 00 00 55 73 65 72 20 53 75
- 70 70 6F 72 74 20 48 69 50 6F 72 74 19 00 00 48
- 65 61 64 20 49 6E 76 65 73 74 6D 65 6E 74 20 43
- 65 6E 74 65 72 20 5A 48 0E 00 00 41 64 6D 69 6E
- 69 73 74 72 61 74 69 6F 6E 16 00 00 44 65 70 75
- 74 79 20 44 65 70 61 72 74 6D 65 6E 74 20 48 65
- 61 64 02 00 00 49 47 14 00 00 55 6E 64 65 72 77
- 72 69 74 69 6E 67 20 4D 61 6E 61 67 65 72 11 00
- 00 48 65 61 64 20 46 69 78 65 64 20 49 6E 63 6F
- 6D 65 02 00 00 57 49 02 00 00 46 4E 02 00 00 4C
- 46 16 00 00 48 65 61 64 20 49 6E 76 65 73 74 6D
- 65 6E 74 20 41 64 6D 69 6E 2E 02 00 00 54 41 18
- 00 00 48 65 61 64 20 54 61 63 74 69 63 61 6C 20
- 41 6C 6C 6F 63 61 74 69 6F 6E 18 00 00 4F 70 65
- 72 61 74 69 6F 6E 73 20 26 20 54 61 78 20 4F 66
- 66 69 63 65 72 02 00 00 41 4D 12 00 00 53 65 6E
- 69 6F 72 20 43 61 73 75 61 6C 74 79 20 55 57 02
- 00 00 45 51 16 00 00 44 69 76 2E 20 46 69 6E 61
- 6E 63 69 61 6C 20 4F 66 66 69 63 65 72 02 00 00
- 49 49 18 00 00 41 73 73 69 73 74 65 6E 74 69 6E
- 20 4C 49 2D 56 65 72 77 61 6C 74 65 72 0C 00 00
- 53 65 63 74 69 6F 6E 20 48 65 61 64 02 00 00 50
- 56 02 00 00 44 55 11 00 00 4C 65 69 74 65 72 20
- 48 79 70 6F 74 68 65 6B 65 6E 19 00 00 48 65 61
- 64 20 53 65 63 74 6F 72 20 53 74 72 61 74 2E 20
- 45 75 72 6F 70 65 0D 00 00 48 65 61 64 20 45 71
- 75 69 74 69 65 73 19 00 00 4C 69 65 67 65 6E 73
- 63 68 61 66 74 65 6E 76 65 72 77 61 6C 74 65 72
- 69 6E 19 00 00 44 65 70 75 74 79 20 48 65 61 64
- 20 49 6E 76 65 73 74 2E 41 64 6D 69 6E 2E 14 00
- 00 4C 65 69 74 65 72 20 4C 49 2D 56 65 72 77 61
- 6C 74 75 6E 67 04 00 00 38 36 37 31 03 00 00 35
- 36 39 03 00 00 31 33 30 04 00 00 31 37 34 30 03
- 00 00 32 30 36 0A 00 00 49 54 20 4D 61 6E 61 67
- 65 72 03 00 00 35 34 31 0C 00 00 49 54 20 45 78
- 65 63 75 74 69 76 65 0E 00 00 4F 66 66 69 63 65
- 20 4D 61 6E 61 67 65 72 04 00 00 35 37 30 32 04
- 00 00 38 35 36 32 18 00 00 4D 67 72 20 52 65 73
- 65 61 72 63 68 20 26 20 43 6F 6D 6D 75 6E 69 63
- 2E 04 00 00 38 35 36 39 04 00 00 36 35 32 31 04
- 00 00 39 31 36 31 03 00 00 35 39 37 04 00 00 32
- 30 34 31 03 00 00 33 36 33 1A 00 00 52 65 63 65
- 70 74 69 6F 6E 69 73 74 2F 54 65 6C 65 70 68 6F
- 6E 65 20 4F 70 2E 03 00 00 33 36 34 04 00 00 36
- 30 35 32 0F 00 00 48 75 6D 61 6E 20 52 65 73 6F
- 75 72 63 65 73 03 00 00 31 32 38 03 00 00 31 30
- 34 1E 00 00 47 65 6E 65 72 61 6C 20 4D 67 72 20
- 4E 6F 6E 2D 4C 69 66 65 20 28 53 69 6E 67 61 70
- 2E 29 03 00 00 34 39 31 0A 00 00 30 33 2E 30 38
- 2E 31 39 39 38 0A 00 00 31 36 2E 30 38 2E 31 39
- 36 34 0A 00 00 30 31 2E 30 37 2E 31 39 39 38 0A
- 00 00 32 34 2E 30 31 2E 31 39 35 36 0A 00 00 30
- 31 2E 30 37 2E 31 39 39 36 0A 00 00 30 34 2E 30
- 36 2E 31 39 36 32 0A 00 00 30 36 2E 30 33 2E 32
- 30 30 30 0A 00 00 31 36 2E 30 36 2E 31 39 36 35
- 0A 00 00 31 35 2E 30 38 2E 32 30 30 30 0A 00 00
- 31 37 2E 30 37 2E 31 39 37 31 0A 00 00 30 31 2E
- 30 32 2E 31 39 39 39 0A 00 00 30 35 2E 31 32 2E
- 31 39 37 32 0A 00 00 30 32 2E 30 32 2E 32 30 30
- 30 0A 00 00 32 33 2E 30 31 2E 31 39 37 35 0A 00
- 00 30 31 2E 30 39 2E 31 39 39 37 0A 00 00 32 30
- 2E 30 36 2E 31 39 36 39 0A 00 00 30 32 2E 30 36
- 2E 31 39 39 37 0A 00 00 32 31 2E 30 32 2E 31 39
- 37 35 0A 00 00 31 31 2E 30 38 2E 31 39 39 37 0A
- 00 00 30 31 2E 30 39 2E 31 39 37 33 0A 00 00 30
- 32 2E 30 35 2E 31 39 37 32 0A 00 00 30 31 2E 30
- 39 2E 31 39 39 35 15 00 00 45 6E 67 69 6E 65 65
- 72 69 6E 67 20 41 73 73 69 73 74 61 6E 74 0A 00
- 00 32 36 2E 30 38 2E 31 39 38 30 0A 00 00 31 39
- 2E 31 30 2E 31 39 39 38 0A 00 00 31 35 2E 30 36
- 2E 31 39 36 30 0A 00 00 30 31 2E 30 34 2E 31 39
- 39 36 0A 00 00 31 39 2E 31 32 2E 31 39 36 34 0A
- 00 00 32 37 2E 31 30 2E 31 39 36 36 0A 00 00 32
- 37 2E 30 38 2E 31 39 37 34 0A 00 00 31 30 2E 30
- 37 2E 31 39 39 35 0A 00 00 33 30 2E 31 31 2E 31
- 39 37 30 0A 00 00 31 38 2E 30 33 2E 31 39 39 36
- 0A 00 00 31 37 2E 31 30 2E 31 39 34 38 0A 00 00
- 30 31 2E 30 31 2E 31 39 37 30 0A 00 00 30 36 2E
- 31 30 2E 31 39 36 35 0A 00 00 32 36 2E 30 39 2E
- 31 39 35 36 0A 00 00 30 33 2E 31 31 2E 31 39 39
- 33 0A 00 00 31 30 2E 30 37 2E 31 39 37 30 0A 00
- 00 30 31 2E 30 32 2E 31 39 39 38 0A 00 00 32 37
- 2E 30 32 2E 31 39 35 39 0A 00 00 30 31 2E 30 36
- 2E 31 39 39 36 0A 00 00 31 30 2E 30 32 2E 31 39
- 36 36 0A 00 00 31 38 2E 31 31 2E 31 39 39 36 27
- 00 00 43 6C 69 65 6E 74 20 4D 61 6E 61 67 65 72
- 2F 50 72 6F 70 65 72 74 79 20 50 72 6F 64 75 63
- 74 20 4D 61 6E 61 67 65 72 0A 00 00 30 31 2E 31
- 30 2E 31 39 36 32 0A 00 00 31 36 2E 31 30 2E 31
- 39 39 32 03 00 00 4D 59 52 03 00 00 50 48 50 0A
- 00 00 32 38 2E 30 38 2E 31 39 35 34 0A 00 00 31
- 38 2E 30 31 2E 31 39 39 39 0A 00 00 32 35 2E 30
- 35 2E 31 39 37 34 1C 00 00 41 73 73 74 2E 4D 67
- 72 2E 20 54 6F 20 43 6C 69 65 6E 74 20 4D 67 72
- 20 54 65 61 6D 0A 00 00 30 39 2E 30 33 2E 31 39
- 35 35 0A 00 00 30 31 2E 30 37 2E 32 30 30 30 0A
- 00 00 30 33 2E 30 33 2E 31 39 35 36 0A 00 00 31
- 32 2E 30 32 2E 31 39 39 36 0A 00 00 30 31 2E 30
- 39 2E 32 30 30 30 03 00 00 32 35 36 0A 00 00 32
- 31 2E 31 31 2E 31 39 35 39 0A 00 00 32 36 2E 30
- 39 2E 31 39 36 35 0A 00 00 30 31 2E 31 31 2E 31
- 39 39 38 02 00 00 6E 6F 0A 00 00 31 33 2E 30 39
- 2E 31 39 36 39 1C 00 00 41 73 73 6F 63 69 61 74
- 65 20 46 69 6E 61 6E 63 69 61 6C 20 41 64 76 69
- 73 6F 72 79 03 00 00 79 65 73 0A 00 00 30 35 2E
- 31 32 2E 31 39 35 36 0A 00 00 31 32 2E 30 39 2E
- 31 39 38 34 1A 00 00 53 65 6E 69 6F 72 20 4D 61
- 6E 61 67 65 72 20 45 6E 67 69 6E 65 65 72 69 6E
- 67 0A 00 00 30 39 2E 30 38 2E 31 39 36 30 03 00
- 00 54 48 42 0A 00 00 32 34 2E 30 32 2E 31 39 35
- 34 0A 00 00 30 31 2E 30 36 2E 31 39 39 38 0A 00
- 00 30 38 2E 30 33 2E 31 39 36 39 0A 00 00 31 34
- 2E 30 34 2E 31 39 39 37 0A 00 00 32 31 2E 30 38
- 2E 31 39 36 37 0A 00 00 30 37 2E 30 37 2E 31 39
- 39 37 0A 00 00 33 30 2E 31 31 2E 31 39 36 30 0A
- 00 00 30 32 2E 30 35 2E 31 39 39 37 0A 00 00 32
- 39 2E 30 37 2E 31 39 35 35 0A 00 00 30 33 2E 30
- 33 2E 31 39 39 37 0A 00 00 32 35 2E 30 35 2E 31
- 39 35 37 0A 00 00 30 31 2E 30 39 2E 31 39 39 36
- 0A 00 00 31 38 2E 30 31 2E 31 39 34 32 0A 00 00
- 30 31 2E 30 33 2E 31 39 39 39 0A 00 00 32 32 2E
- 30 36 2E 31 39 36 38 0A 00 00 30 31 2E 31 32 2E
- 31 39 39 38 0A 00 00 30 33 2E 30 35 2E 31 39 36
- 39 0A 00 00 30 31 2E 30 35 2E 31 39 39 38 0A 00
- 00 32 32 2E 30 38 2E 31 39 35 37 0A 00 00 31 35
- 2E 30 37 2E 31 39 38 35 0A 00 00 32 32 2E 30 35
- 2E 31 39 36 36 0A 00 00 30 38 2E 30 32 2E 31 39
- 39 36 0A 00 00 32 31 2E 31 32 2E 31 39 37 37 0A
- 00 00 30 33 2E 30 34 2E 31 39 35 36 0A 00 00 31
- 32 2E 30 31 2E 31 39 39 36 0A 00 00 30 38 2E 30
- 37 2E 31 39 36 30 0A 00 00 30 31 2E 30 34 2E 31
- 39 39 39 0A 00 00 30 36 2E 30 31 2E 31 39 36 33
- 0A 00 00 30 31 2E 31 30 2E 31 39 39 38 0A 00 00
- 30 34 2E 30 35 2E 31 39 35 35 0A 00 00 32 33 2E
- 30 39 2E 31 39 39 36 0A 00 00 32 33 2E 30 39 2E
- 31 39 37 30 0A 00 00 30 39 2E 30 33 2E 31 39 36
- 37 0A 00 00 30 36 2E 30 39 2E 32 30 30 30 0A 00
- 00 31 33 2E 30 39 2E 31 39 35 32 0A 00 00 31 37
- 2E 30 31 2E 32 30 30 30 0A 00 00 31 31 2E 30 39
- 2E 31 39 36 31 0A 00 00 30 33 2E 31 31 2E 31 39
- 39 39 0A 00 00 31 39 2E 30 32 2E 31 39 36 32 0A
- 00 00 30 31 2E 30 31 2E 31 39 39 36 0A 00 00 32
- 33 2E 30 37 2E 31 39 36 30 0A 00 00 32 31 2E 30
- 32 2E 32 30 30 30 0A 00 00 31 32 2E 31 31 2E 31
- 39 36 39 0A 00 00 32 34 2E 30 35 2E 31 39 39 39
- 0A 00 00 30 38 2E 31 32 2E 31 39 36 31 0A 00 00
- 30 31 2E 30 34 2E 31 39 39 37 0A 00 00 30 34 2E
- 30 34 2E 31 39 36 34 12 00 00 53 65 6E 69 6F 72
- 20 55 6E 64 65 72 77 72 69 74 65 72 0A 00 00 32
- 33 2E 30 32 2E 31 39 36 35 0A 00 00 31 38 2E 30
- 39 2E 31 39 36 39 0A 00 00 30 31 2E 30 34 2E 31
- 39 39 38 0A 00 00 31 31 2E 30 33 2E 31 39 35 32
- 0A 00 00 31 37 2E 31 30 2E 31 39 37 34 0A 00 00
- 30 33 2E 30 37 2E 31 39 39 35 0A 00 00 30 32 2E
- 30 34 2E 31 39 36 38 0A 00 00 31 34 2E 30 32 2E
- 32 30 30 30 0A 00 00 31 34 2E 30 33 2E 31 39 36
- 31 0A 00 00 31 37 2E 30 36 2E 31 39 39 36 0A 00
- 00 33 31 2E 30 38 2E 31 39 36 35 0A 00 00 31 37
- 2E 30 32 2E 31 39 39 37 0A 00 00 30 35 2E 30 37
- 2E 31 39 36 36 0A 00 00 32 30 2E 30 33 2E 32 30
- 30 30 16 00 00 41 64 6D 69 6E 69 73 74 72 61 74
- 69 76 65 20 4F 66 66 69 63 65 72 0A 00 00 31 33
- 2E 30 36 2E 31 39 37 32 0A 00 00 33 31 2E 30 35
- 2E 32 30 30 30 0A 00 00 32 31 2E 30 33 2E 31 39
- 37 39 0A 00 00 30 32 2E 30 35 2E 32 30 30 30 0A
- 00 00 32 33 2E 31 31 2E 31 39 36 38 0A 00 00 31
- 34 2E 30 32 2E 31 39 37 30 0A 00 00 31 30 2E 30
- 38 2E 31 39 39 38 0A 00 00 30 36 2E 30 39 2E 31
- 39 36 32 0A 00 00 30 33 2E 31 31 2E 31 39 39 37
- 0A 00 00 31 34 2E 30 36 2E 31 39 36 37 0A 00 00
- 31 36 2E 30 36 2E 31 39 39 37 0A 00 00 30 37 2E
- 30 33 2E 31 39 36 35 0A 00 00 30 38 2E 30 35 2E
- 31 39 39 36 0A 00 00 31 36 2E 30 33 2E 31 39 36
- 34 0A 00 00 32 39 2E 30 35 2E 32 30 30 30 0A 00
- 00 31 39 2E 30 38 2E 31 39 37 32 0A 00 00 32 37
- 2E 30 35 2E 31 39 37 30 0A 00 00 31 35 2E 31 31
- 2E 31 39 39 36 0A 00 00 31 36 2E 30 32 2E 31 39
- 37 31 0A 00 00 31 37 2E 31 30 2E 31 39 36 37 0A
- 00 00 32 35 2E 30 38 2E 32 30 30 30 0A 00 00 32
- 33 2E 30 36 2E 31 39 36 36 0A 00 00 31 33 2E 30
- 38 2E 31 39 35 35 0A 00 00 32 30 2E 31 31 2E 31
- 39 36 32 0A 00 00 31 35 2E 30 35 2E 31 39 38 39
- 0A 00 00 32 35 2E 31 31 2E 31 39 36 39 0A 00 00
- 30 32 2E 30 31 2E 31 39 39 37 0A 00 00 31 33 2E
- 31 31 2E 31 39 34 36 0A 00 00 30 31 2E 30 31 2E
- 31 39 37 37 0F 00 00 52 65 6B 72 2E 2F 42 65 74
- 72 65 75 75 6E 67 0A 00 00 32 35 2E 30 32 2E 31
- 39 36 31 0A 00 00 30 31 2E 30 35 2E 31 39 39 33
- 0A 00 00 31 38 2E 31 31 2E 31 39 37 35 0A 00 00
- 33 30 2E 30 39 2E 31 39 37 32 0A 00 00 31 38 2E
- 31 32 2E 31 39 39 37 0A 00 00 33 31 2E 30 38 2E
- 31 39 35 38 17 00 00 45 6E 67 69 6E 65 65 72 69
- 6E 67 20 43 6F 6F 72 64 69 6E 61 74 6F 72 0A 00
- 00 31 31 2E 30 34 2E 31 39 36 30 0A 00 00 30 31
- 2E 30 31 2E 31 39 39 37 0A 00 00 30 37 2E 30 35
- 2E 31 39 38 30 0A 00 00 31 39 2E 30 36 2E 32 30
- 30 30 0A 00 00 33 30 2E 30 35 2E 31 39 36 38 0A
- 00 00 30 37 2E 30 36 2E 31 39 36 36 0A 00 00 30
- 31 2E 31 31 2E 31 39 39 39 0A 00 00 32 36 2E 30
- 33 2E 31 39 36 34 0A 00 00 31 34 2E 30 38 2E 32
- 30 30 30 0A 00 00 32 37 2E 30 33 2E 31 39 35 39
- 0A 00 00 31 30 2E 30 35 2E 31 39 37 33 03 00 00
- 49 4E 52 0A 00 00 30 37 2E 30 33 2E 31 39 36 37
- 0A 00 00 30 34 2E 30 38 2E 31 39 37 36 0A 00 00
- 32 37 2E 31 32 2E 31 39 36 30 0A 00 00 30 31 2E
- 31 30 2E 31 39 39 35 0A 00 00 31 31 2E 30 31 2E
- 31 39 34 38 0A 00 00 30 32 2E 30 34 2E 31 39 39
- 37 0A 00 00 33 30 2E 30 37 2E 31 39 37 35 0A 00
- 00 31 39 2E 31 32 2E 31 39 36 39 0A 00 00 30 31
- 2E 30 33 2E 32 30 30 30 0A 00 00 30 33 2E 30 33
- 2E 31 39 36 38 0A 00 00 30 32 2E 30 37 2E 31 39
- 37 34 02 00 00 53 57 04 00 00 33 31 35 38 04 00
- 00 33 31 39 32 10 00 00 55 57 20 4D 61 6E 61 67
- 65 72 20 53 57 49 46 54 04 00 00 33 32 32 30 02
- 00 00 53 32 04 00 00 33 32 34 31 04 00 00 33 32
- 34 32 04 00 00 33 32 37 33 13 00 00 54 72 65 61
- 74 79 20 55 57 20 53 75 70 70 2E 20 50 2F 43 04
- 00 00 33 32 38 34 04 00 00 33 32 38 38 0F 00 00
- 54 65 61 6D 20 4C 65 61 64 65 72 20 53 53 43 04
- 00 00 33 33 30 35 16 00 00 55 57 20 46 69 6E 61
- 6E 63 69 61 6C 20 53 6F 6C 75 74 69 6F 6E 73 04
- 00 00 33 33 35 36 04 00 00 33 33 35 39 0C 00 00
- 48 65 61 64 20 53 49 43 53 2F 6E 74 02 00 00 43
- 32 04 00 00 33 33 36 38 13 00 00 55 6E 64 65 72
- 77 72 69 74 65 72 20 46 61 6B 20 48 55 4B 02 00
- 00 44 4E 04 00 00 33 33 37 37 13 00 00 44 65 61
- 6C 20 4B 6F 6F 72 64 69 6E 61 74 6F 72 2F 55 57
- 04 00 00 33 33 38 30 12 00 00 55 6E 64 65 72 77
- 72 69 74 65 72 20 44 45 53 49 47 4E 04 00 00 33
- 33 38 39 14 00 00 4B 6E 6F 77 6C 65 64 67 65 20
- 45 78 70 65 72 74 20 53 53 43 04 00 00 33 34 30
- 35 04 00 00 33 34 31 33 04 00 00 33 34 31 35 04
- 00 00 33 34 32 33 02 00 00 45 57 04 00 00 33 34
- 34 33 16 00 00 45 6E 67 69 6E 65 65 72 69 6E 67
- 20 55 57 20 53 75 70 70 6F 72 74 04 00 00 33 34
- 35 34 04 00 00 33 34 36 31 02 00 00 45 42 04 00
- 00 33 34 38 30 04 00 00 33 35 30 38 10 00 00 53
- 65 63 74 69 6F 6E 20 48 65 61 64 20 53 53 43 04
- 00 00 33 35 32 39 04 00 00 33 35 34 37 16 00 00
- 42 75 73 69 6E 65 73 73 20 41 73 73 69 73 74 61
- 6E 74 20 53 53 43 04 00 00 33 35 35 34 04 00 00
- 33 35 36 36 02 00 00 50 34 04 00 00 33 36 31 36
- 10 00 00 55 57 20 46 61 63 2E 20 50 72 6F 70 65
- 72 74 79 04 00 00 33 36 34 31 04 00 00 33 36 35
- 34 04 00 00 33 36 39 35 04 00 00 33 37 38 36 18
- 00 00 55 57 20 4D 61 6E 61 67 65 72 20 46 61 63
- 2E 20 50 72 6F 70 65 72 74 79 04 00 00 33 38 31
- 39 04 00 00 33 38 33 33 18 00 00 55 57 20 53 75
- 70 70 6F 72 74 20 46 61 63 2E 20 43 61 73 75 61
- 6C 74 79 02 00 00 45 43 04 00 00 33 38 36 30 04
- 00 00 33 38 37 34 02 00 00 50 36 04 00 00 33 39
- 35 36 10 00 00 55 6E 64 65 72 77 72 69 74 65 72
- 20 53 61 63 68 04 00 00 33 39 38 38 16 00 00 41
- 64 6D 69 6E 69 73 74 72 61 74 69 6F 6E 20 46 61
- 6B 20 48 55 4B 04 00 00 33 39 39 36 02 00 00 4E
- 45 04 00 00 34 30 32 39 12 00 00 4E 75 63 6C 65
- 61 72 20 55 57 20 53 75 70 70 6F 72 74 04 00 00
- 34 30 34 36 04 00 00 34 30 38 34 04 00 00 34 30
- 38 39 04 00 00 34 30 39 32 04 00 00 34 30 39 37
- 04 00 00 34 31 33 36 04 00 00 34 31 37 32 04 00
- 00 34 32 33 30 04 00 00 34 32 35 31 04 00 00 34
- 32 39 30 0A 00 00 55 57 20 53 75 70 70 6F 72 74
- 04 00 00 34 33 38 35 15 00 00 4D 61 6E 61 67 65
- 72 20 41 63 74 2E 20 53 65 72 76 69 63 65 73 04
- 00 00 34 34 30 33 04 00 00 34 34 31 34 04 00 00
- 34 34 33 38 04 00 00 34 34 34 33 04 00 00 34 34
- 37 32 04 00 00 34 34 37 34 04 00 00 34 35 31 31
- 04 00 00 34 35 33 32 04 00 00 34 35 34 36 02 00
- 00 54 50 04 00 00 34 35 37 34 04 00 00 34 35 38
- 30 04 00 00 34 36 30 39 04 00 00 34 36 33 32 04
- 00 00 34 36 33 35 0E 00 00 53 49 43 53 6E 74 20
- 50 72 6F 6A 65 6B 74 04 00 00 34 39 34 33 02 00
- 00 45 48 04 00 00 34 39 35 37 04 00 00 34 39 35
- 39 04 00 00 35 30 31 30 04 00 00 35 30 32 30 04
- 00 00 35 30 32 32 04 00 00 35 30 36 31 04 00 00
- 35 30 38 33 04 00 00 35 31 31 35 04 00 00 35 31
- 33 35 04 00 00 35 31 38 32 04 00 00 35 31 38 34
- 0E 00 00 48 52 20 43 6F 6E 74 72 6F 6C 6C 69 6E
- 67 04 00 00 35 31 39 35 04 00 00 35 32 32 33 04
- 00 00 35 32 36 30 15 00 00 47 6C 6F 62 61 6C 20
- 43 6C 69 65 6E 74 20 4D 61 6E 61 67 65 72 04 00
- 00 35 32 36 34 04 00 00 35 32 37 30 04 00 00 35
- 32 39 34 04 00 00 35 33 30 37 19 00 00 43 6C 69
- 65 6E 74 20 4D 61 6E 61 67 65 6D 65 6E 74 20 53
- 75 70 70 6F 72 74 04 00 00 35 33 31 32 02 00 00
- 4D 4C 04 00 00 35 33 31 38 0F 00 00 45 76 65 6E
- 74 20 4D 61 72 6B 65 74 69 6E 67 04 00 00 35 33
- 32 32 14 00 00 55 6E 64 65 72 77 72 69 74 65 72
- 20 46 61 6B 20 53 61 63 68 04 00 00 35 33 32 37
- 04 00 00 35 33 33 33 04 00 00 35 33 35 37 04 00
- 00 35 33 35 38 04 00 00 35 34 32 35 18 00 00 4D
- 67 72 20 42 55 53 20 50 65 72 66 6F 72 6D 61 6E
- 63 65 20 54 65 61 6D 04 00 00 35 35 30 34 04 00
- 00 35 35 38 34 10 00 00 41 73 73 69 73 74 61 6E
- 74 20 44 4F 4F 20 45 55 04 00 00 35 35 39 37 04
- 00 00 35 36 30 35 04 00 00 35 36 30 38 04 00 00
- 35 36 31 37 04 00 00 35 36 32 33 04 00 00 35 36
- 38 31 0F 00 00 48 65 61 64 20 50 43 20 53 75 70
- 70 6F 72 74 04 00 00 35 37 30 31 04 00 00 35 37
- 30 34 04 00 00 35 37 32 31 14 00 00 52 65 6C 61
- 74 69 6F 6E 20 4D 61 6E 61 67 65 72 20 53 53 43
- 04 00 00 35 37 33 36 04 00 00 35 37 34 38 04 00
- 00 35 37 35 34 04 00 00 35 37 35 35 17 00 00 50
- 72 6F 6A 65 63 74 20 4D 62 72 20 73 77 69 66 74
- 72 65 2E 63 6F 6D 04 00 00 35 37 35 36 04 00 00
- 35 37 36 32 0F 00 00 44 65 70 75 74 79 20 48 65
- 61 64 20 53 53 43 04 00 00 35 37 38 30 04 00 00
- 35 37 38 34 04 00 00 35 37 38 36 04 00 00 35 38
- 31 35 04 00 00 35 38 32 31 04 00 00 35 38 34 30
- 04 00 00 35 39 32 31 04 00 00 35 39 33 30 04 00
- 00 35 39 33 32 12 00 00 4E 75 63 6C 65 61 72 20
- 55 57 20 4D 61 6E 61 67 65 72 04 00 00 35 39 34
- 36 04 00 00 35 39 34 39 04 00 00 35 39 35 34 04
- 00 00 35 39 35 39 04 00 00 35 39 36 32 04 00 00
- 35 39 38 34 04 00 00 36 30 37 34 04 00 00 36 31
- 31 30 04 00 00 36 31 31 33 04 00 00 36 31 32 36
- 04 00 00 36 31 38 31 17 00 00 50 72 6F 6A 65 63
- 74 20 4D 67 72 20 73 77 69 66 74 72 65 2E 63 6F
- 6D 04 00 00 36 31 38 37 04 00 00 36 32 31 39 19
- 00 00 48 65 61 64 20 6F 66 20 44 69 76 2E 20 45
- 78 65 63 2E 20 4F 66 66 69 63 65 04 00 00 36 33
- 30 31 04 00 00 36 33 35 38 04 00 00 36 34 34 31
- 04 00 00 36 34 35 39 04 00 00 36 35 31 34 04 00
- 00 36 35 32 37 04 00 00 36 35 33 30 13 00 00 4D
- 61 72 69 6E 65 20 55 6E 64 65 72 77 72 69 74 69
- 6E 67 04 00 00 36 35 33 38 04 00 00 36 36 34 35
- 04 00 00 36 36 35 38 04 00 00 36 36 36 35 04 00
- 00 36 36 39 39 04 00 00 36 37 33 37 15 00 00 41
- 70 70 6C 69 63 61 74 69 6F 6E 20 53 75 70 70 6F
- 72 74 65 72 04 00 00 36 37 34 30 04 00 00 36 37
- 34 39 04 00 00 36 37 35 30 0B 00 00 54 72 61 69
- 6E 65 72 20 53 53 43 04 00 00 36 37 39 30 04 00
- 00 36 38 30 35 04 00 00 36 38 31 38 19 00 00 48
- 65 61 64 20 49 6E 64 69 76 69 64 75 61 6C 20 52
- 65 70 6F 72 74 69 6E 67 04 00 00 36 38 36 39 04
- 00 00 36 38 37 31 04 00 00 36 38 38 32 04 00 00
- 36 38 38 33 04 00 00 36 38 38 35 04 00 00 36 39
- 34 34 04 00 00 36 39 34 36 04 00 00 36 39 35 30
- 04 00 00 37 30 31 30 04 00 00 37 30 32 32 04 00
- 00 37 30 32 35 04 00 00 37 30 32 36 04 00 00 37
- 30 37 38 04 00 00 37 30 38 37 04 00 00 37 31 30
- 36 04 00 00 37 31 31 38 04 00 00 37 31 31 39 12
- 00 00 41 63 74 75 61 72 69 61 6C 20 53 65 72 76
- 69 63 65 73 04 00 00 37 31 33 36 04 00 00 37 31
- 36 32 04 00 00 37 31 37 39 04 00 00 37 32 36 39
- 04 00 00 37 33 34 38 04 00 00 37 34 30 39 04 00
- 00 37 34 31 38 04 00 00 37 34 31 39 15 00 00 4D
- 67 72 20 49 54 20 49 6E 66 72 61 73 74 72 75 63
- 74 75 72 65 04 00 00 37 34 37 37 04 00 00 37 35
- 30 31 04 00 00 37 35 37 35 04 00 00 37 35 37 36
- 04 00 00 37 35 39 35 04 00 00 37 36 30 32 04 00
- 00 37 36 30 36 04 00 00 37 39 34 32 04 00 00 37
- 39 37 32 04 00 00 37 39 39 31 04 00 00 38 30 30
- 39 04 00 00 38 30 32 30 04 00 00 38 30 32 39 04
- 00 00 38 30 33 34 04 00 00 38 30 33 37 14 00 00
- 52 65 70 6F 72 74 69 6E 67 20 53 70 65 63 69 61
- 6C 69 73 74 04 00 00 38 30 35 36 14 00 00 53 65
- 6B 72 65 74 61 72 69 61 74 20 4F 70 65 72 2E 20
- 45 55 04 00 00 38 30 36 37 04 00 00 38 30 38 31
- 04 00 00 38 31 31 31 04 00 00 38 31 33 36 15 00
- 00 41 73 73 69 73 74 61 6E 74 20 74 6F 20 48 65
- 61 64 20 53 53 43 04 00 00 38 32 31 39 04 00 00
- 38 32 39 38 04 00 00 38 33 31 39 04 00 00 38 33
- 34 32 04 00 00 38 33 36 33 04 00 00 38 34 30 33
- 04 00 00 38 34 30 34 04 00 00 38 34 30 36 04 00
- 00 38 34 31 32 04 00 00 38 34 31 33 04 00 00 38
- 34 31 34 04 00 00 38 34 31 35 11 00 00 53 65 6E
- 69 6F 72 20 55 57 20 46 61 6B 20 48 55 4B 04 00
- 00 38 34 32 39 04 00 00 38 34 33 31 04 00 00 38
- 34 33 33 04 00 00 38 34 33 37 04 00 00 38 34 34
- 30 04 00 00 38 34 35 31 04 00 00 38 34 35 35 04
- 00 00 38 34 36 36 04 00 00 38 34 36 37 04 00 00
- 38 34 36 38 04 00 00 38 34 37 34 04 00 00 38 34
- 38 30 04 00 00 38 34 38 38 04 00 00 38 34 38 39
- 04 00 00 38 34 39 36 12 00 00 50 72 6F 6A 65 6B
- 74 20 53 70 65 7A 69 61 6C 69 73 74 04 00 00 38
- 35 30 34 04 00 00 38 35 30 37 04 00 00 38 35 30
- 38 04 00 00 38 35 31 35 04 00 00 38 35 31 39 04
- 00 00 38 35 32 30 04 00 00 38 35 32 33 04 00 00
- 38 35 33 39 04 00 00 38 35 35 33 04 00 00 38 35
- 36 30 04 00 00 38 35 36 34 04 00 00 38 35 36 35
- 18 00 00 43 6C 69 65 6E 74 20 4D 61 6E 61 67 65
- 6D 65 6E 74 20 4D 65 6D 62 65 72 04 00 00 38 35
- 36 36 04 00 00 38 35 36 37 04 00 00 38 35 36 38
- 04 00 00 38 35 37 32 04 00 00 38 35 37 34 04 00
- 00 38 35 38 30 04 00 00 38 35 38 31 04 00 00 38
- 35 38 34 04 00 00 38 35 38 35 04 00 00 38 35 39
- 36 04 00 00 38 36 30 30 04 00 00 38 36 32 34 04
- 00 00 38 36 32 38 04 00 00 38 36 33 39 16 00 00
- 55 57 20 4D 61 6E 61 67 65 72 20 73 77 69 66 74
- 72 65 2E 63 6F 6D 04 00 00 38 36 34 33 04 00 00
- 38 36 35 37 19 00 00 48 65 61 64 20 6F 66 20 50
- 6C 61 6E 2E 26 43 6F 6E 74 72 6F 6C 6C 69 6E 67
- 04 00 00 38 37 31 33 10 00 00 55 57 20 46 61 63
- 2E 20 43 61 73 75 61 6C 74 79 04 00 00 38 37 33
- 39 04 00 00 38 37 34 35 04 00 00 38 37 35 30 19
- 00 00 55 57 20 4D 61 6E 61 67 65 72 20 46 69 6E
- 61 6E 63 69 61 6C 20 53 6F 6C 2E 04 00 00 38 37
- 35 33 04 00 00 38 37 36 33 04 00 00 38 38 30 30
- 19 00 00 49 54 20 4D 67 72 20 42 75 73 2E 20 45
- 78 65 63 2E 20 53 79 73 74 65 6D 73 04 00 00 38
- 38 39 38 04 00 00 38 39 32 30 04 00 00 39 31 31
- 36 04 00 00 39 31 32 30 04 00 00 39 31 32 36 04
- 00 00 39 31 35 37 04 00 00 39 31 35 38 04 00 00
- 39 31 37 39 04 00 00 39 33 30 37 04 00 00 39 33
- 32 37 04 00 00 39 33 39 39 04 00 00 39 34 39 35
- 04 00 00 39 34 39 37 04 00 00 39 35 33 33 04 00
- 00 39 36 31 33 04 00 00 39 36 35 31 04 00 00 39
- 37 35 31 05 00 00 31 30 30 35 37 05 00 00 31 30
- 32 31 34 05 00 00 31 30 32 32 36 05 00 00 31 30
- 32 32 38 05 00 00 31 30 32 33 32 05 00 00 31 30
- 32 33 38 05 00 00 31 30 32 34 34 05 00 00 31 30
- 32 34 38 05 00 00 31 30 32 35 30 05 00 00 31 30
- 32 38 34 05 00 00 31 30 33 37 38 05 00 00 31 30
- 34 31 31 05 00 00 31 30 34 35 33 05 00 00 31 30
- 34 38 31 05 00 00 31 30 35 33 33 05 00 00 31 30
- 35 36 37 16 00 00 48 65 61 64 20 49 6E 74 65 72
- 6E 61 74 2E 20 53 75 70 70 6F 72 74 05 00 00 31
- 30 35 38 34 19 00 00 49 54 20 48 65 61 64 20 5A
- 48 20 26 20 4C 6F 63 2E 20 4F 66 66 69 63 65 73
- 05 00 00 31 30 36 30 30 05 00 00 31 30 36 30 37
- 05 00 00 31 30 36 30 38 05 00 00 31 30 36 30 39
- 05 00 00 31 30 36 31 30 05 00 00 31 30 36 31 36
- 05 00 00 31 30 36 32 34 05 00 00 31 30 37 30 31
- 05 00 00 31 30 37 33 34 05 00 00 31 30 37 33 35
- 02 00 00 41 47 05 00 00 31 30 37 34 38 05 00 00
- 31 30 38 36 30 16 00 00 49 54 20 4D 61 6E 61 67
- 65 72 20 73 77 69 66 74 72 65 2E 63 6F 6D 05 00
- 00 31 30 38 39 38 05 00 00 31 30 39 38 39 05 00
- 00 31 30 39 39 31 05 00 00 31 31 31 30 36 0F 00
- 00 43 6F 73 74 20 43 6F 6E 74 72 6F 6C 6C 65 72
- 05 00 00 31 31 31 33 37 05 00 00 31 31 31 34 31
- 19 00 00 53 61 63 68 62 65 61 72 62 2E 44 69 76
- 2E 45 78 65 63 2E 4F 66 66 69 63 65 05 00 00 31
- 31 31 35 34 05 00 00 31 31 32 33 34 05 00 00 31
- 31 32 33 37 05 00 00 31 31 32 37 35 05 00 00 31
- 31 32 37 36 05 00 00 31 31 33 30 39 05 00 00 31
- 31 33 37 33 05 00 00 31 31 33 39 36 05 00 00 31
- 31 35 32 33 05 00 00 31 31 36 37 34 05 00 00 31
- 31 36 39 39 05 00 00 31 31 37 32 33 05 00 00 31
- 31 37 33 33 05 00 00 31 31 37 34 38 05 00 00 31
- 31 37 37 36 05 00 00 31 31 37 38 32 05 00 00 31
- 31 38 31 38 05 00 00 31 31 38 32 37 05 00 00 31
- 31 38 33 35 05 00 00 31 31 38 38 32 05 00 00 31
- 31 39 33 35 05 00 00 31 31 39 33 36 05 00 00 31
- 31 39 34 39 05 00 00 31 32 30 30 38 05 00 00 31
- 32 30 32 34 05 00 00 31 32 30 38 34 05 00 00 31
- 32 31 33 34 05 00 00 31 32 31 35 36 05 00 00 31
- 32 31 38 35 05 00 00 31 32 32 31 31 05 00 00 31
- 32 32 38 37 05 00 00 31 32 33 31 39 05 00 00 31
- 32 33 36 34 05 00 00 31 32 33 39 30 05 00 00 31
- 32 34 34 39 02 00 00 50 4D 05 00 00 31 32 34 35
- 37 0F 00 00 48 65 61 64 20 50 4D 4F 20 45 75 72
- 6F 70 65 01 00 00 34 02 00 00 32 34 02 00 00 32
- 37 02 00 00 34 31 01 00 00 41 02 00 00 35 31 02
- 00 00 36 30 02 00 00 36 35 02 00 00 37 31 02 00
- 00 38 30 02 00 00 38 38 02 00 00 39 39 19 00 00
- 43 6C 69 65 6E 74 20 4D 67 72 20 47 6C 6F 62 61
- 6C 20 43 6C 69 65 6E 74 73 03 00 00 31 31 38 03
- 00 00 31 32 39 03 00 00 31 33 32 16 00 00 43 6C
- 61 69 6D 73 20 4D 67 72 20 73 77 69 66 74 72 65
- 2E 63 6F 6D 03 00 00 31 37 30 03 00 00 31 37 33
- 11 00 00 4D 61 6E 61 67 65 72 20 4D 61 72 69 6E
- 65 20 55 57 03 00 00 31 38 39 11 00 00 55 57 20
- 4D 61 6E 61 67 65 72 20 44 45 53 49 47 4E 03 00
- 00 36 37 38 15 00 00 55 6E 64 65 72 77 72 69 74
- 65 72 20 44 E9 63 65 6E 6E 61 6C 65 03 00 00 38
- 39 32 03 00 00 39 32 38 03 00 00 39 33 38 03 00
- 00 39 37 33 03 00 00 39 37 39 04 00 00 31 30 33
- 30 04 00 00 31 30 37 30 0F 00 00 53 6F 52 69 20
- 55 57 20 4D 61 6E 61 67 65 72 04 00 00 31 31 31
- 38 04 00 00 31 34 37 35 04 00 00 31 35 30 31 04
- 00 00 31 35 32 31 04 00 00 31 35 35 38 04 00 00
- 31 35 39 32 04 00 00 31 36 30 30 04 00 00 31 36
- 31 30 04 00 00 31 36 32 39 04 00 00 31 36 35 35
- 04 00 00 31 37 30 30 16 00 00 48 65 61 64 20 6F
- 66 20 44 69 76 2E 20 48 52 20 5A FC 72 69 63 68
- 04 00 00 31 37 31 39 04 00 00 31 37 36 34 04 00
- 00 31 37 37 34 04 00 00 31 38 30 34 04 00 00 31
- 38 36 36 04 00 00 31 39 30 31 04 00 00 31 39 33
- 37 04 00 00 32 30 30 35 04 00 00 32 30 34 38 04
- 00 00 32 30 37 34 04 00 00 32 31 30 32 04 00 00
- 32 31 33 37 04 00 00 32 31 36 37 04 00 00 32 31
- 38 31 04 00 00 32 32 31 30 04 00 00 32 32 34 34
- 04 00 00 32 32 37 32 04 00 00 32 32 38 30 04 00
- 00 32 33 31 32 04 00 00 32 33 32 36 17 00 00 44
- 69 76 2E 20 4F 70 65 72 61 74 2E 20 4F 66 66 69
- 63 65 72 20 45 55 04 00 00 32 33 36 34 04 00 00
- 32 33 39 30 04 00 00 32 34 31 30 04 00 00 32 34
- 32 38 04 00 00 32 34 33 31 04 00 00 32 34 35 35
- 12 00 00 48 65 61 64 20 6F 66 20 53 53 43 20 5A
- 75 72 69 63 68 04 00 00 32 36 30 33 04 00 00 32
- 36 32 35 04 00 00 32 36 37 32 04 00 00 32 36 39
- 37 04 00 00 32 37 33 33 18 00 00 49 6E 6E 6F 76
- 61 74 69 6F 6E 2F 4B 6E 6F 77 6C 65 64 67 65 20
- 4D 67 72 04 00 00 32 37 33 39 04 00 00 32 37 38
- 36 04 00 00 32 38 30 38 0B 00 00 53 74 61 62 73
- 6C 65 69 74 65 72 04 00 00 32 38 31 31 17 00 00
- 48 65 61 64 20 6F 66 20 4D 61 72 6B 65 74 69 6E
- 67 20 53 20 26 20 4C 04 00 00 32 38 31 36 17 00
- 00 49 54 20 4D 67 72 20 52 65 69 6E 73 75 72 2E
- 20 53 79 73 74 65 6D 73 04 00 00 32 38 32 30 04
- 00 00 32 38 37 33 05 00 00 31 32 35 30 34 05 00
- 00 31 32 35 33 34 05 00 00 31 32 35 34 33 05 00
- 00 31 32 35 36 36 05 00 00 31 32 35 39 38 05 00
- 00 31 32 36 31 31 05 00 00 31 32 36 33 35 05 00
- 00 31 32 36 35 38 05 00 00 31 32 36 36 36 01 00
- 00 4E 05 00 00 31 32 36 37 36 05 00 00 31 32 37
- 33 36 05 00 00 31 32 37 36 38 05 00 00 31 32 38
- 30 35 05 00 00 31 32 38 32 34 05 00 00 31 32 38
- 35 30 05 00 00 31 32 39 33 31 05 00 00 31 33 30
- 30 32                                          
diff --git a/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR7 b/src/testcases/org/apache/poi/hssf/data/BigSSTRecord2CR7
deleted file mode 100755 (executable)
index 571474e..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-       3C 00 86 06 05 00 00 31 33 30 37 30 05 00
- 00 31 32 35 36 37 0F 00 00 4B 56 2D 50 72 61 6B
- 74 69 6B 61 6E 74 69 6E 02 00 00 33 32 04 00 00
- 35 38 37 32 04 00 00 38 34 39 35 05 00 00 31 30
- 34 39 39 05 00 00 31 30 35 30 31 05 00 00 31 30
- 35 30 33 05 00 00 31 30 35 30 35 05 00 00 31 30
- 36 38 39 05 00 00 31 30 36 39 31 05 00 00 31 30
- 37 35 32 05 00 00 31 30 38 35 33 05 00 00 31 30
- 38 35 34 05 00 00 31 30 38 35 36 05 00 00 31 30
- 38 35 37 05 00 00 31 30 38 38 30 16 00 00 50 72
- 6F 6A 65 63 74 20 4F 66 66 69 63 65 20 4D 61 6E
- 61 67 65 72 13 00 00 43 68 69 65 66 20 4C 65 67
- 61 6C 20 4F 66 66 69 63 65 72 18 00 00 53 65 63
- 74 6F 72 20 53 74 72 61 74 65 67 69 73 74 20 45
- 75 72 6F 70 65 12 00 00 48 65 61 64 20 6F 66 20
- 41 75 74 6F 6D 61 74 69 6F 6E 17 00 00 48 65 61
- 64 20 46 75 6E 64 20 6F 66 20 46 75 6E 64 73 20
- 55 6E 69 74 0C 00 00 43 4D 20 41 73 73 69 73 74
- 61 6E 74 18 00 00 48 65 61 64 20 48 75 6D 61 6E
- 20 52 65 73 6F 75 72 63 65 73 20 53 52 49 14 00
- 00 51 75 61 6E 74 69 74 61 74 69 76 65 20 41 6E
- 61 6C 79 73 74 12 00 00 55 6D 77 65 6C 74 62 65
- 61 75 66 74 72 61 67 74 65 72 12 00 00 54 68 69
- 72 64 20 79 65 61 72 20 41 6E 61 6C 79 73 74 17
- 00 00 48 65 61 64 20 43 75 73 74 6F 64 79 20 4D
- 61 6E 61 67 65 6D 65 6E 74 0E 00 00 56 69 63 65
- 20 50 72 65 73 69 64 65 6E 74 11 00 00 50 72 6F
- 6A 65 6B 74 6C 65 69 74 65 72 20 52 53 41 0D 00
- 00 50 72 6F 67 72 61 6D 6D 69 65 72 65 72 19 00
- 00 44 65 70 2E 48 65 61 64 20 46 69 6E 61 6E 63
- 2E 20 41 63 63 6F 75 6E 74 2E 19 00 00 53 65 6E
- 69 6F 72 20 49 6E 66 6F 72 6D 2E 20 53 70 65 63
- 69 61 6C 69 73 74 14 00 00 48 65 61 64 20 43 6C
- 69 65 6E 74 20 52 65 6C 61 74 69 6F 6E 0A 00 00
- 43 6F 6E 73 75 6C 74 61 6E 74 15 00 00 48 65 61
- 64 20 42 75 73 69 6E 65 73 73 20 41 6E 61 6C 79
- 73 74 18 00 00 48 65 61 64 20 43 6C 69 65 6E 74
- 20 4D 67 6D 74 20 53 79 73 74 65 6D 73 15 00 00
- 48 65 61 64 20 4B 6E 6F 77 6C 2E 26 49 6E 66 2E
- 20 4D 67 6D 74 19 00 00 4C 65 69 74 65 72 20 42
- 75 63 68 68 2F 42 65 72 69 63 68 74 65 72 73 74
- 2E 19 00 00 50 72 6F 6A 2E 4D 67 72 2E 20 43 65
- 6E 74 72 65 20 6F 66 20 43 6F 6D 70 2E 19 00 00
- 41 73 73 2E 20 47 72 70 2E 20 43 6F 6D 70 6C 69
- 61 6E 63 65 20 4F 66 66 2E 10 00 00 48 65 61 64
- 20 6F 66 20 52 65 73 65 61 72 63 68 12 00 00 53
- 6F 66 74 77 61 72 65 20 41 72 63 68 69 74 65 63
- 74 13 00 00 48 65 61 64 20 6F 66 20 49 54 20 54
- 72 61 69 6E 69 6E 67 19 00 00 4F 70 65 72 61 74
- 69 76 65 72 20 42 65 74 72 69 65 62 73 6C 65 69
- 74 65 72 12 00 00 41 64 6D 69 6E 2E 20 4D 69 74
- 61 72 62 65 69 74 65 72 02 00 00 47 57 16 00 00
- 54 65 61 6D 6C 2E 20 43 6F 73 74 20 41 63 63 6F
- 75 6E 74 69 6E 67 18 00 00 48 65 61 64 20 52 65
- 67 69 6F 6E 61 6C 20 50 4D 4F 20 5A 75 72 69 63
- 68 04 00 00 35 37 34 34 04 00 00 36 33 30 37 05
- 00 00 31 30 39 30 31 04 00 00 36 34 35 31 04 00
- 00 34 35 30 30 05 00 00 31 31 36 34 37 05 00 00
- 31 32 37 30 30 04 00 00 33 38 34 30 04 00 00 36
- 37 39 33 05 00 00 31 32 39 30 36 04 00 00 35 33
- 32 36 04 00 00 36 38 35 33 05 00 00 31 32 38 35
- 34 04 00 00 35 35 38 31 05 00 00 31 32 39 36 35
- 04 00 00 33 30 38 37 04 00 00 34 33 36 31 04 00
- 00 33 39 37 30 04 00 00 35 32 38 39 04 00 00 38
- 35 38 38 05 00 00 31 30 36 39 30 05 00 00 31 33
- 31 34 37 04 00 00 36 39 38 34 05 00 00 31 31 31
- 33 31 04 00 00 36 38 32 30 04 00 00 34 33 35 36
- 04 00 00 35 35 38 32 04 00 00 33 30 31 34 04 00
- 00 31 34 34 33 04 00 00 35 32 38 36 04 00 00 37
- 32 32 37 05 00 00 31 31 39 37 32 04 00 00 34 35
- 35 34 04 00 00 34 32 36 35 04 00 00 33 36 35 36
- 04 00 00 38 30 37 31 03 00 00 32 39 30 04 00 00
- 35 39 31 38 04 00 00 36 39 33 31 04 00 00 35 36
- 33 30 04 00 00 36 35 34 30 04 00 00 38 34 35 34
- 04 00 00 38 30 36 31 04 00 00 35 30 31 35 05 00
- 00 34 32 31 30 34 0C 00 00 55 6E 64 65 72 77 72
- 69 74 65 72 2C 04 00 00 37 32 35 36 04 00 00 37
- 36 37 34 04 00 00 37 37 38 36 04 00 00 38 37 31
- 34 04 00 00 38 37 31 39 04 00 00 36 33 36 35 04
- 00 00 38 39 35 37 04 00 00 32 37 31 38 04 00 00
- 36 32 39 31 05 00 00 31 31 39 34 37 04 00 00 33
- 30 33 33 04 00 00 38 34 36 30 04 00 00 36 32 36
- 36 04 00 00 33 32 39 39 04 00 00 37 38 38 39 04
- 00 00 32 37 33 30 05 00 00 31 31 33 38 31 05 00
- 00 31 30 36 34 38 04 00 00 37 33 37 33 04 00 00
- 35 30 35 30 04 00 00 38 36 31 39 04 00 00 37 31
- 34 36 04 00 00 34 33 31 33 04 00 00 35 38 33 35
- 04 00 00 38 37 35 38 04 00 00 37 30 37 31 05 00
- 00 31 33 30 36 36 04 00 00 37 37 36 35 04 00 00
- 34 34 36 38 05 00 00 31 31 38 36 31 04 00 00 35
- 38 39 34 04 00 00 32 34 33 38 04 00 00 33 31 38
- 38 04 00 00 34 32 35 37 03 00 00 31 35 38 04 00
- 00 39 32 34 39 12 00 00 41 73 73 6F 63 69 61 74
- 65 20 44 69 72 65 63 74 6F 72 03 00 00 36 31 36
- 05 00 00 31 31 30 36 34 04 00 00 34 36 32 36 04
- 00 00 36 33 31 37 05 00 00 31 31 35 35 33 05 00
- 00 31 31 32 39 38 04 00 00 32 32 35 34 04 00 00
- 39 35 33 31 04 00 00 38 33 31 38 02 00 00 34 35
- 04 00 00 35 34 33 30 04 00 00 37 30 37 36 04 00
- 00 36 38 36 34 05 00 00 31 32 34 35 38 04 00 00
- 35 34 38 35 05 00 00 38 30 30 39 33 04 00 00 35
- 39 37 31 04 00 00 36 34 37 32 04 00 00 36 36 31
- 39 05 00 00 31 31 34 31 30 04 00 00 35 32 39 36
- 04 00 00 38 36 33 30 04 00 00 38 30 32 38 04 00
- 00 31 38 32 36 04 00 00 36 38 35 31            
diff --git a/src/testcases/org/apache/poi/hssf/data/BigSSTRecordCR b/src/testcases/org/apache/poi/hssf/data/BigSSTRecordCR
deleted file mode 100755 (executable)
index c35783d..0000000
+++ /dev/null
@@ -1,225 +0,0 @@
-3C 00 FD 0D 00 6C 05 00 00 47 2D 35 31 35 04
-00 00 32 37 38 38 04 00 00 32 32 34 38 04 00 00
-34 38 30 37 03 00 00 32 32 37 13 00 00 50 6C 79
-6D 6F 75 74 68 20 50 54 20 43 72 75 69 73 65 72
-18 00 00 53 74 61 72 20 54 72 65 6B 20 53 70 61
-63 65 20 53 68 69 70 20 53 65 74 3B 00 00 54 4F
-53 20 45 6E 74 65 72 70 72 69 73 65 2C 20 4B 6C
-69 6E 67 6F 6E 20 42 61 74 74 6C 65 63 72 75 69
-73 65 72 2C 20 52 6F 6D 75 6C 61 6E 20 42 69 72
-64 20 6F 66 20 50 72 65 79 14 00 00 46 6F 63 6B
-65 2D 57 75 6C 66 20 46 77 31 39 30 20 44 2D 39
-05 00 00 32 34 32 32 38 12 00 00 46 65 72 72 61
-72 69 20 33 36 30 20 4D 6F 64 65 6E 61 07 00 00
-38 35 2D 35 36 30 37 0D 00 00 43 2D 34 37 20 53
-6B 79 74 72 61 69 6E 11 00 00 43 6C 61 73 73 69
-63 20 41 69 72 66 72 61 6D 65 73 03 00 00 34 33
-39 15 00 00 42 72 69 73 74 6F 6C 20 42 6C 65 6E
-68 65 69 6D 20 4D 6B 20 49 19 00 00 46 69 6E 6E
-69 73 68 2F 59 75 67 6F 73 6C 61 76 20 6D 61 72
-6B 69 6E 67 73 05 00 00 35 31 30 33 38 0F 00 00
-4A 75 6E 6B 65 72 73 20 4A 75 38 37 47 2D 32 16
-00 00 22 53 75 70 65 72 20 44 65 74 61 69 6C 20
-47 75 6E 20 50 6F 64 22 05 00 00 35 31 30 34 30
-0C 00 00 54 79 70 68 6F 6F 6E 20 4D 2E 49 42 0E
-00 00 22 53 75 70 65 72 20 44 65 74 61 69 6C 22
-05 00 00 34 38 30 36 31 04 00 00 36 36 37 37 04
-00 00 5A 30 30 35 09 00 00 4D 6F 74 6F 72 69 7A
-65 64 07 00 00 38 35 2D 35 38 34 31 39 00 00 77
-2F 56 65 72 6C 69 6E 64 65 6E 20 64 65 74 61 69
-6C 20 73 65 74 20 31 34 37 34 20 61 6E 64 20 54
-72 75 65 20 44 65 74 61 69 6C 73 20 77 68 65 65
-6C 73 20 34 38 30 31 37 45 00 00 77 2F 57 61 72
-72 69 6F 72 20 57 41 20 57 31 30 30 31 20 44 4F
-2D 33 33 35 20 22 50 66 69 65 6C 22 20 44 65 74
-61 69 6C 20 53 65 74 2C 20 61 6C 73 6F 20 56 65
-72 6C 69 6E 64 65 6E 20 73 65 74 20 31 36 32 39
-04 00 00 36 37 39 30 0D 00 00 43 75 72 74 69 73
-73 20 50 2D 33 36 41 36 00 00 77 2F 20 53 71 75
-61 64 72 6F 6E 20 63 61 6E 6F 70 79 20 61 6E 64
-20 52 61 72 65 70 6C 61 6E 65 73 20 59 50 2D 33
-37 20 63 6F 6E 76 65 72 73 69 6F 6E 20 6B 69 74
-07 00 00 38 35 2D 37 36 33 33 15 00 00 56 6F 6C
-6B 73 77 61 67 65 6E 20 56 61 6E 20 43 61 6D 70
-65 72 04 00 00 38 32 34 38 0F 00 00 48 61 72 64
-20 48 61 74 20 48 61 75 6C 65 72 04 00 00 38 37
-38 39 1A 00 01 43 00 75 00 74 00 2D 00 41 00 77
-00 61 00 79 00 20 00 4D 00 69 00 6C 00 6C 00 65
-00 6E 00 69 00 75 00 6D 00 20 00 46 00 61 00 6C
-00 63 00 6F 00 6E 00 22 21 05 00 00 36 31 30 33
-31 20 00 00 55 2E 53 2E 20 4E 61 76 79 20 42 72
-65 77 73 74 65 72 20 46 32 41 2D 32 20 42 75 66
-66 61 6C 6F 05 00 00 36 30 37 34 30 1D 00 00 55
-2E 53 2E 41 2E 46 2E 20 42 65 6C 6C 20 58 2D 31
-20 4D 61 63 68 20 42 75 73 74 65 72 05 00 00 36
-31 30 34 35 21 00 00 48 79 61 6B 75 73 68 69 6B
-69 20 53 68 69 74 65 69 20 49 49 49 20 52 65 63
-6F 6E 20 50 6C 61 6E 65 05 00 00 36 31 30 34 37
-1E 00 00 4E 6F 72 74 68 20 41 6D 65 72 69 63 61
-6E 20 52 41 46 20 4D 75 73 74 61 6E 67 20 49 49
-49 07 00 00 38 35 2D 32 35 37 32 14 00 00 41 63
-75 72 61 20 49 6E 74 65 67 72 61 20 54 79 70 65
-20 52 07 00 00 38 35 2D 32 34 38 39 10 00 00 35
-36 20 43 68 65 76 79 AE 20 4E 6F 6D 61 64 AE 04
-00 00 32 32 36 39 10 00 00 43 6F 72 76 65 74 74
-65 20 41 6D 65 72 69 63 61 03 00 00 31 30 34 1F
-00 00 4D 65 73 73 65 72 73 63 68 6D 69 74 74 20
-4D 65 2D 33 32 31 20 44 2D 31 20 47 69 67 61 6E
-74 05 00 00 36 31 30 34 38 0F 00 00 44 65 77 6F
-69 74 69 6E 65 20 44 2E 35 32 30 07 00 00 38 35
-2D 31 36 35 36 4B 00 00 77 2F 69 6E 74 65 72 69
-6F 72 20 61 6E 64 20 65 78 74 65 72 69 6F 72 20
-64 65 74 61 69 6C 20 73 65 74 73 2C 20 65 6E 67
-69 6E 65 73 2C 20 77 68 65 65 6C 20 73 65 74 2C
-20 61 6E 64 20 6E 65 77 20 64 65 63 61 6C 73 2C
-20 43 44 04 00 00 4A 54 33 31 0D 00 00 50 2D 35
-31 4B 20 4D 75 73 74 61 6E 67 12 00 00 46 6F 63
-6B 65 2D 57 75 6C 66 65 20 46 77 31 39 30 46 04
-00 00 37 31 33 36 1F 00 00 48 6F 74 20 52 6F 64
-20 43 75 73 74 6F 6D 20 4D 6F 64 65 6C 20 27 41
-27 20 50 69 63 6B 75 70 04 00 00 32 37 35 30 19
-00 00 32 39 20 46 6F 72 64 20 50 69 63 6B 75 70
-20 53 74 72 65 65 74 20 52 6F 64 09 00 00 45 53
-43 69 2F 45 52 54 4C 04 00 00 34 31 30 31 12 00
-00 43 75 72 74 69 73 73 20 50 2D 33 36 41 20 48
-61 77 6B 04 00 00 38 30 32 38 16 00 00 31 39 35
-37 20 46 6F 72 64 20 46 61 69 72 6C 61 6E 65 20
-35 30 30 08 00 00 4D 50 43 2F 45 52 54 4C 04 00
-00 36 32 32 31 0E 00 00 44 65 6F 72 61 20 53 68
-6F 77 20 43 61 72 04 00 00 34 38 30 33 1E 00 00
-42 65 6C 6C 20 58 50 2D 37 37 20 4C 69 67 68 74
-77 65 69 67 68 74 20 46 69 67 68 74 65 72 04 00
-00 4A 54 37 35 0E 00 00 46 34 55 2D 35 4E 20 43
-6F 72 73 61 69 72 04 00 00 38 36 31 39 1A 00 00
-4E 6F 72 74 68 72 6F 70 20 59 42 2D 34 39 20 46
-6C 79 69 6E 67 20 57 69 6E 67 04 00 00 38 31 32
-35 04 00 00 42 6F 61 74 1B 00 00 33 20 69 6E 20
-31 20 43 75 73 74 6F 6D 69 7A 69 6E 67 20 42 6F
-61 74 20 4B 69 74 04 00 00 32 32 37 38 0E 00 00
-43 69 74 61 74 69 6F 6E 20 54 75 72 62 6F 05 00
-00 34 38 30 33 31 1A 00 00 59 61 6B 2D 37 41 20
-57 57 49 49 20 53 6F 76 69 65 74 20 46 69 67 68
-74 65 72 03 00 00 38 36 31 15 00 00 46 6F 63 6B
-65 20 57 75 6C 66 20 54 41 2D 31 35 32 20 48 2D
-31 11 00 00 77 2F 4D 6F 73 6B 69 74 20 65 78 68
-61 75 73 74 73 06 00 00 46 75 6A 69 6D 69 16 00
-00 46 6F 63 6B 65 2D 57 75 6C 66 20 46 77 31 39
-30 41 36 2D 3E 41 39 14 00 00 77 2F 54 72 75 65
-20 44 65 74 61 69 6C 20 77 68 65 65 6C 73 06 00
-00 52 55 31 30 30 32 05 00 00 4D 43 2D 30 35 0A
-00 00 56 6F 6C 6B 73 77 61 67 65 6E 1C 00 00 53
-74 6F 63 6B 20 6F 72 20 41 41 2F 41 6C 74 65 72
-65 64 20 56 57 20 43 6F 75 70 65 07 00 00 38 35
-2D 35 35 31 30 0D 00 00 42 2D 32 36 20 4D 61 72
-61 75 64 65 72 2C 00 00 53 70 65 63 69 61 6C 20
-45 64 69 74 69 6F 6E 20 77 2F 72 65 73 69 6E 20
-70 61 72 74 73 3B 20 73 6B 69 6C 6C 20 6C 65 76
-65 6C 20 33 06 00 00 4D 65 20 33 30 39 04 00 00
-38 35 38 35 19 00 00 45 6C 65 63 74 72 6F 6E 69
-63 20 58 2D 57 69 6E 67 20 46 69 67 68 74 65 72
-04 00 00 38 30 33 36 0D 00 00 50 2D 34 30 4E 20
-57 61 72 68 61 77 6B 09 00 00 50 72 6F 66 69 70
-61 63 6B 06 00 00 48 2D 31 32 31 37 15 00 00 41
-75 73 74 69 6E 20 48 65 61 6C 65 79 20 31 30 30
-2D 53 69 78 03 00 00 32 31 32 11 00 00 54 68 75
-6E 64 65 72 62 6F 6C 74 20 50 2D 34 37 44 03 00
-00 32 31 35 0D 00 00 46 38 46 2D 32 20 42 65 61
-72 63 61 74 03 00 00 4D 50 4D 05 00 00 34 38 30
-32 38 13 00 00 46 6F 63 6B 65 2D 57 75 6C 66 20
-46 77 20 31 39 30 20 53 2F 00 00 45 78 70 65 72
-74 20 53 65 72 69 65 73 3B 20 77 69 74 68 20 72
-65 73 69 6E 20 61 6E 64 20 70 68 6F 74 6F 2D 65
-74 63 68 20 64 65 74 61 69 6C 07 00 00 38 35 2D
-35 37 30 36 12 00 00 42 2D 32 39 20 53 75 70 65
-72 66 6F 72 74 72 65 73 73 16 00 00 77 2F 45 2D
-5A 20 6D 61 73 6B 20 63 61 6E 6F 70 79 20 6D 61
-73 6B 20 00 00 77 2F 64 65 74 61 69 6C 20 73 65
-74 20 61 6E 64 20 4D 6F 73 6B 69 74 20 65 78 68
-61 75 73 74 73 33 00 00 53 6B 69 6C 6C 20 6C 65
-76 65 6C 20 33 2C 20 77 69 74 68 20 72 65 73 69
-6E 20 65 6E 67 69 6E 65 20 28 45 6E 67 69 6E 65
-73 20 26 20 54 68 69 6E 67 73 29 05 00 00 34 38
-30 33 34 13 00 00 46 6F 63 6B 65 2D 57 75 6C 66
-20 46 77 20 31 38 39 20 41 05 00 00 32 34 30 34
-36 17 00 00 4C 6F 74 75 73 20 53 75 70 65 72 20
-37 20 53 65 72 69 65 73 20 49 49 04 00 00 33 34
-33 31 10 00 00 42 2D 32 35 43 2F 44 20 4D 69 74
-63 68 65 6C 6C 09 00 00 54 72 69 6D 61 73 74 65
-72 22 00 00 46 6F 63 6B 65 2D 57 75 6C 66 20 46
-77 31 39 30 41 2D 38 2F 52 31 31 20 4E 61 63 68
-74 6A 61 67 65 72 05 00 00 34 38 30 30 31 16 00
-00 4D 65 73 73 65 72 73 63 68 6D 69 74 74 20 42
-66 31 30 39 4B 2D 34 12 00 00 77 2F 72 65 73 69
-6E 20 64 65 74 61 69 6C 20 73 65 74 04 00 00 32
-37 34 31 18 00 00 46 6F 72 64 20 53 74 72 65 65
-74 20 22 54 22 20 52 6F 61 64 73 74 65 72 04 00
-00 30 31 39 34 0E 00 00 54 68 65 20 53 70 61 63
-65 20 54 61 78 69 02 00 00 4A 31 17 00 00 4D 65
-73 73 65 72 73 63 68 6D 69 74 74 20 42 66 31 30
-39 20 45 2D 33 1F 00 00 77 2F 56 65 72 6C 69 6E
-64 65 6E 20 73 75 70 65 72 2D 74 65 63 68 20 6B
-69 74 20 23 33 38 34 07 00 00 38 35 2D 32 35 31
-37 27 00 00 31 31 20 53 74 65 76 65 20 4B 69 6E
-73 65 72 20 51 75 61 6B 65 72 20 53 74 61 74 65
-20 53 70 72 69 6E 74 20 43 61 72 07 00 00 38 35
-2D 37 33 31 30 03 00 00 31 2F 38 0A 00 00 4D 6F
-74 6F 72 63 79 63 6C 65 21 00 01 58 00 4C 00 22
-21 20 00 31 00 32 00 30 00 30 00 20 00 53 00 70
-00 6F 00 72 00 74 00 73 00 74 00 65 00 72 00 28
-00 52 00 29 00 20 00 31 00 32 00 30 00 30 00 20
-00 43 00 75 00 73 00 74 00 6F 00 6D 00 04 00 00
-36 31 33 35 1A 00 00 36 32 20 50 6F 6E 74 69 61
-63 20 43 61 74 61 6C 69 6E 61 20 43 75 73 74 6F
-6D 03 00 00 39 31 32 0D 00 00 43 75 72 74 69 73
-73 20 52 61 63 65 72 05 00 00 33 31 32 32 30 16
-00 00 32 39 20 46 6F 72 64 20 57 6F 6F 64 79 20
-2F 20 50 69 63 6B 75 70 0B 00 00 52 2E 20 56 2E
-20 52 65 73 69 6E 19 00 00 46 6F 63 6B 65 20 57
-75 6C 66 20 54 61 20 31 35 32 43 2D 30 20 28 56
-37 29 07 00 00 38 35 2D 37 36 37 39 2B 00 00 36
-34 20 46 6F 72 64 20 46 61 69 72 6C 61 6E 65 20
-54 68 75 6E 64 65 72 62 6F 6C 74 20 53 74 72 65
-65 74 20 4D 61 63 68 69 6E 65 04 00 00 38 32 30
-37 21 00 00 31 39 36 37 20 43 68 65 76 72 6F 6C
-65 74 20 49 6D 70 61 6C 61 20 53 75 70 65 72 20
-53 70 6F 72 74 07 00 00 38 35 2D 31 39 31 34 13
-00 00 43 68 72 79 73 6C 65 72 20 50 54 20 43 72
-75 69 73 65 72 05 00 00 36 31 30 35 34 11 00 00
-41 69 63 68 69 20 4D 36 41 31 20 53 65 69 72 65
-6E 07 00 00 38 35 2D 32 31 34 34 0B 00 01 4B 00
-69 00 6C 00 6C 00 65 00 72 00 20 00 42 00 65 00
-65 00 22 21 1A 00 01 42 00 6C 00 61 00 63 00 6B
-00 20 00 54 00 6F 00 70 00 20 00 57 00 61 00 72
-00 72 00 69 00 6F 00 72 00 73 00 22 21 20 00 73
-00 65 00 72 00 69 00 65 00 73 00 05 00 00 33 30
-30 38 39 16 00 00 33 32 20 46 6F 72 64 20 50 68
-61 6E 74 6F 6D 20 56 69 63 6B 69 65 07 00 00 38
-35 2D 34 31 35 31 18 00 00 54 6F 6E 79 20 4E 61
-6E 63 79 27 73 20 52 65 76 65 6C 6C 6C 69 6E 65
-72 07 00 00 38 35 2D 35 38 33 34 0E 00 00 46 2D
-31 31 37 41 20 53 74 65 61 6C 74 68 24 00 00 53
-6B 69 6C 6C 20 6C 65 76 65 6C 20 33 2C 20 77 69
-74 68 20 70 68 6F 74 6F 2D 65 74 63 68 20 70 61
-72 74 73 04 00 00 35 36 30 38 0F 00 00 42 2D 32
-34 4A 20 4C 69 62 65 72 61 74 6F 72 04 00 00 4D
-41 2D 37 04 00 00 4D 41 2D 33 1B 00 00 48 65 69
-6E 6B 65 6C 20 48 65 31 36 32 41 2D 32 20 56 6F
-6C 6B 73 6A 61 67 65 72 05 00 00 33 30 32 37 33
-0C 00 00 41 4D 54 20 41 6D 74 72 6F 6E 69 63 04
-00 00 37 38 30 33 14 00 00 54 42 4D 2D 33 2F 54
-42 46 2D 31 43 20 41 76 65 6E 67 65 72 13 00 00
-77 2F 41 65 72 6F 6D 61 73 74 65 72 20 64 65 63
-61 6C 73 04 00 00 37 38 30 36 1B 00 00 53 42 44
-2D 33 2F 53 42 44 2D 34 2F 53 42 44 2D 35 20 44
-61 75 6E 74 6C 65 73 73 05 00 00 36 31 30 37 31
-20 00 00 46 61 69 72 65 79 20 53 77 6F 72 64 66
-69 73 68 20 4D 6B 2E 49 20 46 6C 6F 61 74 70 6C
-61 6E 65 04 00 00 37 35 37 35 10 00 00 44 65 76
-61 73 74 61 74 6F 72 20 54 42 44 2D 31 04 00 00
-32 31 37 39 12 00 00 50 2D 32 36 41 2F 43 20 50
-65 61 73 68 6F 6F 74 65 72 06 00 00 34 35 34 3A
-34 39 09 00 00 43 61 72 61 76 65 6C 6C 65 03 00
-00 35 30 36 0D 00 00 4F 56 2D 31 30 41 20 42 72
-6F 6E 63 6F 07 00 00 38 35 2D 35 39 32 39 11 00
-00 50 2D 34 37 4E 20 54 68 75 6E 64 65 72 62 6F
-6C 74
diff --git a/src/testcases/org/apache/poi/hssf/data/Booleans.xlsx b/src/testcases/org/apache/poi/hssf/data/Booleans.xlsx
deleted file mode 100755 (executable)
index 7528346..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/Booleans.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ColumnStyle1dp.xls b/src/testcases/org/apache/poi/hssf/data/ColumnStyle1dp.xls
deleted file mode 100755 (executable)
index 1318b0f..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ColumnStyle1dp.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ColumnStyle1dpColoured.xls b/src/testcases/org/apache/poi/hssf/data/ColumnStyle1dpColoured.xls
deleted file mode 100755 (executable)
index 25dd8de..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ColumnStyle1dpColoured.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ColumnStyleNone.xls b/src/testcases/org/apache/poi/hssf/data/ColumnStyleNone.xls
deleted file mode 100755 (executable)
index 3f0128a..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ColumnStyleNone.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ContinueRecordProblem.xls b/src/testcases/org/apache/poi/hssf/data/ContinueRecordProblem.xls
deleted file mode 100644 (file)
index c74b864..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ContinueRecordProblem.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/CustomXMLMapping-singleattributenamespace.xlsx b/src/testcases/org/apache/poi/hssf/data/CustomXMLMapping-singleattributenamespace.xlsx
deleted file mode 100644 (file)
index 635dea7..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/CustomXMLMapping-singleattributenamespace.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/CustomXMLMappings-complex-type.xlsx b/src/testcases/org/apache/poi/hssf/data/CustomXMLMappings-complex-type.xlsx
deleted file mode 100755 (executable)
index 0d6d8d0..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/CustomXMLMappings-complex-type.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/CustomXMLMappings.xlsx b/src/testcases/org/apache/poi/hssf/data/CustomXMLMappings.xlsx
deleted file mode 100755 (executable)
index 32a5573..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/CustomXMLMappings.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/CustomXmlMappings-inverse-order.xlsx b/src/testcases/org/apache/poi/hssf/data/CustomXmlMappings-inverse-order.xlsx
deleted file mode 100755 (executable)
index f3acef3..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/CustomXmlMappings-inverse-order.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/DBCSHeader.xls b/src/testcases/org/apache/poi/hssf/data/DBCSHeader.xls
deleted file mode 100644 (file)
index d97daf1..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/DBCSHeader.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/DBCSSheetName.xls b/src/testcases/org/apache/poi/hssf/data/DBCSSheetName.xls
deleted file mode 100644 (file)
index 17aa944..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/DBCSSheetName.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/DateFormats.xls b/src/testcases/org/apache/poi/hssf/data/DateFormats.xls
deleted file mode 100644 (file)
index 6b2c348..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/DateFormats.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/EmbeddedChartHeaderTest.xls b/src/testcases/org/apache/poi/hssf/data/EmbeddedChartHeaderTest.xls
deleted file mode 100644 (file)
index af0cb22..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/EmbeddedChartHeaderTest.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/Employee.xls b/src/testcases/org/apache/poi/hssf/data/Employee.xls
deleted file mode 100755 (executable)
index bb9be26..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/Employee.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ErrPtg.xls b/src/testcases/org/apache/poi/hssf/data/ErrPtg.xls
deleted file mode 100644 (file)
index 5003599..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ErrPtg.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ForShifting.xls b/src/testcases/org/apache/poi/hssf/data/ForShifting.xls
deleted file mode 100755 (executable)
index 7cb3ebd..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ForShifting.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ForShifting.xlsx b/src/testcases/org/apache/poi/hssf/data/ForShifting.xlsx
deleted file mode 100755 (executable)
index f05923b..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ForShifting.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/Formatting.xls b/src/testcases/org/apache/poi/hssf/data/Formatting.xls
deleted file mode 100755 (executable)
index b835417..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/Formatting.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/Formatting.xlsx b/src/testcases/org/apache/poi/hssf/data/Formatting.xlsx
deleted file mode 100755 (executable)
index b1f2e26..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/Formatting.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/FormulaEvalTestData.xls b/src/testcases/org/apache/poi/hssf/data/FormulaEvalTestData.xls
deleted file mode 100644 (file)
index f91091a..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/FormulaEvalTestData.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/FormulaEvalTestData_Copy.xlsx b/src/testcases/org/apache/poi/hssf/data/FormulaEvalTestData_Copy.xlsx
deleted file mode 100755 (executable)
index 8e491a5..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/FormulaEvalTestData_Copy.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/HyperlinksOnManySheets.xls b/src/testcases/org/apache/poi/hssf/data/HyperlinksOnManySheets.xls
deleted file mode 100755 (executable)
index 1884e57..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/HyperlinksOnManySheets.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/IfFormulaTest.xls b/src/testcases/org/apache/poi/hssf/data/IfFormulaTest.xls
deleted file mode 100644 (file)
index d307bee..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/IfFormulaTest.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/IndexFunctionTestCaseData.xls b/src/testcases/org/apache/poi/hssf/data/IndexFunctionTestCaseData.xls
deleted file mode 100644 (file)
index bf0b23a..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/IndexFunctionTestCaseData.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/IntersectionPtg.xls b/src/testcases/org/apache/poi/hssf/data/IntersectionPtg.xls
deleted file mode 100644 (file)
index 74b87db..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/IntersectionPtg.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/LookupFunctionsTestCaseData.xls b/src/testcases/org/apache/poi/hssf/data/LookupFunctionsTestCaseData.xls
deleted file mode 100755 (executable)
index 94f16e9..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/LookupFunctionsTestCaseData.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/MRExtraLines.xls b/src/testcases/org/apache/poi/hssf/data/MRExtraLines.xls
deleted file mode 100644 (file)
index e82e4f6..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/MRExtraLines.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/MissingBits.xls b/src/testcases/org/apache/poi/hssf/data/MissingBits.xls
deleted file mode 100644 (file)
index 4dba467..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/MissingBits.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/NoGutsRecords.xls b/src/testcases/org/apache/poi/hssf/data/NoGutsRecords.xls
deleted file mode 100644 (file)
index c4340f6..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/NoGutsRecords.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/OddStyleRecord.xls b/src/testcases/org/apache/poi/hssf/data/OddStyleRecord.xls
deleted file mode 100644 (file)
index dcaa79b..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/OddStyleRecord.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/PercentPtg.xls b/src/testcases/org/apache/poi/hssf/data/PercentPtg.xls
deleted file mode 100644 (file)
index 4241476..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/PercentPtg.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/RangePtg.xls b/src/testcases/org/apache/poi/hssf/data/RangePtg.xls
deleted file mode 100644 (file)
index 889dd00..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/RangePtg.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ReadOnlyRecommended.xls b/src/testcases/org/apache/poi/hssf/data/ReadOnlyRecommended.xls
deleted file mode 100644 (file)
index d479b94..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ReadOnlyRecommended.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ReferencePtg.xls b/src/testcases/org/apache/poi/hssf/data/ReferencePtg.xls
deleted file mode 100644 (file)
index d415034..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ReferencePtg.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SampleSS.txt b/src/testcases/org/apache/poi/hssf/data/SampleSS.txt
deleted file mode 100644 (file)
index b1dc6b6..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-Author = Nick Burch
-Title = Sample Spreadsheet
-Subject = Spreadsheet for testing
-Keywords = Testing Sample Formulas
-Comments = This is a sample spreadsheet, for use when testing things
-
-(First Sheet)
-Test spreadsheet       
-2nd row                                        2nd row 2nd column
-       
-This one is red        
-
-(Sheet Number 2)
-Start of 2nd sheet                     
-Sheet 2 row 2                  
-                       
-I'm in bold blue, on a yellow background                       
-                       
-cb=1           cb=10           cb=2            cb=sum
-1              10              2               =SUM(A7:C7)
-
diff --git a/src/testcases/org/apache/poi/hssf/data/SampleSS.xls b/src/testcases/org/apache/poi/hssf/data/SampleSS.xls
deleted file mode 100755 (executable)
index 771aacf..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SampleSS.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx b/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx
deleted file mode 100755 (executable)
index b94809e..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SharedFormulaTest.xls b/src/testcases/org/apache/poi/hssf/data/SharedFormulaTest.xls
deleted file mode 100644 (file)
index 8db77d9..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SharedFormulaTest.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SheetWithDrawing.xls b/src/testcases/org/apache/poi/hssf/data/SheetWithDrawing.xls
deleted file mode 100644 (file)
index e139529..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SheetWithDrawing.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/Simple.xls b/src/testcases/org/apache/poi/hssf/data/Simple.xls
deleted file mode 100755 (executable)
index b06799f..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/Simple.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SimpleChart.xls b/src/testcases/org/apache/poi/hssf/data/SimpleChart.xls
deleted file mode 100755 (executable)
index 7a98080..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SimpleChart.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SimpleMultiCell.xls b/src/testcases/org/apache/poi/hssf/data/SimpleMultiCell.xls
deleted file mode 100644 (file)
index 3c8c8b0..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SimpleMultiCell.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SimpleMultiCell.xlsx b/src/testcases/org/apache/poi/hssf/data/SimpleMultiCell.xlsx
deleted file mode 100755 (executable)
index d5dfe7a..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SimpleMultiCell.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SimpleWithAutofilter.xls b/src/testcases/org/apache/poi/hssf/data/SimpleWithAutofilter.xls
deleted file mode 100644 (file)
index 900699c..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SimpleWithAutofilter.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SimpleWithChoose.xls b/src/testcases/org/apache/poi/hssf/data/SimpleWithChoose.xls
deleted file mode 100755 (executable)
index 96a8e74..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SimpleWithChoose.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SimpleWithColours.xls b/src/testcases/org/apache/poi/hssf/data/SimpleWithColours.xls
deleted file mode 100755 (executable)
index ab3cdec..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SimpleWithColours.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SimpleWithComments.xls b/src/testcases/org/apache/poi/hssf/data/SimpleWithComments.xls
deleted file mode 100644 (file)
index 0fbec16..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SimpleWithComments.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SimpleWithDataFormat.xls b/src/testcases/org/apache/poi/hssf/data/SimpleWithDataFormat.xls
deleted file mode 100644 (file)
index 7d5909e..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SimpleWithDataFormat.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SimpleWithFormula.xls b/src/testcases/org/apache/poi/hssf/data/SimpleWithFormula.xls
deleted file mode 100755 (executable)
index 758b341..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SimpleWithFormula.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SimpleWithImages-mac.xls b/src/testcases/org/apache/poi/hssf/data/SimpleWithImages-mac.xls
deleted file mode 100644 (file)
index 942e727..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SimpleWithImages-mac.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SimpleWithImages.xls b/src/testcases/org/apache/poi/hssf/data/SimpleWithImages.xls
deleted file mode 100644 (file)
index 1567fd1..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SimpleWithImages.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SimpleWithPageBreaks.xls b/src/testcases/org/apache/poi/hssf/data/SimpleWithPageBreaks.xls
deleted file mode 100644 (file)
index bb2e804..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SimpleWithPageBreaks.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SimpleWithPrintArea.xls b/src/testcases/org/apache/poi/hssf/data/SimpleWithPrintArea.xls
deleted file mode 100755 (executable)
index 0434dbc..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SimpleWithPrintArea.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SimpleWithSkip.xls b/src/testcases/org/apache/poi/hssf/data/SimpleWithSkip.xls
deleted file mode 100755 (executable)
index 11b81ae..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SimpleWithSkip.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SimpleWithStyling.xls b/src/testcases/org/apache/poi/hssf/data/SimpleWithStyling.xls
deleted file mode 100755 (executable)
index b5793d2..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SimpleWithStyling.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SingleLetterRanges.xls b/src/testcases/org/apache/poi/hssf/data/SingleLetterRanges.xls
deleted file mode 100644 (file)
index e35058d..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SingleLetterRanges.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/SquareMacro.xls b/src/testcases/org/apache/poi/hssf/data/SquareMacro.xls
deleted file mode 100644 (file)
index 54beeeb..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/SquareMacro.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/StringContinueRecords.xls b/src/testcases/org/apache/poi/hssf/data/StringContinueRecords.xls
deleted file mode 100644 (file)
index f2ada9e..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/StringContinueRecords.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/StringFormulas.xls b/src/testcases/org/apache/poi/hssf/data/StringFormulas.xls
deleted file mode 100644 (file)
index ebf28b0..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/StringFormulas.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/Tables.xlsx b/src/testcases/org/apache/poi/hssf/data/Tables.xlsx
deleted file mode 100644 (file)
index 705e0ae..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/Tables.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/TwoSheetsNoneHidden.xls b/src/testcases/org/apache/poi/hssf/data/TwoSheetsNoneHidden.xls
deleted file mode 100644 (file)
index 969f014..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/TwoSheetsNoneHidden.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/TwoSheetsNoneHidden.xlsx b/src/testcases/org/apache/poi/hssf/data/TwoSheetsNoneHidden.xlsx
deleted file mode 100755 (executable)
index 46f6147..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/TwoSheetsNoneHidden.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/TwoSheetsOneHidden.xls b/src/testcases/org/apache/poi/hssf/data/TwoSheetsOneHidden.xls
deleted file mode 100644 (file)
index 940ffc0..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/TwoSheetsOneHidden.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/TwoSheetsOneHidden.xlsx b/src/testcases/org/apache/poi/hssf/data/TwoSheetsOneHidden.xlsx
deleted file mode 100755 (executable)
index c92febb..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/TwoSheetsOneHidden.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/UncalcedRecord.xls b/src/testcases/org/apache/poi/hssf/data/UncalcedRecord.xls
deleted file mode 100644 (file)
index f1a0396..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/UncalcedRecord.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/UnionPtg.xls b/src/testcases/org/apache/poi/hssf/data/UnionPtg.xls
deleted file mode 100644 (file)
index 189f8c6..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/UnionPtg.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WORKBOOK_in_capitals.xls b/src/testcases/org/apache/poi/hssf/data/WORKBOOK_in_capitals.xls
deleted file mode 100644 (file)
index 1c3ef61..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WORKBOOK_in_capitals.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WithChart.xls b/src/testcases/org/apache/poi/hssf/data/WithChart.xls
deleted file mode 100755 (executable)
index 624b767..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WithChart.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WithChart.xlsx b/src/testcases/org/apache/poi/hssf/data/WithChart.xlsx
deleted file mode 100755 (executable)
index 5de9408..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WithChart.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WithCheckBoxes.xls b/src/testcases/org/apache/poi/hssf/data/WithCheckBoxes.xls
deleted file mode 100644 (file)
index 66dd918..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WithCheckBoxes.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WithDrawing.xlsx b/src/testcases/org/apache/poi/hssf/data/WithDrawing.xlsx
deleted file mode 100755 (executable)
index 862cd37..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WithDrawing.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WithEmbeded.xlsx b/src/testcases/org/apache/poi/hssf/data/WithEmbeded.xlsx
deleted file mode 100755 (executable)
index 411de4a..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WithEmbeded.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WithExtendedStyles.xls b/src/testcases/org/apache/poi/hssf/data/WithExtendedStyles.xls
deleted file mode 100644 (file)
index 4a80f56..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WithExtendedStyles.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WithFormattedGraphTitle.xls b/src/testcases/org/apache/poi/hssf/data/WithFormattedGraphTitle.xls
deleted file mode 100644 (file)
index 477b1f6..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WithFormattedGraphTitle.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WithHyperlink.xls b/src/testcases/org/apache/poi/hssf/data/WithHyperlink.xls
deleted file mode 100644 (file)
index e136506..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WithHyperlink.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WithMoreVariousData.xlsx b/src/testcases/org/apache/poi/hssf/data/WithMoreVariousData.xlsx
deleted file mode 100644 (file)
index ba5ed27..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WithMoreVariousData.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WithThreeCharts.xls b/src/testcases/org/apache/poi/hssf/data/WithThreeCharts.xls
deleted file mode 100755 (executable)
index 157bf33..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WithThreeCharts.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WithThreeCharts.xlsx b/src/testcases/org/apache/poi/hssf/data/WithThreeCharts.xlsx
deleted file mode 100755 (executable)
index e7398e2..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WithThreeCharts.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WithTwoCharts.xls b/src/testcases/org/apache/poi/hssf/data/WithTwoCharts.xls
deleted file mode 100755 (executable)
index ea05d5c..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WithTwoCharts.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WithTwoCharts.xlsx b/src/testcases/org/apache/poi/hssf/data/WithTwoCharts.xlsx
deleted file mode 100755 (executable)
index 9b8dece..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WithTwoCharts.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WithTwoHyperLinks.xls b/src/testcases/org/apache/poi/hssf/data/WithTwoHyperLinks.xls
deleted file mode 100644 (file)
index 6ee60b5..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WithTwoHyperLinks.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WithVariousData.xlsx b/src/testcases/org/apache/poi/hssf/data/WithVariousData.xlsx
deleted file mode 100644 (file)
index 5459734..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WithVariousData.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/WrongFormulaRecordType.xls b/src/testcases/org/apache/poi/hssf/data/WrongFormulaRecordType.xls
deleted file mode 100644 (file)
index 726d231..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/WrongFormulaRecordType.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/blankworkbook.xls b/src/testcases/org/apache/poi/hssf/data/blankworkbook.xls
deleted file mode 100644 (file)
index fcf734d..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/blankworkbook.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/bug_42794.mdb b/src/testcases/org/apache/poi/hssf/data/bug_42794.mdb
deleted file mode 100644 (file)
index 431eff7..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/bug_42794.mdb and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/bug_42794.xls b/src/testcases/org/apache/poi/hssf/data/bug_42794.xls
deleted file mode 100644 (file)
index 2827d5a..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/bug_42794.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/colwidth.xls b/src/testcases/org/apache/poi/hssf/data/colwidth.xls
deleted file mode 100755 (executable)
index 7ffd3a4..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/colwidth.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/comments.xls b/src/testcases/org/apache/poi/hssf/data/comments.xls
deleted file mode 100644 (file)
index 9eb0329..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/comments.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/comments.xlsx b/src/testcases/org/apache/poi/hssf/data/comments.xlsx
deleted file mode 100755 (executable)
index d4e1398..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/comments.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/countifExamples.xls b/src/testcases/org/apache/poi/hssf/data/countifExamples.xls
deleted file mode 100644 (file)
index b15bd16..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/countifExamples.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/duprich1.xls b/src/testcases/org/apache/poi/hssf/data/duprich1.xls
deleted file mode 100644 (file)
index 3fddbed..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/duprich1.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/duprich2.xls b/src/testcases/org/apache/poi/hssf/data/duprich2.xls
deleted file mode 100644 (file)
index 57af63b..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/duprich2.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/dvEmpty.xls b/src/testcases/org/apache/poi/hssf/data/dvEmpty.xls
deleted file mode 100644 (file)
index 72c78cf..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/dvEmpty.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/evencontinuation.txt b/src/testcases/org/apache/poi/hssf/data/evencontinuation.txt
deleted file mode 100644 (file)
index a0c37bc..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-[header]
-14 00                                               # String length 0x14=20
-01                                                  # Option flag, 16bit
-# String: At a dinner party or
-41 00 74 00 20 00 61 00 20 00
-64 00 69 00 6E 00 6E 00 65 00
-72 00 20 00 70 00 61 00 72 00
-74 00 79 00 20 00 6F 00 72 00
-
-[continue1]
-# Continuation record (new string on the boundry)
-11 00                                               # String length 0x11=17
-00                                                  # Option flag, 8bit
-# String: At a dinner party
-41 74 20 61 20
-64 69 6E 6E 65
-72 20 70 61 72
-74 79
diff --git a/src/testcases/org/apache/poi/hssf/data/ex41187-19267.xls b/src/testcases/org/apache/poi/hssf/data/ex41187-19267.xls
deleted file mode 100644 (file)
index c07bfca..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ex41187-19267.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ex42564-21435.xls b/src/testcases/org/apache/poi/hssf/data/ex42564-21435.xls
deleted file mode 100644 (file)
index dff150e..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ex42564-21435.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ex42564-21503.xls b/src/testcases/org/apache/poi/hssf/data/ex42564-21503.xls
deleted file mode 100644 (file)
index 3a93b40..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ex42564-21503.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ex42564-elementOrder.xls b/src/testcases/org/apache/poi/hssf/data/ex42564-elementOrder.xls
deleted file mode 100644 (file)
index 3c49fc2..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ex42564-elementOrder.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ex42570-20305.xls b/src/testcases/org/apache/poi/hssf/data/ex42570-20305.xls
deleted file mode 100644 (file)
index e3d4cc8..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ex42570-20305.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ex44921-21902.xls b/src/testcases/org/apache/poi/hssf/data/ex44921-21902.xls
deleted file mode 100644 (file)
index d0fbf3c..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ex44921-21902.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ex45046-21984.xls b/src/testcases/org/apache/poi/hssf/data/ex45046-21984.xls
deleted file mode 100644 (file)
index 96ef3ee..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ex45046-21984.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ex45582-22397.xls b/src/testcases/org/apache/poi/hssf/data/ex45582-22397.xls
deleted file mode 100644 (file)
index 2dc16f5..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ex45582-22397.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ex45672.xls b/src/testcases/org/apache/poi/hssf/data/ex45672.xls
deleted file mode 100644 (file)
index fbf48e8..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ex45672.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ex45698-22488.xls b/src/testcases/org/apache/poi/hssf/data/ex45698-22488.xls
deleted file mode 100644 (file)
index 615e6c5..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ex45698-22488.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ex45978-extraLinkTableSheets.xls b/src/testcases/org/apache/poi/hssf/data/ex45978-extraLinkTableSheets.xls
deleted file mode 100644 (file)
index 5e49614..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ex45978-extraLinkTableSheets.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ex46548-23133.xls b/src/testcases/org/apache/poi/hssf/data/ex46548-23133.xls
deleted file mode 100644 (file)
index cc1fe3a..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ex46548-23133.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/extendedtextstrings.txt b/src/testcases/org/apache/poi/hssf/data/extendedtextstrings.txt
deleted file mode 100644 (file)
index 93c080b..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-######################################################
-# Rich text with extended information test
-
-[rich-header]
-1D 00                                               # String length 0x1b=29
-0D                                                  # Option flag, rich text + 16bit + extended
-02 00                                               # Formatting runs
-03 00 00 00                                         # Far east data size
-# String: At a dinner party or
-41 00 74 00 20 00 61 00 20 00
-64 00 69 00 6E 00 6E 00 65 00
-72 00 20 00 70 00 61 00 72 00
-74 00 79 00 20 00 6F 00 72 00
-
-[rich-continue1]
-# Continuation record
-00                                                  # option flag
-
-# string:at at at
-41 74 20
-41 74 20
-41 74 20
-
-00 00                                               # Formatting run 1, first formated char at 0
-00 00                                               # Formatting run 1, Index to font record
-02 00                                               # Formatting run 2, first formated char at 2
-00 00                                               # Formatting run 2, Index to font record
-
-FF FF FF                                            # extended data
-
-
-########################################################
-# Normal text with extended information.
-
-[norich-header]
-1D 00                                               # String length 0x1b=29
-05                                                  # Option flag, 16bit + extended
-03 00 00 00                                         # Far east data size
-# String: At a dinner party or
-41 00 74 00 20 00 61 00 20 00
-64 00 69 00 6E 00 6E 00 65 00
-72 00 20 00 70 00 61 00 72 00
-74 00 79 00 20 00 6F 00 72 00
-
-[norich-continue1]
-# Continuation record
-00                                                  # option flag
-
-# string:at at at
-41 74 20
-41 74 20
-41 74 20
-
-FF FF FF                                            # extended data
-
diff --git a/src/testcases/org/apache/poi/hssf/data/externalFunctionExample.xls b/src/testcases/org/apache/poi/hssf/data/externalFunctionExample.xls
deleted file mode 100755 (executable)
index b8dabbf..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/externalFunctionExample.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/logoKarmokar4.png b/src/testcases/org/apache/poi/hssf/data/logoKarmokar4.png
deleted file mode 100755 (executable)
index 90a915a..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/logoKarmokar4.png and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/missingFuncs44675.xls b/src/testcases/org/apache/poi/hssf/data/missingFuncs44675.xls
deleted file mode 100644 (file)
index 4a68472..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/missingFuncs44675.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/multibookFormulaA.xls b/src/testcases/org/apache/poi/hssf/data/multibookFormulaA.xls
deleted file mode 100644 (file)
index b844fc1..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/multibookFormulaA.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/multibookFormulaB.xls b/src/testcases/org/apache/poi/hssf/data/multibookFormulaB.xls
deleted file mode 100644 (file)
index 3e4708d..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/multibookFormulaB.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/namedinput.xls b/src/testcases/org/apache/poi/hssf/data/namedinput.xls
deleted file mode 100755 (executable)
index 115fcd5..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/namedinput.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/noHeaderFooter47244.xls b/src/testcases/org/apache/poi/hssf/data/noHeaderFooter47244.xls
deleted file mode 100644 (file)
index 1323ab3..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/noHeaderFooter47244.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/ole2-embedding.xls b/src/testcases/org/apache/poi/hssf/data/ole2-embedding.xls
deleted file mode 100644 (file)
index 521082b..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/ole2-embedding.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/overlapSharedFormula.xls b/src/testcases/org/apache/poi/hssf/data/overlapSharedFormula.xls
deleted file mode 100644 (file)
index 51c6567..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/overlapSharedFormula.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/password.xls b/src/testcases/org/apache/poi/hssf/data/password.xls
deleted file mode 100755 (executable)
index a6ad86a..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/password.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/reordered_sheets.xlsx b/src/testcases/org/apache/poi/hssf/data/reordered_sheets.xlsx
deleted file mode 100755 (executable)
index f46f59b..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/reordered_sheets.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/richtextdata.txt b/src/testcases/org/apache/poi/hssf/data/richtextdata.txt
deleted file mode 100644 (file)
index 0741d7a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-[header]
-1D 00                                               # String length 0x1b=29
-09                                                  # Option flag, rich text + 16bit
-02 00                                               # Formatting runs
-# String: At a dinner party or
-41 00 74 00 20 00 61 00 20 00
-64 00 69 00 6E 00 6E 00 65 00
-72 00 20 00 70 00 61 00 72 00
-74 00 79 00 20 00 6F 00 72 00
-
-[continue1]
-# Continuation record
-00                                                  # option flag
-
-# string:at at at
-41 74 20
-41 74 20
-41 74 20
-
-00 00                                               # Formatting run 1, first formated char at 0
-00 00                                               # Formatting run 1, Index to font record
-02 00                                               # Formatting run 2, first formated char at 2
-00 00                                               # Formatting run 2, Index to font record
diff --git a/src/testcases/org/apache/poi/hssf/data/rk.xls b/src/testcases/org/apache/poi/hssf/data/rk.xls
deleted file mode 100755 (executable)
index 5fcc558..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/rk.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/sample-beta.xlsx b/src/testcases/org/apache/poi/hssf/data/sample-beta.xlsx
deleted file mode 100644 (file)
index 2eb36ee..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/sample-beta.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/sample.xlsx b/src/testcases/org/apache/poi/hssf/data/sample.xlsx
deleted file mode 100644 (file)
index 6a53fd9..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/sample.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/shared_formulas.xlsx b/src/testcases/org/apache/poi/hssf/data/shared_formulas.xlsx
deleted file mode 100755 (executable)
index 0a3cb70..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/shared_formulas.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/stringacross2continuations.txt b/src/testcases/org/apache/poi/hssf/data/stringacross2continuations.txt
deleted file mode 100644 (file)
index c874c6d..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-[header]
-14 00                                               # String length 0x14=20
-01                                                  # Option flag, 16bit
-# String: At a dinner party or
-41 00 74 00 20 00 61 00 20 00
-64 00 69 00 6E 00 6E 00 65 00
-72 00 20 00 70 00 61 00 72 00
-74 00 79 00 20 00 6F 00 72 00
-
-[continue1]
-# Continuation record
-22 00                                               # String length 0x11=17
-00                                                  # Option flag, 8bit
-# String: At a dinner party
-41 74 20 61 20
-64 69 6E 6E 65
-72 20 70 61 72
-74 79
-
-[continue2]
-# Continuation record
-00                                                  # option flag
-# String: At a dinner party
-41 74 20 61 20
-64 69 6E 6E 65
-72 20 70 61 72
-74 79
diff --git a/src/testcases/org/apache/poi/hssf/data/sumifformula.xls b/src/testcases/org/apache/poi/hssf/data/sumifformula.xls
deleted file mode 100755 (executable)
index 706eb42..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/sumifformula.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/templateExcelWithAutofilter.xls b/src/testcases/org/apache/poi/hssf/data/templateExcelWithAutofilter.xls
deleted file mode 100644 (file)
index 5813fde..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/templateExcelWithAutofilter.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/test.xltx b/src/testcases/org/apache/poi/hssf/data/test.xltx
deleted file mode 100755 (executable)
index 3974eb2..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/test.xltx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/testArraysAndTables.xls b/src/testcases/org/apache/poi/hssf/data/testArraysAndTables.xls
deleted file mode 100644 (file)
index 8489844..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/testArraysAndTables.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/testNames.xls b/src/testcases/org/apache/poi/hssf/data/testNames.xls
deleted file mode 100644 (file)
index c5d43cc..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/testNames.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/testRRaC.xls b/src/testcases/org/apache/poi/hssf/data/testRRaC.xls
deleted file mode 100644 (file)
index 25939e8..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/testRRaC.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/testRVA.xls b/src/testcases/org/apache/poi/hssf/data/testRVA.xls
deleted file mode 100644 (file)
index f24b692..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/testRVA.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/test_properties1 b/src/testcases/org/apache/poi/hssf/data/test_properties1
deleted file mode 100755 (executable)
index d480028..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# Set root category priority to DEBUG and its only appender to A1.
-log4j.rootCategory=DEBUG, A1
-# A1 is set to be a FileAppender.
-log4j.appender.A1=org.apache.log4j.FileAppender
-log4j.appender.A1.File=p1.log
-# A1 uses PatternLayout.
-log4j.appender.A1.layout=org.apache.log4j.PatternLayout
-log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n
-#log4j.category.org.apache.cocoon.poi=WARN
diff --git a/src/testcases/org/apache/poi/hssf/data/unicodeNameRecord.xls b/src/testcases/org/apache/poi/hssf/data/unicodeNameRecord.xls
deleted file mode 100644 (file)
index d1d2460..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/unicodeNameRecord.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/xlsx-jdbc.xlsx b/src/testcases/org/apache/poi/hssf/data/xlsx-jdbc.xlsx
deleted file mode 100755 (executable)
index d9823b4..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/xlsx-jdbc.xlsx and /dev/null differ
diff --git a/src/testcases/org/apache/poi/hssf/data/yearfracExamples.xls b/src/testcases/org/apache/poi/hssf/data/yearfracExamples.xls
deleted file mode 100644 (file)
index 2b2be7d..0000000
Binary files a/src/testcases/org/apache/poi/hssf/data/yearfracExamples.xls and /dev/null differ
index 5d2518acec731dde682433f33939481ad81efdf8..0e9634e62684a87c23fd8aab706b72fb03ad17f0 100644 (file)
@@ -28,6 +28,8 @@ import org.apache.poi.hssf.record.crypto.Biff8EncryptionKey;
 import org.apache.poi.hssf.usermodel.HSSFWorkbook;
 import org.apache.poi.poifs.filesystem.DirectoryNode;
 import org.apache.poi.poifs.filesystem.POIFSFileSystem;
+import org.apache.poi.POIDataSamples;
+
 /**
  *
  */
@@ -214,11 +216,8 @@ public final class TestExcelExtractor extends TestCase {
         * Embded in a non-excel file
         */
        public void testWithEmbeded() throws Exception {
-               // TODO - encapsulate sys prop 'POIFS.testdata.path' similar to HSSFTestDataSamples
-               String pdirname = System.getProperty("POIFS.testdata.path");
-               String filename = pdirname + "/word_with_embeded.doc";
                POIFSFileSystem fs = new POIFSFileSystem(
-                               new FileInputStream(filename)
+                       POIDataSamples.getDocumentInstance().openResourceAsStream("word_with_embeded.doc")
                );
 
                DirectoryNode objPool = (DirectoryNode) fs.getRoot().getEntry("ObjectPool");
@@ -244,12 +243,10 @@ public final class TestExcelExtractor extends TestCase {
         * Excel embeded in excel
         */
        public void testWithEmbededInOwn() throws Exception {
-               // TODO - encapsulate sys prop 'POIFS.testdata.path' similar to HSSFTestDataSamples
-               String pdirname = System.getProperty("POIFS.testdata.path");
-               String filename = pdirname + "/excel_with_embeded.xls";
+        POIDataSamples ssSamples = POIDataSamples.getSpreadSheetInstance();
                POIFSFileSystem fs = new POIFSFileSystem(
-                               new FileInputStream(filename)
-               );
+                ssSamples.openResourceAsStream("excel_with_embeded.xls")
+        );
 
                DirectoryNode dirA = (DirectoryNode) fs.getRoot().getEntry("MBD0000A3B5");
                DirectoryNode dirB = (DirectoryNode) fs.getRoot().getEntry("MBD0000A3B4");
diff --git a/src/testcases/org/apache/poi/hwpf/data/test2.doc b/src/testcases/org/apache/poi/hwpf/data/test2.doc
deleted file mode 100755 (executable)
index 06921df..0000000
Binary files a/src/testcases/org/apache/poi/hwpf/data/test2.doc and /dev/null differ
diff --git a/src/testcases/org/apache/poi/poifs/data/ShortLastBlock.qwp b/src/testcases/org/apache/poi/poifs/data/ShortLastBlock.qwp
deleted file mode 100644 (file)
index b278d06..0000000
Binary files a/src/testcases/org/apache/poi/poifs/data/ShortLastBlock.qwp and /dev/null differ
diff --git a/src/testcases/org/apache/poi/poifs/data/ShortLastBlock.wps b/src/testcases/org/apache/poi/poifs/data/ShortLastBlock.wps
deleted file mode 100644 (file)
index 1b1a627..0000000
Binary files a/src/testcases/org/apache/poi/poifs/data/ShortLastBlock.wps and /dev/null differ
diff --git a/src/testcases/org/apache/poi/poifs/data/excel_with_embeded.xls b/src/testcases/org/apache/poi/poifs/data/excel_with_embeded.xls
deleted file mode 100644 (file)
index 789cccf..0000000
Binary files a/src/testcases/org/apache/poi/poifs/data/excel_with_embeded.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/poifs/data/ppt_with_embeded.ppt b/src/testcases/org/apache/poi/poifs/data/ppt_with_embeded.ppt
deleted file mode 100644 (file)
index 588dcef..0000000
Binary files a/src/testcases/org/apache/poi/poifs/data/ppt_with_embeded.ppt and /dev/null differ
diff --git a/src/testcases/org/apache/poi/poifs/data/source-files/sample1.doc b/src/testcases/org/apache/poi/poifs/data/source-files/sample1.doc
deleted file mode 100644 (file)
index 0e935aa..0000000
Binary files a/src/testcases/org/apache/poi/poifs/data/source-files/sample1.doc and /dev/null differ
diff --git a/src/testcases/org/apache/poi/poifs/data/source-files/sample1.ppt b/src/testcases/org/apache/poi/poifs/data/source-files/sample1.ppt
deleted file mode 100644 (file)
index 7d72e02..0000000
Binary files a/src/testcases/org/apache/poi/poifs/data/source-files/sample1.ppt and /dev/null differ
diff --git a/src/testcases/org/apache/poi/poifs/data/source-files/sample1.xls b/src/testcases/org/apache/poi/poifs/data/source-files/sample1.xls
deleted file mode 100644 (file)
index c00643c..0000000
Binary files a/src/testcases/org/apache/poi/poifs/data/source-files/sample1.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/poifs/data/source-files/sample2.doc b/src/testcases/org/apache/poi/poifs/data/source-files/sample2.doc
deleted file mode 100644 (file)
index df5022a..0000000
Binary files a/src/testcases/org/apache/poi/poifs/data/source-files/sample2.doc and /dev/null differ
diff --git a/src/testcases/org/apache/poi/poifs/data/source-files/sample2.ppt b/src/testcases/org/apache/poi/poifs/data/source-files/sample2.ppt
deleted file mode 100644 (file)
index 40227fd..0000000
Binary files a/src/testcases/org/apache/poi/poifs/data/source-files/sample2.ppt and /dev/null differ
diff --git a/src/testcases/org/apache/poi/poifs/data/source-files/sample2.xls b/src/testcases/org/apache/poi/poifs/data/source-files/sample2.xls
deleted file mode 100644 (file)
index 66a1b11..0000000
Binary files a/src/testcases/org/apache/poi/poifs/data/source-files/sample2.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/poifs/data/visio_with_embeded.xls b/src/testcases/org/apache/poi/poifs/data/visio_with_embeded.xls
deleted file mode 100644 (file)
index 91c306f..0000000
Binary files a/src/testcases/org/apache/poi/poifs/data/visio_with_embeded.xls and /dev/null differ
diff --git a/src/testcases/org/apache/poi/poifs/data/word_with_embeded.doc b/src/testcases/org/apache/poi/poifs/data/word_with_embeded.doc
deleted file mode 100644 (file)
index 3641722..0000000
Binary files a/src/testcases/org/apache/poi/poifs/data/word_with_embeded.doc and /dev/null differ
index 4a948ba8c60d9e15d380fefd3eed14ddec5727ad..095dd583175fb3b2fb1ddd81d1d350de4ad8e26e 100755 (executable)
@@ -26,6 +26,7 @@ import java.io.InputStream;
 import junit.framework.TestCase;
 
 import org.apache.poi.hssf.HSSFTestDataSamples;
+import org.apache.poi.POIDataSamples;
 
 /**
  * Tests for POIFSFileSystem
@@ -134,15 +135,13 @@ public final class TestPOIFSFileSystem extends TestCase {
                String[] files = new String[] {
                        "ShortLastBlock.qwp", "ShortLastBlock.wps"      
                };
-               String pdirname = System.getProperty("POIFS.testdata.path");
 
-               for(int i=0; i<files.length; i++) {
-                       File f = new File(pdirname, files[i]);
-                       assertTrue(f.exists());
-                       
+        POIDataSamples _samples = POIDataSamples.getPOIFSInstance();
+        for(int i=0; i<files.length; i++) {
+
                        // Open the file up
                        POIFSFileSystem fs = new POIFSFileSystem(
-                                       new FileInputStream(f)
+                           _samples.openResourceAsStream(files[i])
                        );
                        
                        // Write it into a temp output array
diff --git a/test-data/ddf/47143.dat b/test-data/ddf/47143.dat
new file mode 100755 (executable)
index 0000000..0745ce1
Binary files /dev/null and b/test-data/ddf/47143.dat differ
diff --git a/test-data/ddf/Container.dat b/test-data/ddf/Container.dat
new file mode 100644 (file)
index 0000000..c1b5447
Binary files /dev/null and b/test-data/ddf/Container.dat differ
diff --git a/test-data/diagram/44594-2.vsd b/test-data/diagram/44594-2.vsd
new file mode 100644 (file)
index 0000000..a597a0d
Binary files /dev/null and b/test-data/diagram/44594-2.vsd differ
diff --git a/test-data/diagram/44594.vsd b/test-data/diagram/44594.vsd
new file mode 100644 (file)
index 0000000..abed78b
Binary files /dev/null and b/test-data/diagram/44594.vsd differ
diff --git a/test-data/diagram/NegativeChunkLength.vsd b/test-data/diagram/NegativeChunkLength.vsd
new file mode 100644 (file)
index 0000000..58378bd
Binary files /dev/null and b/test-data/diagram/NegativeChunkLength.vsd differ
diff --git a/test-data/diagram/ShortChunk1.vsd b/test-data/diagram/ShortChunk1.vsd
new file mode 100755 (executable)
index 0000000..2c1632e
Binary files /dev/null and b/test-data/diagram/ShortChunk1.vsd differ
diff --git a/test-data/diagram/ShortChunk2.vsd b/test-data/diagram/ShortChunk2.vsd
new file mode 100755 (executable)
index 0000000..7d9a3ce
Binary files /dev/null and b/test-data/diagram/ShortChunk2.vsd differ
diff --git a/test-data/diagram/ShortChunk3.vsd b/test-data/diagram/ShortChunk3.vsd
new file mode 100755 (executable)
index 0000000..c8bd7a1
Binary files /dev/null and b/test-data/diagram/ShortChunk3.vsd differ
diff --git a/test-data/diagram/Test_Visio-Some_Random_Text.vsd b/test-data/diagram/Test_Visio-Some_Random_Text.vsd
new file mode 100644 (file)
index 0000000..d699e11
Binary files /dev/null and b/test-data/diagram/Test_Visio-Some_Random_Text.vsd differ
diff --git a/test-data/diagram/visio_with_embeded.vsd b/test-data/diagram/visio_with_embeded.vsd
new file mode 100644 (file)
index 0000000..91c306f
Binary files /dev/null and b/test-data/diagram/visio_with_embeded.vsd differ
diff --git a/test-data/document/AIOOB-Tap.doc b/test-data/document/AIOOB-Tap.doc
new file mode 100644 (file)
index 0000000..bfd5906
Binary files /dev/null and b/test-data/document/AIOOB-Tap.doc differ
diff --git a/test-data/document/Bug28627.doc b/test-data/document/Bug28627.doc
new file mode 100644 (file)
index 0000000..91b031d
Binary files /dev/null and b/test-data/document/Bug28627.doc differ
diff --git a/test-data/document/Bug44292.doc b/test-data/document/Bug44292.doc
new file mode 100644 (file)
index 0000000..fd7ca6c
Binary files /dev/null and b/test-data/document/Bug44292.doc differ
diff --git a/test-data/document/Bug44603.doc b/test-data/document/Bug44603.doc
new file mode 100644 (file)
index 0000000..00312ae
Binary files /dev/null and b/test-data/document/Bug44603.doc differ
diff --git a/test-data/document/Bug46610_1.doc b/test-data/document/Bug46610_1.doc
new file mode 100755 (executable)
index 0000000..4291d9c
Binary files /dev/null and b/test-data/document/Bug46610_1.doc differ
diff --git a/test-data/document/Bug46610_2.doc b/test-data/document/Bug46610_2.doc
new file mode 100755 (executable)
index 0000000..be90831
Binary files /dev/null and b/test-data/document/Bug46610_2.doc differ
diff --git a/test-data/document/Bug46610_3.doc b/test-data/document/Bug46610_3.doc
new file mode 100755 (executable)
index 0000000..72d60df
Binary files /dev/null and b/test-data/document/Bug46610_3.doc differ
diff --git a/test-data/document/DiffFirstPageHeadFoot.doc b/test-data/document/DiffFirstPageHeadFoot.doc
new file mode 100755 (executable)
index 0000000..397aa2f
Binary files /dev/null and b/test-data/document/DiffFirstPageHeadFoot.doc differ
diff --git a/test-data/document/DiffFirstPageHeadFoot.docx b/test-data/document/DiffFirstPageHeadFoot.docx
new file mode 100755 (executable)
index 0000000..d631c77
Binary files /dev/null and b/test-data/document/DiffFirstPageHeadFoot.docx differ
diff --git a/test-data/document/FancyFoot.doc b/test-data/document/FancyFoot.doc
new file mode 100755 (executable)
index 0000000..5d3e662
Binary files /dev/null and b/test-data/document/FancyFoot.doc differ
diff --git a/test-data/document/FancyFoot.docx b/test-data/document/FancyFoot.docx
new file mode 100755 (executable)
index 0000000..3e571b3
Binary files /dev/null and b/test-data/document/FancyFoot.docx differ
diff --git a/test-data/document/HeaderFooterUnicode.doc b/test-data/document/HeaderFooterUnicode.doc
new file mode 100755 (executable)
index 0000000..1b517f6
Binary files /dev/null and b/test-data/document/HeaderFooterUnicode.doc differ
diff --git a/test-data/document/HeaderFooterUnicode.docx b/test-data/document/HeaderFooterUnicode.docx
new file mode 100755 (executable)
index 0000000..643967c
Binary files /dev/null and b/test-data/document/HeaderFooterUnicode.docx differ
diff --git a/test-data/document/HeaderWithMacros.doc b/test-data/document/HeaderWithMacros.doc
new file mode 100644 (file)
index 0000000..934970f
Binary files /dev/null and b/test-data/document/HeaderWithMacros.doc differ
diff --git a/test-data/document/IllustrativeCases.docx b/test-data/document/IllustrativeCases.docx
new file mode 100644 (file)
index 0000000..29dacb6
Binary files /dev/null and b/test-data/document/IllustrativeCases.docx differ
diff --git a/test-data/document/ListEntryNoListTable.doc b/test-data/document/ListEntryNoListTable.doc
new file mode 100644 (file)
index 0000000..939f5a4
Binary files /dev/null and b/test-data/document/ListEntryNoListTable.doc differ
diff --git a/test-data/document/NoHeadFoot.doc b/test-data/document/NoHeadFoot.doc
new file mode 100755 (executable)
index 0000000..8c95f47
Binary files /dev/null and b/test-data/document/NoHeadFoot.doc differ
diff --git a/test-data/document/NoHeadFoot.docx b/test-data/document/NoHeadFoot.docx
new file mode 100755 (executable)
index 0000000..7af2a14
Binary files /dev/null and b/test-data/document/NoHeadFoot.docx differ
diff --git a/test-data/document/PageSpecificHeadFoot.doc b/test-data/document/PageSpecificHeadFoot.doc
new file mode 100755 (executable)
index 0000000..26866af
Binary files /dev/null and b/test-data/document/PageSpecificHeadFoot.doc differ
diff --git a/test-data/document/PageSpecificHeadFoot.docx b/test-data/document/PageSpecificHeadFoot.docx
new file mode 100755 (executable)
index 0000000..13097b9
Binary files /dev/null and b/test-data/document/PageSpecificHeadFoot.docx differ
diff --git a/test-data/document/PasswordProtected.doc b/test-data/document/PasswordProtected.doc
new file mode 100644 (file)
index 0000000..0d6c169
Binary files /dev/null and b/test-data/document/PasswordProtected.doc differ
diff --git a/test-data/document/ProblemExtracting.doc b/test-data/document/ProblemExtracting.doc
new file mode 100644 (file)
index 0000000..b980089
Binary files /dev/null and b/test-data/document/ProblemExtracting.doc differ
diff --git a/test-data/document/SampleDoc.doc b/test-data/document/SampleDoc.doc
new file mode 100755 (executable)
index 0000000..e82c7de
Binary files /dev/null and b/test-data/document/SampleDoc.doc differ
diff --git a/test-data/document/SampleDoc.docx b/test-data/document/SampleDoc.docx
new file mode 100755 (executable)
index 0000000..a43c77a
Binary files /dev/null and b/test-data/document/SampleDoc.docx differ
diff --git a/test-data/document/SampleDoc.txt b/test-data/document/SampleDoc.txt
new file mode 100644 (file)
index 0000000..6b5fd46
--- /dev/null
@@ -0,0 +1,14 @@
+Author = Nick Burch
+Title = Test Document
+Subject = This is a sample document
+Keywords = Testing Sample
+Comments = This document is used for testing text and metadata extraction
+
+
+I am a test document
+This is page 1
+I am Calibri (Body) in font size 11
+ 
+This is page two
+It’s Arial Black in 16 point
+It’s also in blue
diff --git a/test-data/document/SimpleHeadThreeColFoot.doc b/test-data/document/SimpleHeadThreeColFoot.doc
new file mode 100755 (executable)
index 0000000..2f8daec
Binary files /dev/null and b/test-data/document/SimpleHeadThreeColFoot.doc differ
diff --git a/test-data/document/SimpleHeadThreeColFoot.docx b/test-data/document/SimpleHeadThreeColFoot.docx
new file mode 100755 (executable)
index 0000000..fb17df2
Binary files /dev/null and b/test-data/document/SimpleHeadThreeColFoot.docx differ
diff --git a/test-data/document/TestDocument.docx b/test-data/document/TestDocument.docx
new file mode 100755 (executable)
index 0000000..058dec5
Binary files /dev/null and b/test-data/document/TestDocument.docx differ
diff --git a/test-data/document/ThreeColFoot.doc b/test-data/document/ThreeColFoot.doc
new file mode 100755 (executable)
index 0000000..d0d6daf
Binary files /dev/null and b/test-data/document/ThreeColFoot.doc differ
diff --git a/test-data/document/ThreeColFoot.docx b/test-data/document/ThreeColFoot.docx
new file mode 100755 (executable)
index 0000000..b01e356
Binary files /dev/null and b/test-data/document/ThreeColFoot.docx differ
diff --git a/test-data/document/ThreeColHead.doc b/test-data/document/ThreeColHead.doc
new file mode 100755 (executable)
index 0000000..1a49b96
Binary files /dev/null and b/test-data/document/ThreeColHead.doc differ
diff --git a/test-data/document/ThreeColHead.docx b/test-data/document/ThreeColHead.docx
new file mode 100755 (executable)
index 0000000..448d046
Binary files /dev/null and b/test-data/document/ThreeColHead.docx differ
diff --git a/test-data/document/ThreeColHeadFoot.doc b/test-data/document/ThreeColHeadFoot.doc
new file mode 100755 (executable)
index 0000000..67e77de
Binary files /dev/null and b/test-data/document/ThreeColHeadFoot.doc differ
diff --git a/test-data/document/ThreeColHeadFoot.docx b/test-data/document/ThreeColHeadFoot.docx
new file mode 100755 (executable)
index 0000000..51602cc
Binary files /dev/null and b/test-data/document/ThreeColHeadFoot.docx differ
diff --git a/test-data/document/WithArtShapes.doc b/test-data/document/WithArtShapes.doc
new file mode 100644 (file)
index 0000000..27793c3
Binary files /dev/null and b/test-data/document/WithArtShapes.doc differ
diff --git a/test-data/document/WordWithAttachments.docx b/test-data/document/WordWithAttachments.docx
new file mode 100644 (file)
index 0000000..ebefabc
Binary files /dev/null and b/test-data/document/WordWithAttachments.docx differ
diff --git a/test-data/document/delins.docx b/test-data/document/delins.docx
new file mode 100755 (executable)
index 0000000..b530691
Binary files /dev/null and b/test-data/document/delins.docx differ
diff --git a/test-data/document/documentProperties.docx b/test-data/document/documentProperties.docx
new file mode 100644 (file)
index 0000000..4ec577e
Binary files /dev/null and b/test-data/document/documentProperties.docx differ
diff --git a/test-data/document/emf_2003_image.doc b/test-data/document/emf_2003_image.doc
new file mode 100644 (file)
index 0000000..a475813
Binary files /dev/null and b/test-data/document/emf_2003_image.doc differ
diff --git a/test-data/document/empty.doc b/test-data/document/empty.doc
new file mode 100644 (file)
index 0000000..1b4ac2d
Binary files /dev/null and b/test-data/document/empty.doc differ
diff --git a/test-data/document/endnotes.docx b/test-data/document/endnotes.docx
new file mode 100755 (executable)
index 0000000..a5db349
Binary files /dev/null and b/test-data/document/endnotes.docx differ
diff --git a/test-data/document/footnote.doc b/test-data/document/footnote.doc
new file mode 100755 (executable)
index 0000000..5e11a44
Binary files /dev/null and b/test-data/document/footnote.doc differ
diff --git a/test-data/document/footnotes.docx b/test-data/document/footnotes.docx
new file mode 100755 (executable)
index 0000000..db4386c
Binary files /dev/null and b/test-data/document/footnotes.docx differ
diff --git a/test-data/document/form_footnotes.docx b/test-data/document/form_footnotes.docx
new file mode 100755 (executable)
index 0000000..70abb60
Binary files /dev/null and b/test-data/document/form_footnotes.docx differ
diff --git a/test-data/document/headerFooter.docx b/test-data/document/headerFooter.docx
new file mode 100644 (file)
index 0000000..87a86c3
Binary files /dev/null and b/test-data/document/headerFooter.docx differ
diff --git a/test-data/document/sample.docx b/test-data/document/sample.docx
new file mode 100644 (file)
index 0000000..8dd04bc
Binary files /dev/null and b/test-data/document/sample.docx differ
diff --git a/test-data/document/saved-by-table.doc b/test-data/document/saved-by-table.doc
new file mode 100644 (file)
index 0000000..c3ea6bc
Binary files /dev/null and b/test-data/document/saved-by-table.doc differ
diff --git a/test-data/document/simple-list.doc b/test-data/document/simple-list.doc
new file mode 100644 (file)
index 0000000..8ff94b2
Binary files /dev/null and b/test-data/document/simple-list.doc differ
diff --git a/test-data/document/simple-table.doc b/test-data/document/simple-table.doc
new file mode 100644 (file)
index 0000000..5249334
Binary files /dev/null and b/test-data/document/simple-table.doc differ
diff --git a/test-data/document/simple.doc b/test-data/document/simple.doc
new file mode 100644 (file)
index 0000000..11262f9
Binary files /dev/null and b/test-data/document/simple.doc differ
diff --git a/test-data/document/simple_image.jpg b/test-data/document/simple_image.jpg
new file mode 100644 (file)
index 0000000..af68bca
Binary files /dev/null and b/test-data/document/simple_image.jpg differ
diff --git a/test-data/document/simple_image.png b/test-data/document/simple_image.png
new file mode 100644 (file)
index 0000000..a9120d7
Binary files /dev/null and b/test-data/document/simple_image.png differ
diff --git a/test-data/document/table_footnotes.docx b/test-data/document/table_footnotes.docx
new file mode 100755 (executable)
index 0000000..f4d0b2b
Binary files /dev/null and b/test-data/document/table_footnotes.docx differ
diff --git a/test-data/document/test.doc b/test-data/document/test.doc
new file mode 100644 (file)
index 0000000..c183d57
Binary files /dev/null and b/test-data/document/test.doc differ
diff --git a/test-data/document/test.dotx b/test-data/document/test.dotx
new file mode 100755 (executable)
index 0000000..0b74e39
Binary files /dev/null and b/test-data/document/test.dotx differ
diff --git a/test-data/document/test2.doc b/test-data/document/test2.doc
new file mode 100755 (executable)
index 0000000..06921df
Binary files /dev/null and b/test-data/document/test2.doc differ
diff --git a/test-data/document/testPictures.doc b/test-data/document/testPictures.doc
new file mode 100644 (file)
index 0000000..d031993
Binary files /dev/null and b/test-data/document/testPictures.doc differ
diff --git a/test-data/document/testRangeDelete.doc b/test-data/document/testRangeDelete.doc
new file mode 100644 (file)
index 0000000..8961083
Binary files /dev/null and b/test-data/document/testRangeDelete.doc differ
diff --git a/test-data/document/testRangeInsertion.doc b/test-data/document/testRangeInsertion.doc
new file mode 100644 (file)
index 0000000..322431c
Binary files /dev/null and b/test-data/document/testRangeInsertion.doc differ
diff --git a/test-data/document/testRangeReplacement.doc b/test-data/document/testRangeReplacement.doc
new file mode 100644 (file)
index 0000000..949980d
Binary files /dev/null and b/test-data/document/testRangeReplacement.doc differ
diff --git a/test-data/document/two_images.doc b/test-data/document/two_images.doc
new file mode 100755 (executable)
index 0000000..f94867d
Binary files /dev/null and b/test-data/document/two_images.doc differ
diff --git a/test-data/document/vector_image.doc b/test-data/document/vector_image.doc
new file mode 100644 (file)
index 0000000..8922471
Binary files /dev/null and b/test-data/document/vector_image.doc differ
diff --git a/test-data/document/vector_image.emf b/test-data/document/vector_image.emf
new file mode 100644 (file)
index 0000000..ccd5305
Binary files /dev/null and b/test-data/document/vector_image.emf differ
diff --git a/test-data/document/word_with_embeded.doc b/test-data/document/word_with_embeded.doc
new file mode 100644 (file)
index 0000000..3641722
Binary files /dev/null and b/test-data/document/word_with_embeded.doc differ
diff --git a/test-data/hpsf/Test0313rur.adm b/test-data/hpsf/Test0313rur.adm
new file mode 100644 (file)
index 0000000..1e1f954
Binary files /dev/null and b/test-data/hpsf/Test0313rur.adm differ
diff --git a/test-data/hpsf/TestBug44375.xls b/test-data/hpsf/TestBug44375.xls
new file mode 100644 (file)
index 0000000..0ebd762
Binary files /dev/null and b/test-data/hpsf/TestBug44375.xls differ
diff --git a/test-data/hpsf/TestChineseProperties.doc b/test-data/hpsf/TestChineseProperties.doc
new file mode 100644 (file)
index 0000000..fd2b478
Binary files /dev/null and b/test-data/hpsf/TestChineseProperties.doc differ
diff --git a/test-data/hpsf/TestCorel.shw b/test-data/hpsf/TestCorel.shw
new file mode 100644 (file)
index 0000000..e0af194
Binary files /dev/null and b/test-data/hpsf/TestCorel.shw differ
diff --git a/test-data/hpsf/TestEditTime.doc b/test-data/hpsf/TestEditTime.doc
new file mode 100644 (file)
index 0000000..8b30417
Binary files /dev/null and b/test-data/hpsf/TestEditTime.doc differ
diff --git a/test-data/hpsf/TestGermanWord90.doc b/test-data/hpsf/TestGermanWord90.doc
new file mode 100644 (file)
index 0000000..63bbed3
Binary files /dev/null and b/test-data/hpsf/TestGermanWord90.doc differ
diff --git a/test-data/hpsf/TestMickey.doc b/test-data/hpsf/TestMickey.doc
new file mode 100644 (file)
index 0000000..f62ade3
Binary files /dev/null and b/test-data/hpsf/TestMickey.doc differ
diff --git a/test-data/hpsf/TestRobert_Flaherty.doc b/test-data/hpsf/TestRobert_Flaherty.doc
new file mode 100644 (file)
index 0000000..ee3e142
Binary files /dev/null and b/test-data/hpsf/TestRobert_Flaherty.doc differ
diff --git a/test-data/hpsf/TestSectionDictionary.doc b/test-data/hpsf/TestSectionDictionary.doc
new file mode 100644 (file)
index 0000000..6114a76
Binary files /dev/null and b/test-data/hpsf/TestSectionDictionary.doc differ
diff --git a/test-data/hpsf/TestShiftJIS.doc b/test-data/hpsf/TestShiftJIS.doc
new file mode 100644 (file)
index 0000000..f8516d3
Binary files /dev/null and b/test-data/hpsf/TestShiftJIS.doc differ
diff --git a/test-data/hpsf/TestSolidWorks.sldprt b/test-data/hpsf/TestSolidWorks.sldprt
new file mode 100644 (file)
index 0000000..a7962b3
Binary files /dev/null and b/test-data/hpsf/TestSolidWorks.sldprt differ
diff --git a/test-data/hpsf/TestUnicode.xls b/test-data/hpsf/TestUnicode.xls
new file mode 100644 (file)
index 0000000..30c8f3c
Binary files /dev/null and b/test-data/hpsf/TestUnicode.xls differ
diff --git a/test-data/hpsf/TestWriteWellKnown.doc b/test-data/hpsf/TestWriteWellKnown.doc
new file mode 100644 (file)
index 0000000..d3a0433
Binary files /dev/null and b/test-data/hpsf/TestWriteWellKnown.doc differ
diff --git a/test-data/hpsf/Test_Humor-Generation.ppt b/test-data/hpsf/Test_Humor-Generation.ppt
new file mode 100644 (file)
index 0000000..7408832
Binary files /dev/null and b/test-data/hpsf/Test_Humor-Generation.ppt differ
diff --git a/test-data/hsmf/attachment_test_msg.msg b/test-data/hsmf/attachment_test_msg.msg
new file mode 100644 (file)
index 0000000..ea82d91
Binary files /dev/null and b/test-data/hsmf/attachment_test_msg.msg differ
diff --git a/test-data/hsmf/blank.msg b/test-data/hsmf/blank.msg
new file mode 100644 (file)
index 0000000..0bdb812
Binary files /dev/null and b/test-data/hsmf/blank.msg differ
diff --git a/test-data/hsmf/outlook_30_msg.msg b/test-data/hsmf/outlook_30_msg.msg
new file mode 100644 (file)
index 0000000..0a58569
Binary files /dev/null and b/test-data/hsmf/outlook_30_msg.msg differ
diff --git a/test-data/hsmf/simple_test_msg.msg b/test-data/hsmf/simple_test_msg.msg
new file mode 100644 (file)
index 0000000..731fecc
Binary files /dev/null and b/test-data/hsmf/simple_test_msg.msg differ
diff --git a/test-data/openxml4j/ExcelWithHyperlinks.xlsx b/test-data/openxml4j/ExcelWithHyperlinks.xlsx
new file mode 100755 (executable)
index 0000000..ba5ed27
Binary files /dev/null and b/test-data/openxml4j/ExcelWithHyperlinks.xlsx differ
diff --git a/test-data/openxml4j/OPCCompliance_CoreProperties_DCTermsNamespaceLimitedUseFAIL.docx b/test-data/openxml4j/OPCCompliance_CoreProperties_DCTermsNamespaceLimitedUseFAIL.docx
new file mode 100755 (executable)
index 0000000..89533f0
Binary files /dev/null and b/test-data/openxml4j/OPCCompliance_CoreProperties_DCTermsNamespaceLimitedUseFAIL.docx differ
diff --git a/test-data/openxml4j/OPCCompliance_CoreProperties_DoNotUseCompatibilityMarkupFAIL.docx b/test-data/openxml4j/OPCCompliance_CoreProperties_DoNotUseCompatibilityMarkupFAIL.docx
new file mode 100755 (executable)
index 0000000..63555e4
Binary files /dev/null and b/test-data/openxml4j/OPCCompliance_CoreProperties_DoNotUseCompatibilityMarkupFAIL.docx differ
diff --git a/test-data/openxml4j/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_NotPresentFAIL.docx b/test-data/openxml4j/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_NotPresentFAIL.docx
new file mode 100755 (executable)
index 0000000..304e5ce
Binary files /dev/null and b/test-data/openxml4j/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_NotPresentFAIL.docx differ
diff --git a/test-data/openxml4j/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_PresentWithUnauthorizedValueFAIL.docx b/test-data/openxml4j/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_PresentWithUnauthorizedValueFAIL.docx
new file mode 100755 (executable)
index 0000000..7b4f765
Binary files /dev/null and b/test-data/openxml4j/OPCCompliance_CoreProperties_LimitedXSITypeAttribute_PresentWithUnauthorizedValueFAIL.docx differ
diff --git a/test-data/openxml4j/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPart.docx b/test-data/openxml4j/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPart.docx
new file mode 100755 (executable)
index 0000000..7a63ee1
Binary files /dev/null and b/test-data/openxml4j/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPart.docx differ
diff --git a/test-data/openxml4j/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPartFAIL.docx b/test-data/openxml4j/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPartFAIL.docx
new file mode 100755 (executable)
index 0000000..3ee9fc3
Binary files /dev/null and b/test-data/openxml4j/OPCCompliance_CoreProperties_OnlyOneCorePropertiesPartFAIL.docx differ
diff --git a/test-data/openxml4j/OPCCompliance_CoreProperties_SUCCESS.docx b/test-data/openxml4j/OPCCompliance_CoreProperties_SUCCESS.docx
new file mode 100755 (executable)
index 0000000..7a63ee1
Binary files /dev/null and b/test-data/openxml4j/OPCCompliance_CoreProperties_SUCCESS.docx differ
diff --git a/test-data/openxml4j/OPCCompliance_CoreProperties_UnauthorizedXMLLangAttributeFAIL.docx b/test-data/openxml4j/OPCCompliance_CoreProperties_UnauthorizedXMLLangAttributeFAIL.docx
new file mode 100755 (executable)
index 0000000..3984aea
Binary files /dev/null and b/test-data/openxml4j/OPCCompliance_CoreProperties_UnauthorizedXMLLangAttributeFAIL.docx differ
diff --git a/test-data/openxml4j/OPCCompliance_DerivedPartNameFAIL.docx b/test-data/openxml4j/OPCCompliance_DerivedPartNameFAIL.docx
new file mode 100755 (executable)
index 0000000..8ccfb61
Binary files /dev/null and b/test-data/openxml4j/OPCCompliance_DerivedPartNameFAIL.docx differ
diff --git a/test-data/openxml4j/TestOpenPackageINPUT.docx b/test-data/openxml4j/TestOpenPackageINPUT.docx
new file mode 100755 (executable)
index 0000000..dc105f0
Binary files /dev/null and b/test-data/openxml4j/TestOpenPackageINPUT.docx differ
diff --git a/test-data/openxml4j/TestPackageCommon.docx b/test-data/openxml4j/TestPackageCommon.docx
new file mode 100755 (executable)
index 0000000..771cd18
Binary files /dev/null and b/test-data/openxml4j/TestPackageCommon.docx differ
diff --git a/test-data/openxml4j/TestPackageCoreProperiesGetters.docx b/test-data/openxml4j/TestPackageCoreProperiesGetters.docx
new file mode 100755 (executable)
index 0000000..2d8bb35
Binary files /dev/null and b/test-data/openxml4j/TestPackageCoreProperiesGetters.docx differ
diff --git a/test-data/openxml4j/TestPackageCoreProperiesSetters.docx b/test-data/openxml4j/TestPackageCoreProperiesSetters.docx
new file mode 100755 (executable)
index 0000000..2d8bb35
Binary files /dev/null and b/test-data/openxml4j/TestPackageCoreProperiesSetters.docx differ
diff --git a/test-data/openxml4j/TestPackageThumbnail.docx b/test-data/openxml4j/TestPackageThumbnail.docx
new file mode 100755 (executable)
index 0000000..ccc990d
Binary files /dev/null and b/test-data/openxml4j/TestPackageThumbnail.docx differ
diff --git a/test-data/openxml4j/sample.docx b/test-data/openxml4j/sample.docx
new file mode 100755 (executable)
index 0000000..8e77521
Binary files /dev/null and b/test-data/openxml4j/sample.docx differ
diff --git a/test-data/openxml4j/sample.xlsx b/test-data/openxml4j/sample.xlsx
new file mode 100755 (executable)
index 0000000..a275cf4
Binary files /dev/null and b/test-data/openxml4j/sample.xlsx differ
diff --git a/test-data/openxml4j/thumbnail.jpg b/test-data/openxml4j/thumbnail.jpg
new file mode 100755 (executable)
index 0000000..5119960
Binary files /dev/null and b/test-data/openxml4j/thumbnail.jpg differ
diff --git a/test-data/poifs/ShortLastBlock.qwp b/test-data/poifs/ShortLastBlock.qwp
new file mode 100644 (file)
index 0000000..b278d06
Binary files /dev/null and b/test-data/poifs/ShortLastBlock.qwp differ
diff --git a/test-data/poifs/ShortLastBlock.wps b/test-data/poifs/ShortLastBlock.wps
new file mode 100644 (file)
index 0000000..1b1a627
Binary files /dev/null and b/test-data/poifs/ShortLastBlock.wps differ
diff --git a/test-data/publisher/LinkAt0And10.pub b/test-data/publisher/LinkAt0And10.pub
new file mode 100755 (executable)
index 0000000..c4459fb
Binary files /dev/null and b/test-data/publisher/LinkAt0And10.pub differ
diff --git a/test-data/publisher/LinkAt10.pub b/test-data/publisher/LinkAt10.pub
new file mode 100755 (executable)
index 0000000..89c4a44
Binary files /dev/null and b/test-data/publisher/LinkAt10.pub differ
diff --git a/test-data/publisher/LinkAt10And20And30.pub b/test-data/publisher/LinkAt10And20And30.pub
new file mode 100755 (executable)
index 0000000..5f7f747
Binary files /dev/null and b/test-data/publisher/LinkAt10And20And30.pub differ
diff --git a/test-data/publisher/LinkAt10And20And30And40.pub b/test-data/publisher/LinkAt10And20And30And40.pub
new file mode 100755 (executable)
index 0000000..d19ddc4
Binary files /dev/null and b/test-data/publisher/LinkAt10And20And30And40.pub differ
diff --git a/test-data/publisher/LinkAt10Longer.pub b/test-data/publisher/LinkAt10Longer.pub
new file mode 100755 (executable)
index 0000000..8a3dcc2
Binary files /dev/null and b/test-data/publisher/LinkAt10Longer.pub differ
diff --git a/test-data/publisher/LinkAt20.pub b/test-data/publisher/LinkAt20.pub
new file mode 100755 (executable)
index 0000000..091a38c
Binary files /dev/null and b/test-data/publisher/LinkAt20.pub differ
diff --git a/test-data/publisher/Sample.pub b/test-data/publisher/Sample.pub
new file mode 100755 (executable)
index 0000000..b870168
Binary files /dev/null and b/test-data/publisher/Sample.pub differ
diff --git a/test-data/publisher/Sample.txt b/test-data/publisher/Sample.txt
new file mode 100644 (file)
index 0000000..279395e
--- /dev/null
@@ -0,0 +1,29 @@
+This is some text on the first page
+It’s in times new roman, font size 10, all normal
+
+
+This is in bold and italic
+It’s Arial, 20 point font
+It’s in the second textbox on the first page
+
+
+This is the second page
+
+It is also times new roman, 10 point
+
+
+Table on page 2    Top right
+P2 table left      P2 table right
+Bottom Left        Bottom Right
+
+
+This text is on page two
+This is a link to Apache POI
+More normal text
+Link to a file
+
+
+More text, more hyperlinks
+email link
+Final hyperlink
+Within doc to page 1
diff --git a/test-data/publisher/Sample2.pub b/test-data/publisher/Sample2.pub
new file mode 100755 (executable)
index 0000000..610362c
Binary files /dev/null and b/test-data/publisher/Sample2.pub differ
diff --git a/test-data/publisher/Sample2.txt b/test-data/publisher/Sample2.txt
new file mode 100644 (file)
index 0000000..f8a68bb
--- /dev/null
@@ -0,0 +1,34 @@
+This is some text on the first page
+It’s in times new roman, font size 10, all normal
+
+We’ve added some more text in here, to push all the offsets about a bit.
+
+
+
+This is in bold and italic
+It’s Arial, 20 point font
+It’s in the second textbox on the first page
+
+Ditto with more text in here.
+
+
+This is the second page
+
+It is also times new roman, 10 point
+
+
+Table on page 2    Top right
+P2 table left      P2 table right
+Bottom Left        Bottom Right
+
+
+This text is on page two
+This is a link to Apache POI
+More normal text
+Link to a file
+
+
+More text, more hyperlinks
+email link
+Final hyperlink
+Within doc to page 1
diff --git a/test-data/publisher/Sample2000.pub b/test-data/publisher/Sample2000.pub
new file mode 100755 (executable)
index 0000000..2c6174e
Binary files /dev/null and b/test-data/publisher/Sample2000.pub differ
diff --git a/test-data/publisher/Sample3.pub b/test-data/publisher/Sample3.pub
new file mode 100755 (executable)
index 0000000..4f19bec
Binary files /dev/null and b/test-data/publisher/Sample3.pub differ
diff --git a/test-data/publisher/Sample3.txt b/test-data/publisher/Sample3.txt
new file mode 100644 (file)
index 0000000..c2d791b
--- /dev/null
@@ -0,0 +1,29 @@
+This is some text on the first page
+It’s in times new roman, font size 10, all normal
+
+
+This is in bold and italic
+It’s Arial, 20 point font
+It’s in the second textbox on the first page
+
+
+This is the second page12345678
+
+It is also times new roman, 10 point
+
+
+Table on page 2    Top right
+P2 table left      P2 table right
+Bottom Left        Bottom Right
+
+
+This text is on page two
+This is a link to Apache POI
+More normal text
+Link to a file
+
+
+More text, more hyperlinks
+email link
+Final hyperlink
+Within doc to page 1
diff --git a/test-data/publisher/Sample4.pub b/test-data/publisher/Sample4.pub
new file mode 100755 (executable)
index 0000000..445df85
Binary files /dev/null and b/test-data/publisher/Sample4.pub differ
diff --git a/test-data/publisher/Sample4.txt b/test-data/publisher/Sample4.txt
new file mode 100644 (file)
index 0000000..279395e
--- /dev/null
@@ -0,0 +1,29 @@
+This is some text on the first page
+It’s in times new roman, font size 10, all normal
+
+
+This is in bold and italic
+It’s Arial, 20 point font
+It’s in the second textbox on the first page
+
+
+This is the second page
+
+It is also times new roman, 10 point
+
+
+Table on page 2    Top right
+P2 table left      P2 table right
+Bottom Left        Bottom Right
+
+
+This text is on page two
+This is a link to Apache POI
+More normal text
+Link to a file
+
+
+More text, more hyperlinks
+email link
+Final hyperlink
+Within doc to page 1
diff --git a/test-data/publisher/Sample98.pub b/test-data/publisher/Sample98.pub
new file mode 100755 (executable)
index 0000000..8adffda
Binary files /dev/null and b/test-data/publisher/Sample98.pub differ
diff --git a/test-data/publisher/SampleBrochure.pub b/test-data/publisher/SampleBrochure.pub
new file mode 100644 (file)
index 0000000..00deec1
Binary files /dev/null and b/test-data/publisher/SampleBrochure.pub differ
diff --git a/test-data/publisher/SampleNewsletter.pub b/test-data/publisher/SampleNewsletter.pub
new file mode 100644 (file)
index 0000000..9490092
Binary files /dev/null and b/test-data/publisher/SampleNewsletter.pub differ
diff --git a/test-data/publisher/Simple.pub b/test-data/publisher/Simple.pub
new file mode 100755 (executable)
index 0000000..2397b9d
Binary files /dev/null and b/test-data/publisher/Simple.pub differ
diff --git a/test-data/slideshow/38256.ppt b/test-data/slideshow/38256.ppt
new file mode 100644 (file)
index 0000000..a0883bd
Binary files /dev/null and b/test-data/slideshow/38256.ppt differ
diff --git a/test-data/slideshow/41071.ppt b/test-data/slideshow/41071.ppt
new file mode 100755 (executable)
index 0000000..4a44302
Binary files /dev/null and b/test-data/slideshow/41071.ppt differ
diff --git a/test-data/slideshow/41384.ppt b/test-data/slideshow/41384.ppt
new file mode 100644 (file)
index 0000000..7a206ec
Binary files /dev/null and b/test-data/slideshow/41384.ppt differ
diff --git a/test-data/slideshow/42474-1.ppt b/test-data/slideshow/42474-1.ppt
new file mode 100644 (file)
index 0000000..15b654d
Binary files /dev/null and b/test-data/slideshow/42474-1.ppt differ
diff --git a/test-data/slideshow/42474-2.ppt b/test-data/slideshow/42474-2.ppt
new file mode 100644 (file)
index 0000000..5c6f8ca
Binary files /dev/null and b/test-data/slideshow/42474-2.ppt differ
diff --git a/test-data/slideshow/42485.ppt b/test-data/slideshow/42485.ppt
new file mode 100644 (file)
index 0000000..e9e3dda
Binary files /dev/null and b/test-data/slideshow/42485.ppt differ
diff --git a/test-data/slideshow/42486.ppt b/test-data/slideshow/42486.ppt
new file mode 100644 (file)
index 0000000..af45163
Binary files /dev/null and b/test-data/slideshow/42486.ppt differ
diff --git a/test-data/slideshow/42520.ppt b/test-data/slideshow/42520.ppt
new file mode 100644 (file)
index 0000000..15bcf64
Binary files /dev/null and b/test-data/slideshow/42520.ppt differ
diff --git a/test-data/slideshow/43781.ppt b/test-data/slideshow/43781.ppt
new file mode 100755 (executable)
index 0000000..ddea91f
Binary files /dev/null and b/test-data/slideshow/43781.ppt differ
diff --git a/test-data/slideshow/44296.ppt b/test-data/slideshow/44296.ppt
new file mode 100755 (executable)
index 0000000..1e0529d
Binary files /dev/null and b/test-data/slideshow/44296.ppt differ
diff --git a/test-data/slideshow/44770.ppt b/test-data/slideshow/44770.ppt
new file mode 100755 (executable)
index 0000000..d7ae12b
Binary files /dev/null and b/test-data/slideshow/44770.ppt differ
diff --git a/test-data/slideshow/45537_Footer.ppt b/test-data/slideshow/45537_Footer.ppt
new file mode 100644 (file)
index 0000000..f358b14
Binary files /dev/null and b/test-data/slideshow/45537_Footer.ppt differ
diff --git a/test-data/slideshow/45537_Header.ppt b/test-data/slideshow/45537_Header.ppt
new file mode 100644 (file)
index 0000000..e09d775
Binary files /dev/null and b/test-data/slideshow/45537_Header.ppt differ
diff --git a/test-data/slideshow/45541_Footer.pptx b/test-data/slideshow/45541_Footer.pptx
new file mode 100644 (file)
index 0000000..84e3f47
Binary files /dev/null and b/test-data/slideshow/45541_Footer.pptx differ
diff --git a/test-data/slideshow/45541_Header.pptx b/test-data/slideshow/45541_Header.pptx
new file mode 100644 (file)
index 0000000..fe7b7a1
Binary files /dev/null and b/test-data/slideshow/45541_Header.pptx differ
diff --git a/test-data/slideshow/45543.ppt b/test-data/slideshow/45543.ppt
new file mode 100644 (file)
index 0000000..d5b04f8
Binary files /dev/null and b/test-data/slideshow/45543.ppt differ
diff --git a/test-data/slideshow/45545_Comment.pptx b/test-data/slideshow/45545_Comment.pptx
new file mode 100644 (file)
index 0000000..ce34eea
Binary files /dev/null and b/test-data/slideshow/45545_Comment.pptx differ
diff --git a/test-data/slideshow/47261.ppt b/test-data/slideshow/47261.ppt
new file mode 100755 (executable)
index 0000000..7a26a79
Binary files /dev/null and b/test-data/slideshow/47261.ppt differ
diff --git a/test-data/slideshow/PPT95.ppt b/test-data/slideshow/PPT95.ppt
new file mode 100644 (file)
index 0000000..3f338d4
Binary files /dev/null and b/test-data/slideshow/PPT95.ppt differ
diff --git a/test-data/slideshow/PPTWithAttachments.pptm b/test-data/slideshow/PPTWithAttachments.pptm
new file mode 100644 (file)
index 0000000..00b148d
Binary files /dev/null and b/test-data/slideshow/PPTWithAttachments.pptm differ
diff --git a/test-data/slideshow/ParagraphStylesShorterThanCharStyles.ppt b/test-data/slideshow/ParagraphStylesShorterThanCharStyles.ppt
new file mode 100644 (file)
index 0000000..19a8a75
Binary files /dev/null and b/test-data/slideshow/ParagraphStylesShorterThanCharStyles.ppt differ
diff --git a/test-data/slideshow/Password_Protected-56-hello.ppt b/test-data/slideshow/Password_Protected-56-hello.ppt
new file mode 100644 (file)
index 0000000..d1e5d66
Binary files /dev/null and b/test-data/slideshow/Password_Protected-56-hello.ppt differ
diff --git a/test-data/slideshow/Password_Protected-hello.ppt b/test-data/slideshow/Password_Protected-hello.ppt
new file mode 100644 (file)
index 0000000..3bbab4d
Binary files /dev/null and b/test-data/slideshow/Password_Protected-hello.ppt differ
diff --git a/test-data/slideshow/Password_Protected-np-hello.ppt b/test-data/slideshow/Password_Protected-np-hello.ppt
new file mode 100644 (file)
index 0000000..8634183
Binary files /dev/null and b/test-data/slideshow/Password_Protected-np-hello.ppt differ
diff --git a/test-data/slideshow/PictureLengthZero.ppt b/test-data/slideshow/PictureLengthZero.ppt
new file mode 100644 (file)
index 0000000..1cb0cda
Binary files /dev/null and b/test-data/slideshow/PictureLengthZero.ppt differ
diff --git a/test-data/slideshow/PictureTypeZero.ppt b/test-data/slideshow/PictureTypeZero.ppt
new file mode 100644 (file)
index 0000000..66b4e50
Binary files /dev/null and b/test-data/slideshow/PictureTypeZero.ppt differ
diff --git a/test-data/slideshow/SampleShow.ppt b/test-data/slideshow/SampleShow.ppt
new file mode 100755 (executable)
index 0000000..81b99e1
Binary files /dev/null and b/test-data/slideshow/SampleShow.ppt differ
diff --git a/test-data/slideshow/SampleShow.pptx b/test-data/slideshow/SampleShow.pptx
new file mode 100755 (executable)
index 0000000..e5237f4
Binary files /dev/null and b/test-data/slideshow/SampleShow.pptx differ
diff --git a/test-data/slideshow/SampleShow.txt b/test-data/slideshow/SampleShow.txt
new file mode 100644 (file)
index 0000000..ccfe4d2
--- /dev/null
@@ -0,0 +1,26 @@
+Author = Nick Burch
+Title = SlideShow Sample
+Subject = A sample slideshow
+Keywords = Sample Testing
+Comments = This is a sample slideshow, for use with testing etc
+
+(Slide 1)
+Title of the first slide
+
+Subtitle of the first slide
+
+This bit is in italic green
+
+(Notes 1)
+I am the notes of the first slide
+
+(Slide 2)
+This is the second slide
+
+* It has bullet points on it
+* They’re fun, aren’t they?
+* Especially in a different font like Arial Black at 16 point!
+
+(Notes 2)
+These are the notes of the 2nd slide
+THIS LINE IS BOLD
diff --git a/test-data/slideshow/Single_Coloured_Page.ppt b/test-data/slideshow/Single_Coloured_Page.ppt
new file mode 100644 (file)
index 0000000..4555025
Binary files /dev/null and b/test-data/slideshow/Single_Coloured_Page.ppt differ
diff --git a/test-data/slideshow/Single_Coloured_Page_With_Fonts_and_Alignments.ppt b/test-data/slideshow/Single_Coloured_Page_With_Fonts_and_Alignments.ppt
new file mode 100644 (file)
index 0000000..a177642
Binary files /dev/null and b/test-data/slideshow/Single_Coloured_Page_With_Fonts_and_Alignments.ppt differ
diff --git a/test-data/slideshow/WithComments.ppt b/test-data/slideshow/WithComments.ppt
new file mode 100755 (executable)
index 0000000..2b5f864
Binary files /dev/null and b/test-data/slideshow/WithComments.ppt differ
diff --git a/test-data/slideshow/WithLinks.ppt b/test-data/slideshow/WithLinks.ppt
new file mode 100644 (file)
index 0000000..f08a81a
Binary files /dev/null and b/test-data/slideshow/WithLinks.ppt differ
diff --git a/test-data/slideshow/WithMacros.ppt b/test-data/slideshow/WithMacros.ppt
new file mode 100644 (file)
index 0000000..1c72231
Binary files /dev/null and b/test-data/slideshow/WithMacros.ppt differ
diff --git a/test-data/slideshow/alterman_security.ppt b/test-data/slideshow/alterman_security.ppt
new file mode 100644 (file)
index 0000000..72c2261
Binary files /dev/null and b/test-data/slideshow/alterman_security.ppt differ
diff --git a/test-data/slideshow/backgrounds.ppt b/test-data/slideshow/backgrounds.ppt
new file mode 100644 (file)
index 0000000..591efaf
Binary files /dev/null and b/test-data/slideshow/backgrounds.ppt differ
diff --git a/test-data/slideshow/basic_test_ppt_file.ppt b/test-data/slideshow/basic_test_ppt_file.ppt
new file mode 100644 (file)
index 0000000..af16393
Binary files /dev/null and b/test-data/slideshow/basic_test_ppt_file.ppt differ
diff --git a/test-data/slideshow/bug-41015.ppt b/test-data/slideshow/bug-41015.ppt
new file mode 100644 (file)
index 0000000..b804a60
Binary files /dev/null and b/test-data/slideshow/bug-41015.ppt differ
diff --git a/test-data/slideshow/bullets.ppt b/test-data/slideshow/bullets.ppt
new file mode 100644 (file)
index 0000000..be2f8bb
Binary files /dev/null and b/test-data/slideshow/bullets.ppt differ
diff --git a/test-data/slideshow/clock.jpg b/test-data/slideshow/clock.jpg
new file mode 100644 (file)
index 0000000..5f05e42
Binary files /dev/null and b/test-data/slideshow/clock.jpg differ
diff --git a/test-data/slideshow/cow.pict b/test-data/slideshow/cow.pict
new file mode 100644 (file)
index 0000000..71b81d2
Binary files /dev/null and b/test-data/slideshow/cow.pict differ
diff --git a/test-data/slideshow/empty.ppt b/test-data/slideshow/empty.ppt
new file mode 100644 (file)
index 0000000..20d2398
Binary files /dev/null and b/test-data/slideshow/empty.ppt differ
diff --git a/test-data/slideshow/empty_textbox.ppt b/test-data/slideshow/empty_textbox.ppt
new file mode 100644 (file)
index 0000000..403b286
Binary files /dev/null and b/test-data/slideshow/empty_textbox.ppt differ
diff --git a/test-data/slideshow/headers_footers.ppt b/test-data/slideshow/headers_footers.ppt
new file mode 100644 (file)
index 0000000..891d73f
Binary files /dev/null and b/test-data/slideshow/headers_footers.ppt differ
diff --git a/test-data/slideshow/headers_footers_2007.ppt b/test-data/slideshow/headers_footers_2007.ppt
new file mode 100644 (file)
index 0000000..51b2c53
Binary files /dev/null and b/test-data/slideshow/headers_footers_2007.ppt differ
diff --git a/test-data/slideshow/iisd_report.ppt b/test-data/slideshow/iisd_report.ppt
new file mode 100644 (file)
index 0000000..976fa94
Binary files /dev/null and b/test-data/slideshow/iisd_report.ppt differ
diff --git a/test-data/slideshow/incorrect_slide_order.ppt b/test-data/slideshow/incorrect_slide_order.ppt
new file mode 100644 (file)
index 0000000..6aead5d
Binary files /dev/null and b/test-data/slideshow/incorrect_slide_order.ppt differ
diff --git a/test-data/slideshow/missing_core_records.ppt b/test-data/slideshow/missing_core_records.ppt
new file mode 100644 (file)
index 0000000..67325eb
Binary files /dev/null and b/test-data/slideshow/missing_core_records.ppt differ
diff --git a/test-data/slideshow/next_test_ppt_file.ppt b/test-data/slideshow/next_test_ppt_file.ppt
new file mode 100644 (file)
index 0000000..69b2c47
Binary files /dev/null and b/test-data/slideshow/next_test_ppt_file.ppt differ
diff --git a/test-data/slideshow/ole2-embedding-2003.ppt b/test-data/slideshow/ole2-embedding-2003.ppt
new file mode 100644 (file)
index 0000000..506888f
Binary files /dev/null and b/test-data/slideshow/ole2-embedding-2003.ppt differ
diff --git a/test-data/slideshow/painting.png b/test-data/slideshow/painting.png
new file mode 100644 (file)
index 0000000..28f1233
Binary files /dev/null and b/test-data/slideshow/painting.png differ
diff --git a/test-data/slideshow/pictures.ppt b/test-data/slideshow/pictures.ppt
new file mode 100644 (file)
index 0000000..9f6ce6d
Binary files /dev/null and b/test-data/slideshow/pictures.ppt differ
diff --git a/test-data/slideshow/ppt_with_embeded.ppt b/test-data/slideshow/ppt_with_embeded.ppt
new file mode 100644 (file)
index 0000000..588dcef
Binary files /dev/null and b/test-data/slideshow/ppt_with_embeded.ppt differ
diff --git a/test-data/slideshow/ppt_with_png.ppt b/test-data/slideshow/ppt_with_png.ppt
new file mode 100755 (executable)
index 0000000..0e0ac67
Binary files /dev/null and b/test-data/slideshow/ppt_with_png.ppt differ
diff --git a/test-data/slideshow/ringin.wav b/test-data/slideshow/ringin.wav
new file mode 100755 (executable)
index 0000000..f8d4292
Binary files /dev/null and b/test-data/slideshow/ringin.wav differ
diff --git a/test-data/slideshow/sample.pptx b/test-data/slideshow/sample.pptx
new file mode 100644 (file)
index 0000000..fbd540c
Binary files /dev/null and b/test-data/slideshow/sample.pptx differ
diff --git a/test-data/slideshow/santa.wmf b/test-data/slideshow/santa.wmf
new file mode 100644 (file)
index 0000000..20993ba
Binary files /dev/null and b/test-data/slideshow/santa.wmf differ
diff --git a/test-data/slideshow/sci_cec.dib b/test-data/slideshow/sci_cec.dib
new file mode 100644 (file)
index 0000000..61bfb62
Binary files /dev/null and b/test-data/slideshow/sci_cec.dib differ
diff --git a/test-data/slideshow/slide_master.ppt b/test-data/slideshow/slide_master.ppt
new file mode 100644 (file)
index 0000000..0889a5d
Binary files /dev/null and b/test-data/slideshow/slide_master.ppt differ
diff --git a/test-data/slideshow/sound.ppt b/test-data/slideshow/sound.ppt
new file mode 100755 (executable)
index 0000000..2d1316a
Binary files /dev/null and b/test-data/slideshow/sound.ppt differ
diff --git a/test-data/slideshow/text-margins.ppt b/test-data/slideshow/text-margins.ppt
new file mode 100755 (executable)
index 0000000..cf539ae
Binary files /dev/null and b/test-data/slideshow/text-margins.ppt differ
diff --git a/test-data/slideshow/text_shapes.ppt b/test-data/slideshow/text_shapes.ppt
new file mode 100755 (executable)
index 0000000..c36183a
Binary files /dev/null and b/test-data/slideshow/text_shapes.ppt differ
diff --git a/test-data/slideshow/tomcat.png b/test-data/slideshow/tomcat.png
new file mode 100644 (file)
index 0000000..b10c6b7
Binary files /dev/null and b/test-data/slideshow/tomcat.png differ
diff --git a/test-data/slideshow/with_textbox.ppt b/test-data/slideshow/with_textbox.ppt
new file mode 100644 (file)
index 0000000..d79584f
Binary files /dev/null and b/test-data/slideshow/with_textbox.ppt differ
diff --git a/test-data/slideshow/wrench.emf b/test-data/slideshow/wrench.emf
new file mode 100644 (file)
index 0000000..8001607
Binary files /dev/null and b/test-data/slideshow/wrench.emf differ
diff --git a/test-data/spreadsheet/12561-1.xls b/test-data/spreadsheet/12561-1.xls
new file mode 100755 (executable)
index 0000000..40b7276
Binary files /dev/null and b/test-data/spreadsheet/12561-1.xls differ
diff --git a/test-data/spreadsheet/12561-2.xls b/test-data/spreadsheet/12561-2.xls
new file mode 100755 (executable)
index 0000000..bb360c1
Binary files /dev/null and b/test-data/spreadsheet/12561-2.xls differ
diff --git a/test-data/spreadsheet/12843-1.xls b/test-data/spreadsheet/12843-1.xls
new file mode 100644 (file)
index 0000000..0ef5df4
Binary files /dev/null and b/test-data/spreadsheet/12843-1.xls differ
diff --git a/test-data/spreadsheet/12843-2.xls b/test-data/spreadsheet/12843-2.xls
new file mode 100644 (file)
index 0000000..beff646
Binary files /dev/null and b/test-data/spreadsheet/12843-2.xls differ
diff --git a/test-data/spreadsheet/13224.xls b/test-data/spreadsheet/13224.xls
new file mode 100755 (executable)
index 0000000..81f69d3
Binary files /dev/null and b/test-data/spreadsheet/13224.xls differ
diff --git a/test-data/spreadsheet/13796.xls b/test-data/spreadsheet/13796.xls
new file mode 100644 (file)
index 0000000..efae53f
Binary files /dev/null and b/test-data/spreadsheet/13796.xls differ
diff --git a/test-data/spreadsheet/14330-1.xls b/test-data/spreadsheet/14330-1.xls
new file mode 100644 (file)
index 0000000..6fd2d95
Binary files /dev/null and b/test-data/spreadsheet/14330-1.xls differ
diff --git a/test-data/spreadsheet/14330-2.xls b/test-data/spreadsheet/14330-2.xls
new file mode 100644 (file)
index 0000000..8e56a6d
Binary files /dev/null and b/test-data/spreadsheet/14330-2.xls differ
diff --git a/test-data/spreadsheet/14460.xls b/test-data/spreadsheet/14460.xls
new file mode 100644 (file)
index 0000000..284d684
Binary files /dev/null and b/test-data/spreadsheet/14460.xls differ
diff --git a/test-data/spreadsheet/15228.xls b/test-data/spreadsheet/15228.xls
new file mode 100644 (file)
index 0000000..3b26ed1
Binary files /dev/null and b/test-data/spreadsheet/15228.xls differ
diff --git a/test-data/spreadsheet/15375.xls b/test-data/spreadsheet/15375.xls
new file mode 100644 (file)
index 0000000..99ab193
Binary files /dev/null and b/test-data/spreadsheet/15375.xls differ
diff --git a/test-data/spreadsheet/15556.xls b/test-data/spreadsheet/15556.xls
new file mode 100644 (file)
index 0000000..82b48a5
Binary files /dev/null and b/test-data/spreadsheet/15556.xls differ
diff --git a/test-data/spreadsheet/15573.xls b/test-data/spreadsheet/15573.xls
new file mode 100644 (file)
index 0000000..172f255
Binary files /dev/null and b/test-data/spreadsheet/15573.xls differ
diff --git a/test-data/spreadsheet/1900DateWindowing.xls b/test-data/spreadsheet/1900DateWindowing.xls
new file mode 100644 (file)
index 0000000..94fe5c1
Binary files /dev/null and b/test-data/spreadsheet/1900DateWindowing.xls differ
diff --git a/test-data/spreadsheet/1904DateWindowing.xls b/test-data/spreadsheet/1904DateWindowing.xls
new file mode 100644 (file)
index 0000000..8c0dba1
Binary files /dev/null and b/test-data/spreadsheet/1904DateWindowing.xls differ
diff --git a/test-data/spreadsheet/19599-1.xls b/test-data/spreadsheet/19599-1.xls
new file mode 100644 (file)
index 0000000..4ce27d1
Binary files /dev/null and b/test-data/spreadsheet/19599-1.xls differ
diff --git a/test-data/spreadsheet/19599-2.xls b/test-data/spreadsheet/19599-2.xls
new file mode 100644 (file)
index 0000000..17f4583
Binary files /dev/null and b/test-data/spreadsheet/19599-2.xls differ
diff --git a/test-data/spreadsheet/22742.xls b/test-data/spreadsheet/22742.xls
new file mode 100644 (file)
index 0000000..cd367ca
Binary files /dev/null and b/test-data/spreadsheet/22742.xls differ
diff --git a/test-data/spreadsheet/24207.xls b/test-data/spreadsheet/24207.xls
new file mode 100755 (executable)
index 0000000..eca5642
Binary files /dev/null and b/test-data/spreadsheet/24207.xls differ
diff --git a/test-data/spreadsheet/24215.xls b/test-data/spreadsheet/24215.xls
new file mode 100644 (file)
index 0000000..bcbbe63
Binary files /dev/null and b/test-data/spreadsheet/24215.xls differ
diff --git a/test-data/spreadsheet/25183.xls b/test-data/spreadsheet/25183.xls
new file mode 100644 (file)
index 0000000..635a649
Binary files /dev/null and b/test-data/spreadsheet/25183.xls differ
diff --git a/test-data/spreadsheet/25695.xls b/test-data/spreadsheet/25695.xls
new file mode 100644 (file)
index 0000000..08b5035
Binary files /dev/null and b/test-data/spreadsheet/25695.xls differ
diff --git a/test-data/spreadsheet/26100.xls b/test-data/spreadsheet/26100.xls
new file mode 100644 (file)
index 0000000..802cf89
Binary files /dev/null and b/test-data/spreadsheet/26100.xls differ
diff --git a/test-data/spreadsheet/27272_1.xls b/test-data/spreadsheet/27272_1.xls
new file mode 100644 (file)
index 0000000..1715db8
Binary files /dev/null and b/test-data/spreadsheet/27272_1.xls differ
diff --git a/test-data/spreadsheet/27272_2.xls b/test-data/spreadsheet/27272_2.xls
new file mode 100644 (file)
index 0000000..3e69928
Binary files /dev/null and b/test-data/spreadsheet/27272_2.xls differ
diff --git a/test-data/spreadsheet/27349-vlookupAcrossSheets.xls b/test-data/spreadsheet/27349-vlookupAcrossSheets.xls
new file mode 100755 (executable)
index 0000000..c21d434
Binary files /dev/null and b/test-data/spreadsheet/27349-vlookupAcrossSheets.xls differ
diff --git a/test-data/spreadsheet/27364.xls b/test-data/spreadsheet/27364.xls
new file mode 100755 (executable)
index 0000000..73aa3fa
Binary files /dev/null and b/test-data/spreadsheet/27364.xls differ
diff --git a/test-data/spreadsheet/27394.xls b/test-data/spreadsheet/27394.xls
new file mode 100755 (executable)
index 0000000..e9ba1cc
Binary files /dev/null and b/test-data/spreadsheet/27394.xls differ
diff --git a/test-data/spreadsheet/27852.xls b/test-data/spreadsheet/27852.xls
new file mode 100644 (file)
index 0000000..b4b0a4c
Binary files /dev/null and b/test-data/spreadsheet/27852.xls differ
diff --git a/test-data/spreadsheet/27933.xls b/test-data/spreadsheet/27933.xls
new file mode 100644 (file)
index 0000000..7972237
Binary files /dev/null and b/test-data/spreadsheet/27933.xls differ
diff --git a/test-data/spreadsheet/28772.xls b/test-data/spreadsheet/28772.xls
new file mode 100644 (file)
index 0000000..a5190de
Binary files /dev/null and b/test-data/spreadsheet/28772.xls differ
diff --git a/test-data/spreadsheet/28774.xls b/test-data/spreadsheet/28774.xls
new file mode 100755 (executable)
index 0000000..476f3ba
Binary files /dev/null and b/test-data/spreadsheet/28774.xls differ
diff --git a/test-data/spreadsheet/29675.xls b/test-data/spreadsheet/29675.xls
new file mode 100644 (file)
index 0000000..a80df1f
Binary files /dev/null and b/test-data/spreadsheet/29675.xls differ
diff --git a/test-data/spreadsheet/29942.xls b/test-data/spreadsheet/29942.xls
new file mode 100644 (file)
index 0000000..9fac290
Binary files /dev/null and b/test-data/spreadsheet/29942.xls differ
diff --git a/test-data/spreadsheet/29982.xls b/test-data/spreadsheet/29982.xls
new file mode 100644 (file)
index 0000000..8430ff7
Binary files /dev/null and b/test-data/spreadsheet/29982.xls differ
diff --git a/test-data/spreadsheet/30070.xls b/test-data/spreadsheet/30070.xls
new file mode 100755 (executable)
index 0000000..5ae6685
Binary files /dev/null and b/test-data/spreadsheet/30070.xls differ
diff --git a/test-data/spreadsheet/30540.xls b/test-data/spreadsheet/30540.xls
new file mode 100644 (file)
index 0000000..bf91e1b
Binary files /dev/null and b/test-data/spreadsheet/30540.xls differ
diff --git a/test-data/spreadsheet/30978-alt.xls b/test-data/spreadsheet/30978-alt.xls
new file mode 100644 (file)
index 0000000..c591582
Binary files /dev/null and b/test-data/spreadsheet/30978-alt.xls differ
diff --git a/test-data/spreadsheet/30978-deleted.xls b/test-data/spreadsheet/30978-deleted.xls
new file mode 100755 (executable)
index 0000000..0a2cabe
Binary files /dev/null and b/test-data/spreadsheet/30978-deleted.xls differ
diff --git a/test-data/spreadsheet/31661.xls b/test-data/spreadsheet/31661.xls
new file mode 100755 (executable)
index 0000000..79050b4
Binary files /dev/null and b/test-data/spreadsheet/31661.xls differ
diff --git a/test-data/spreadsheet/31749.xls b/test-data/spreadsheet/31749.xls
new file mode 100644 (file)
index 0000000..6962a09
Binary files /dev/null and b/test-data/spreadsheet/31749.xls differ
diff --git a/test-data/spreadsheet/31979.xls b/test-data/spreadsheet/31979.xls
new file mode 100644 (file)
index 0000000..a0c743d
Binary files /dev/null and b/test-data/spreadsheet/31979.xls differ
diff --git a/test-data/spreadsheet/32822.xls b/test-data/spreadsheet/32822.xls
new file mode 100644 (file)
index 0000000..b95a5fc
Binary files /dev/null and b/test-data/spreadsheet/32822.xls differ
diff --git a/test-data/spreadsheet/33082.xls b/test-data/spreadsheet/33082.xls
new file mode 100644 (file)
index 0000000..74a2df4
Binary files /dev/null and b/test-data/spreadsheet/33082.xls differ
diff --git a/test-data/spreadsheet/34775.xls b/test-data/spreadsheet/34775.xls
new file mode 100644 (file)
index 0000000..9ad8f23
Binary files /dev/null and b/test-data/spreadsheet/34775.xls differ
diff --git a/test-data/spreadsheet/35564.xls b/test-data/spreadsheet/35564.xls
new file mode 100644 (file)
index 0000000..db18e01
Binary files /dev/null and b/test-data/spreadsheet/35564.xls differ
diff --git a/test-data/spreadsheet/35565.xls b/test-data/spreadsheet/35565.xls
new file mode 100644 (file)
index 0000000..ee97f0a
Binary files /dev/null and b/test-data/spreadsheet/35565.xls differ
diff --git a/test-data/spreadsheet/36947.xls b/test-data/spreadsheet/36947.xls
new file mode 100755 (executable)
index 0000000..4c7bde6
Binary files /dev/null and b/test-data/spreadsheet/36947.xls differ
diff --git a/test-data/spreadsheet/37376.xls b/test-data/spreadsheet/37376.xls
new file mode 100644 (file)
index 0000000..59176a6
Binary files /dev/null and b/test-data/spreadsheet/37376.xls differ
diff --git a/test-data/spreadsheet/37630.xls b/test-data/spreadsheet/37630.xls
new file mode 100644 (file)
index 0000000..ad2b0ef
Binary files /dev/null and b/test-data/spreadsheet/37630.xls differ
diff --git a/test-data/spreadsheet/37684-1.xls b/test-data/spreadsheet/37684-1.xls
new file mode 100755 (executable)
index 0000000..a59769e
Binary files /dev/null and b/test-data/spreadsheet/37684-1.xls differ
diff --git a/test-data/spreadsheet/37684-2.xls b/test-data/spreadsheet/37684-2.xls
new file mode 100755 (executable)
index 0000000..b17d0fa
Binary files /dev/null and b/test-data/spreadsheet/37684-2.xls differ
diff --git a/test-data/spreadsheet/37684.xls b/test-data/spreadsheet/37684.xls
new file mode 100644 (file)
index 0000000..3aecf07
Binary files /dev/null and b/test-data/spreadsheet/37684.xls differ
diff --git a/test-data/spreadsheet/39234.xls b/test-data/spreadsheet/39234.xls
new file mode 100644 (file)
index 0000000..20fc9a0
Binary files /dev/null and b/test-data/spreadsheet/39234.xls differ
diff --git a/test-data/spreadsheet/39512.xls b/test-data/spreadsheet/39512.xls
new file mode 100644 (file)
index 0000000..44cf571
Binary files /dev/null and b/test-data/spreadsheet/39512.xls differ
diff --git a/test-data/spreadsheet/39634.xls b/test-data/spreadsheet/39634.xls
new file mode 100755 (executable)
index 0000000..0f76bff
Binary files /dev/null and b/test-data/spreadsheet/39634.xls differ
diff --git a/test-data/spreadsheet/3dFormulas.xls b/test-data/spreadsheet/3dFormulas.xls
new file mode 100644 (file)
index 0000000..82519ed
Binary files /dev/null and b/test-data/spreadsheet/3dFormulas.xls differ
diff --git a/test-data/spreadsheet/40285.xls b/test-data/spreadsheet/40285.xls
new file mode 100644 (file)
index 0000000..077e1c8
Binary files /dev/null and b/test-data/spreadsheet/40285.xls differ
diff --git a/test-data/spreadsheet/41139.xls b/test-data/spreadsheet/41139.xls
new file mode 100644 (file)
index 0000000..e4925fe
Binary files /dev/null and b/test-data/spreadsheet/41139.xls differ
diff --git a/test-data/spreadsheet/41546.xls b/test-data/spreadsheet/41546.xls
new file mode 100644 (file)
index 0000000..1332f3e
Binary files /dev/null and b/test-data/spreadsheet/41546.xls differ
diff --git a/test-data/spreadsheet/42464-ExpPtg-bad.xls b/test-data/spreadsheet/42464-ExpPtg-bad.xls
new file mode 100644 (file)
index 0000000..54a7edb
Binary files /dev/null and b/test-data/spreadsheet/42464-ExpPtg-bad.xls differ
diff --git a/test-data/spreadsheet/42464-ExpPtg-ok.xls b/test-data/spreadsheet/42464-ExpPtg-ok.xls
new file mode 100644 (file)
index 0000000..5ae84bc
Binary files /dev/null and b/test-data/spreadsheet/42464-ExpPtg-ok.xls differ
diff --git a/test-data/spreadsheet/42726.xls b/test-data/spreadsheet/42726.xls
new file mode 100755 (executable)
index 0000000..e492c5d
Binary files /dev/null and b/test-data/spreadsheet/42726.xls differ
diff --git a/test-data/spreadsheet/42844.xls b/test-data/spreadsheet/42844.xls
new file mode 100644 (file)
index 0000000..50bb5a8
Binary files /dev/null and b/test-data/spreadsheet/42844.xls differ
diff --git a/test-data/spreadsheet/43251.xls b/test-data/spreadsheet/43251.xls
new file mode 100644 (file)
index 0000000..abc476a
Binary files /dev/null and b/test-data/spreadsheet/43251.xls differ
diff --git a/test-data/spreadsheet/43493.xls b/test-data/spreadsheet/43493.xls
new file mode 100644 (file)
index 0000000..2a02f3d
Binary files /dev/null and b/test-data/spreadsheet/43493.xls differ
diff --git a/test-data/spreadsheet/43623.xls b/test-data/spreadsheet/43623.xls
new file mode 100644 (file)
index 0000000..401cb2a
Binary files /dev/null and b/test-data/spreadsheet/43623.xls differ
diff --git a/test-data/spreadsheet/43902.xls b/test-data/spreadsheet/43902.xls
new file mode 100644 (file)
index 0000000..a67720d
Binary files /dev/null and b/test-data/spreadsheet/43902.xls differ
diff --git a/test-data/spreadsheet/44010-SingleChart.xls b/test-data/spreadsheet/44010-SingleChart.xls
new file mode 100644 (file)
index 0000000..fe0df27
Binary files /dev/null and b/test-data/spreadsheet/44010-SingleChart.xls differ
diff --git a/test-data/spreadsheet/44010-TwoCharts.xls b/test-data/spreadsheet/44010-TwoCharts.xls
new file mode 100644 (file)
index 0000000..4a61523
Binary files /dev/null and b/test-data/spreadsheet/44010-TwoCharts.xls differ
diff --git a/test-data/spreadsheet/44167.xls b/test-data/spreadsheet/44167.xls
new file mode 100755 (executable)
index 0000000..c547021
Binary files /dev/null and b/test-data/spreadsheet/44167.xls differ
diff --git a/test-data/spreadsheet/44200.xls b/test-data/spreadsheet/44200.xls
new file mode 100755 (executable)
index 0000000..691afed
Binary files /dev/null and b/test-data/spreadsheet/44200.xls differ
diff --git a/test-data/spreadsheet/44201.xls b/test-data/spreadsheet/44201.xls
new file mode 100644 (file)
index 0000000..593d5aa
Binary files /dev/null and b/test-data/spreadsheet/44201.xls differ
diff --git a/test-data/spreadsheet/44235.xls b/test-data/spreadsheet/44235.xls
new file mode 100755 (executable)
index 0000000..39b7658
Binary files /dev/null and b/test-data/spreadsheet/44235.xls differ
diff --git a/test-data/spreadsheet/44297.xls b/test-data/spreadsheet/44297.xls
new file mode 100755 (executable)
index 0000000..bc65efd
Binary files /dev/null and b/test-data/spreadsheet/44297.xls differ
diff --git a/test-data/spreadsheet/44593.xls b/test-data/spreadsheet/44593.xls
new file mode 100644 (file)
index 0000000..84d1311
Binary files /dev/null and b/test-data/spreadsheet/44593.xls differ
diff --git a/test-data/spreadsheet/44636.xls b/test-data/spreadsheet/44636.xls
new file mode 100644 (file)
index 0000000..3108a62
Binary files /dev/null and b/test-data/spreadsheet/44636.xls differ
diff --git a/test-data/spreadsheet/44643.xls b/test-data/spreadsheet/44643.xls
new file mode 100644 (file)
index 0000000..7ae5071
Binary files /dev/null and b/test-data/spreadsheet/44643.xls differ
diff --git a/test-data/spreadsheet/44693.xls b/test-data/spreadsheet/44693.xls
new file mode 100644 (file)
index 0000000..dd954c6
Binary files /dev/null and b/test-data/spreadsheet/44693.xls differ
diff --git a/test-data/spreadsheet/44840.xls b/test-data/spreadsheet/44840.xls
new file mode 100644 (file)
index 0000000..66dd918
Binary files /dev/null and b/test-data/spreadsheet/44840.xls differ
diff --git a/test-data/spreadsheet/44861.xls b/test-data/spreadsheet/44861.xls
new file mode 100644 (file)
index 0000000..bab82b3
Binary files /dev/null and b/test-data/spreadsheet/44861.xls differ
diff --git a/test-data/spreadsheet/44891.xls b/test-data/spreadsheet/44891.xls
new file mode 100644 (file)
index 0000000..30082aa
Binary files /dev/null and b/test-data/spreadsheet/44891.xls differ
diff --git a/test-data/spreadsheet/44958.xls b/test-data/spreadsheet/44958.xls
new file mode 100644 (file)
index 0000000..c167011
Binary files /dev/null and b/test-data/spreadsheet/44958.xls differ
diff --git a/test-data/spreadsheet/45290.xls b/test-data/spreadsheet/45290.xls
new file mode 100644 (file)
index 0000000..dd06449
Binary files /dev/null and b/test-data/spreadsheet/45290.xls differ
diff --git a/test-data/spreadsheet/45322.xls b/test-data/spreadsheet/45322.xls
new file mode 100644 (file)
index 0000000..7117214
Binary files /dev/null and b/test-data/spreadsheet/45322.xls differ
diff --git a/test-data/spreadsheet/45365-2.xls b/test-data/spreadsheet/45365-2.xls
new file mode 100644 (file)
index 0000000..b5e66c1
Binary files /dev/null and b/test-data/spreadsheet/45365-2.xls differ
diff --git a/test-data/spreadsheet/45365.xls b/test-data/spreadsheet/45365.xls
new file mode 100644 (file)
index 0000000..fbf1d97
Binary files /dev/null and b/test-data/spreadsheet/45365.xls differ
diff --git a/test-data/spreadsheet/45430.xlsx b/test-data/spreadsheet/45430.xlsx
new file mode 100644 (file)
index 0000000..48af3f9
Binary files /dev/null and b/test-data/spreadsheet/45430.xlsx differ
diff --git a/test-data/spreadsheet/45431.xlsm b/test-data/spreadsheet/45431.xlsm
new file mode 100644 (file)
index 0000000..fabbd0d
Binary files /dev/null and b/test-data/spreadsheet/45431.xlsm differ
diff --git a/test-data/spreadsheet/45492.xls b/test-data/spreadsheet/45492.xls
new file mode 100644 (file)
index 0000000..7e044e8
Binary files /dev/null and b/test-data/spreadsheet/45492.xls differ
diff --git a/test-data/spreadsheet/45538_classic_Footer.xls b/test-data/spreadsheet/45538_classic_Footer.xls
new file mode 100644 (file)
index 0000000..2ab1d24
Binary files /dev/null and b/test-data/spreadsheet/45538_classic_Footer.xls differ
diff --git a/test-data/spreadsheet/45538_classic_Header.xls b/test-data/spreadsheet/45538_classic_Header.xls
new file mode 100644 (file)
index 0000000..fe67b84
Binary files /dev/null and b/test-data/spreadsheet/45538_classic_Header.xls differ
diff --git a/test-data/spreadsheet/45538_form_Footer.xls b/test-data/spreadsheet/45538_form_Footer.xls
new file mode 100644 (file)
index 0000000..6d1731d
Binary files /dev/null and b/test-data/spreadsheet/45538_form_Footer.xls differ
diff --git a/test-data/spreadsheet/45538_form_Header.xls b/test-data/spreadsheet/45538_form_Header.xls
new file mode 100644 (file)
index 0000000..c2a2821
Binary files /dev/null and b/test-data/spreadsheet/45538_form_Header.xls differ
diff --git a/test-data/spreadsheet/45540_classic_Footer.xlsx b/test-data/spreadsheet/45540_classic_Footer.xlsx
new file mode 100644 (file)
index 0000000..dda1c10
Binary files /dev/null and b/test-data/spreadsheet/45540_classic_Footer.xlsx differ
diff --git a/test-data/spreadsheet/45540_classic_Header.xlsx b/test-data/spreadsheet/45540_classic_Header.xlsx
new file mode 100644 (file)
index 0000000..b01180b
Binary files /dev/null and b/test-data/spreadsheet/45540_classic_Header.xlsx differ
diff --git a/test-data/spreadsheet/45540_form_Footer.xlsx b/test-data/spreadsheet/45540_form_Footer.xlsx
new file mode 100644 (file)
index 0000000..c14dcbf
Binary files /dev/null and b/test-data/spreadsheet/45540_form_Footer.xlsx differ
diff --git a/test-data/spreadsheet/45540_form_Header.xlsx b/test-data/spreadsheet/45540_form_Header.xlsx
new file mode 100644 (file)
index 0000000..13df686
Binary files /dev/null and b/test-data/spreadsheet/45540_form_Header.xlsx differ
diff --git a/test-data/spreadsheet/45544.xlsx b/test-data/spreadsheet/45544.xlsx
new file mode 100644 (file)
index 0000000..2390e6d
Binary files /dev/null and b/test-data/spreadsheet/45544.xlsx differ
diff --git a/test-data/spreadsheet/45720.xls b/test-data/spreadsheet/45720.xls
new file mode 100755 (executable)
index 0000000..9c6c484
Binary files /dev/null and b/test-data/spreadsheet/45720.xls differ
diff --git a/test-data/spreadsheet/45761.xls b/test-data/spreadsheet/45761.xls
new file mode 100644 (file)
index 0000000..ee44612
Binary files /dev/null and b/test-data/spreadsheet/45761.xls differ
diff --git a/test-data/spreadsheet/45784.xls b/test-data/spreadsheet/45784.xls
new file mode 100644 (file)
index 0000000..f0d25fd
Binary files /dev/null and b/test-data/spreadsheet/45784.xls differ
diff --git a/test-data/spreadsheet/45829.png b/test-data/spreadsheet/45829.png
new file mode 100755 (executable)
index 0000000..eccaf30
Binary files /dev/null and b/test-data/spreadsheet/45829.png differ
diff --git a/test-data/spreadsheet/46137.xls b/test-data/spreadsheet/46137.xls
new file mode 100644 (file)
index 0000000..5fc399d
Binary files /dev/null and b/test-data/spreadsheet/46137.xls differ
diff --git a/test-data/spreadsheet/46445.xls b/test-data/spreadsheet/46445.xls
new file mode 100755 (executable)
index 0000000..30aaf34
Binary files /dev/null and b/test-data/spreadsheet/46445.xls differ
diff --git a/test-data/spreadsheet/46535.xlsx b/test-data/spreadsheet/46535.xlsx
new file mode 100755 (executable)
index 0000000..555145b
Binary files /dev/null and b/test-data/spreadsheet/46535.xlsx differ
diff --git a/test-data/spreadsheet/46536.xlsx b/test-data/spreadsheet/46536.xlsx
new file mode 100755 (executable)
index 0000000..9b625bf
Binary files /dev/null and b/test-data/spreadsheet/46536.xlsx differ
diff --git a/test-data/spreadsheet/46904.xls b/test-data/spreadsheet/46904.xls
new file mode 100644 (file)
index 0000000..5720672
Binary files /dev/null and b/test-data/spreadsheet/46904.xls differ
diff --git a/test-data/spreadsheet/47026.xlsm b/test-data/spreadsheet/47026.xlsm
new file mode 100755 (executable)
index 0000000..77e4eb9
Binary files /dev/null and b/test-data/spreadsheet/47026.xlsm differ
diff --git a/test-data/spreadsheet/47034.xls b/test-data/spreadsheet/47034.xls
new file mode 100644 (file)
index 0000000..81c5849
Binary files /dev/null and b/test-data/spreadsheet/47034.xls differ
diff --git a/test-data/spreadsheet/47089.xlsm b/test-data/spreadsheet/47089.xlsm
new file mode 100755 (executable)
index 0000000..698f79b
Binary files /dev/null and b/test-data/spreadsheet/47089.xlsm differ
diff --git a/test-data/spreadsheet/47154.xls b/test-data/spreadsheet/47154.xls
new file mode 100644 (file)
index 0000000..2840cc6
Binary files /dev/null and b/test-data/spreadsheet/47154.xls differ
diff --git a/test-data/spreadsheet/47504.xlsx b/test-data/spreadsheet/47504.xlsx
new file mode 100755 (executable)
index 0000000..8805a78
Binary files /dev/null and b/test-data/spreadsheet/47504.xlsx differ
diff --git a/test-data/spreadsheet/47668.xlsx b/test-data/spreadsheet/47668.xlsx
new file mode 100755 (executable)
index 0000000..74a073f
Binary files /dev/null and b/test-data/spreadsheet/47668.xlsx differ
diff --git a/test-data/spreadsheet/AbnormalSharedFormulaFlag.xls b/test-data/spreadsheet/AbnormalSharedFormulaFlag.xls
new file mode 100755 (executable)
index 0000000..788865b
Binary files /dev/null and b/test-data/spreadsheet/AbnormalSharedFormulaFlag.xls differ
diff --git a/test-data/spreadsheet/AreaErrPtg.xls b/test-data/spreadsheet/AreaErrPtg.xls
new file mode 100644 (file)
index 0000000..ce863b8
Binary files /dev/null and b/test-data/spreadsheet/AreaErrPtg.xls differ
diff --git a/test-data/spreadsheet/AverageTaxRates.xlsx b/test-data/spreadsheet/AverageTaxRates.xlsx
new file mode 100644 (file)
index 0000000..fee8059
Binary files /dev/null and b/test-data/spreadsheet/AverageTaxRates.xlsx differ
diff --git a/test-data/spreadsheet/BigSSTRecord b/test-data/spreadsheet/BigSSTRecord
new file mode 100755 (executable)
index 0000000..6cebff5
--- /dev/null
@@ -0,0 +1,516 @@
+FC 00 20
+20 B8 05 00 00 B0 02 00 00 0C 00 00 4D 61 6E 75
+66 61 63 74 75 72 65 72 0B 00 00 50 61 72 74 20
+4E 75 6D 62 65 72 05 00 00 53 63 61 6C 65 04 00
+00 54 79 70 65 04 00 00 4E 61 6D 65 08 00 00 43
+6F 6D 6D 65 6E 74 73 08 00 00 41 4D 54 2D 45 52
+54 4C 07 00 00 48 6F 74 20 52 6F 64 10 00 00 33
+32 20 46 6F 72 64 20 52 6F 61 64 73 74 65 72 08
+00 00 4D 6F 6E 6F 67 72 61 6D 08 00 00 53 68 6F
+77 20 52 6F 64 07 00 00 48 61 6E 67 6D 61 6E 11
+00 00 50 65 74 65 72 62 69 6C 74 20 57 72 65 63
+6B 65 72 15 00 00 45 61 73 74 65 72 6E 20 41 69
+72 6C 69 6E 65 73 20 44 43 2D 33 11 00 00 4D 61
+73 65 72 61 74 69 20 4D 65 72 61 6B 20 53 53 1A
+00 00 44 6F 75 67 6C 61 73 20 50 2D 37 30 20 4E
+69 67 68 74 20 46 69 67 68 74 65 72 17 00 00 35
+35 20 43 68 65 76 79 20 53 74 72 65 65 74 20 4D
+61 63 68 69 6E 65 0C 00 00 54 77 65 65 64 79 20
+50 69 65 20 32 13 00 00 48 75 65 79 20 52 65 73
+63 75 65 20 43 68 6F 70 70 65 72 10 00 00 4D 61
+7A 64 61 20 4D 58 2D 35 20 4D 69 61 74 61 0A 00
+00 53 70 6F 72 74 73 20 43 61 72 05 00 00 54 72
+75 63 6B 06 00 00 52 6F 63 6B 65 74 09 00 00 50
+61 72 74 73 20 4B 69 74 0E 00 00 43 69 76 69 6C
+69 61 6E 20 50 6C 61 6E 65 0E 00 00 4D 69 6C 69
+74 61 72 79 20 50 6C 61 6E 65 0F 00 00 53 63 69
+65 6E 63 65 20 46 69 63 74 69 6F 6E 1A 00 00 44
+6F 6E 20 47 61 72 6C 69 74 73 20 57 79 6E 6E 27
+73 20 43 68 61 72 67 65 72 19 00 00 44 6F 6E 20
+47 61 72 6C 69 74 73 20 57 79 6E 6E 27 73 20 4A
+61 6D 6D 65 72 1A 00 00 50 61 63 6B 61 72 64 20
+42 6F 61 74 74 61 69 6C 20 53 70 65 65 64 73 74
+65 72 0E 00 00 52 65 76 65 6C 6C 20 47 65 72 6D
+61 6E 79 05 00 00 30 34 31 34 36 04 00 00 31 2F
+32 34 04 00 00 31 2F 37 32 0E 00 00 4D 65 20 32
+36 32 20 41 2D 31 61 2F 55 33 09 00 00 53 54 43
+20 53 74 61 72 74 04 00 00 34 63 2D 39 05 00 00
+31 2F 32 38 38 0C 00 00 50 72 6F 74 6F 6E 2D 4B
+20 4D 69 72 04 00 00 34 63 2D 37 0E 00 00 50 72
+6F 74 6F 6E 2D 4B 20 41 73 74 72 61 05 00 00 34
+63 2D 31 37 0E 00 00 50 72 6F 74 6F 6E 2D 4B 20
+5A 61 72 79 61 13 00 00 41 63 63 75 72 61 74 65
+20 4D 69 6E 69 61 74 75 72 65 73 04 00 00 33 34
+32 30 04 00 00 31 2F 34 38 0F 00 00 53 42 44 2D
+31 20 44 61 75 6E 74 6C 65 73 73 1B 00 00 77 2F
+56 65 72 6C 69 6E 64 65 6E 20 31 33 37 38 20 44
+65 74 61 69 6C 20 53 65 74 04 00 00 38 32 38 33
+0C 00 00 54 72 6F 75 62 6C 65 6D 61 6B 65 72 04
+00 00 32 37 33 37 0E 00 00 44 61 79 74 6F 6E 61
+20 53 70 69 64 65 72 04 00 00 38 31 32 36 04 00
+00 31 2F 32 35 06 00 00 48 65 6C 6C 65 72 05 00
+00 38 30 34 34 33 05 00 00 31 2F 31 34 34 12 00
+00 42 72 65 69 74 6C 69 6E 20 4F 72 62 69 74 65
+72 20 33 0F 00 00 53 68 61 6E 67 68 61 69 20 44
+72 61 67 6F 6E 04 00 00 31 39 39 38 04 00 00 31
+2F 39 36 0F 00 00 41 72 69 61 6E 65 20 35 20 52
+6F 63 6B 65 74 0F 00 00 52 65 76 65 6C 6C 2D 4D
+6F 6E 6F 67 72 61 6D 07 00 00 38 35 2D 35 39 33
+34 0F 00 00 50 42 59 2D 35 41 20 43 61 74 61 6C
+69 6E 61 0A 00 00 50 72 6F 4D 6F 64 65 6C 65 72
+07 00 00 47 6C 65 6E 63 6F 65 05 00 00 30 35 32
+30 32 04 00 00 31 2F 33 35 16 00 00 50 69 61 73
+65 63 6B 69 20 5A 56 2D 38 50 20 41 69 72 67 65
+65 70 08 00 00 48 61 73 65 67 61 77 61 05 00 00
+30 39 31 36 39 20 00 00 53 42 44 2D 33 20 44 61
+75 6E 74 6C 65 73 73 20 27 55 53 53 20 45 6E 74
+65 72 70 72 69 73 65 27 0C 00 00 53 69 6C 76 65
+72 20 43 6C 6F 75 64 06 00 00 53 43 34 38 30 31
+19 00 00 53 75 70 65 72 6D 61 72 69 6E 65 20 53
+70 69 74 65 66 75 6C 20 46 2E 31 34 06 00 00 52
+65 76 65 6C 6C 07 00 00 38 35 2D 31 36 35 34 0D
+00 00 50 2D 35 31 42 20 4D 75 73 74 61 6E 67 09
+00 00 50 72 6F 46 69 6E 69 73 68 06 00 00 44 72
+61 67 6F 6E 04 00 00 35 39 30 31 0B 00 00 46 6F
+6B 6B 65 72 20 44 72 2E 31 07 00 00 49 74 61 6C
+65 72 69 03 00 00 38 34 36 25 00 00 43 2D 31 33
+30 4A 20 48 65 72 63 75 6C 65 73 20 48 65 61 76
+79 20 54 72 61 6E 73 70 6F 72 74 20 50 6C 61 6E
+65 04 00 00 37 36 31 30 15 00 00 46 65 72 72 61
+72 69 20 46 35 30 20 42 61 72 63 68 65 74 74 61
+03 00 00 41 4D 54 08 00 00 54 33 37 34 2D 32 32
+35 0D 00 00 43 6F 72 76 61 69 72 20 4D 6F 6E 7A
+61 04 00 00 35 30 30 33 0B 00 00 4D 63 4C 61 72
+65 6E 20 4D 38 42 0D 00 00 52 65 76 65 6C 6C 20
+4C 6F 64 65 6C 61 05 00 00 48 2D 32 36 33 03 00
+00 75 6E 6B 23 00 00 42 6F 65 69 6E 67 20 53 53
+54 20 50 61 6E 41 6D 20 43 6C 69 70 70 65 72 20
+53 75 70 65 72 73 6F 6E 69 63 05 00 00 30 35 39
+30 39 05 00 00 31 2F 33 30 30 1D 00 00 4E 75 63
+6C 65 61 72 20 50 6F 77 65 72 65 64 20 53 70 61
+63 65 20 53 74 61 74 69 6F 6E 04 00 00 38 37 36
+34 06 00 00 31 2F 32 35 30 30 19 00 00 53 74 61
+72 20 54 72 65 6B 20 44 65 65 70 20 53 70 61 63
+65 20 4E 69 6E 65 23 00 00 46 69 62 65 72 2D 6F
+70 74 69 63 20 4C 69 67 68 74 69 6E 67 2C 20 73
+6B 69 6C 6C 20 6C 65 76 65 6C 20 33 0D 00 00 53
+6B 69 6C 6C 20 6C 65 76 65 6C 20 33 04 00 00 38
+31 35 38 16 00 00 42 6C 75 65 70 72 69 6E 74 65
+72 20 50 61 72 74 73 20 50 61 63 6B 13 00 00 45
+6E 67 69 6E 65 73 20 61 6E 64 20 67 72 69 6C 6C
+65 73 05 00 00 33 30 30 33 37 05 00 00 31 2F 32
+30 30 1E 00 00 4D 61 6E 20 49 6E 20 53 70 61 63
+65 20 52 6F 63 6B 65 74 20 43 6F 6C 6C 65 63 74
+69 6F 6E 53 00 00 4D 65 72 63 75 72 79 20 41 74
+6C 61 73 2C 20 4D 65 72 63 75 72 79 20 52 65 64
+73 74 6F 6E 65 2C 20 47 65 6D 69 6E 69 20 54 69
+74 61 6E 20 49 49 2C 20 53 61 74 75 72 6E 20 31
+42 20 41 70 6F 6C 6C 6F 2C 20 53 61 74 75 72 6E
+20 56 20 41 70 6F 6C 6C 6F 04 00 00 35 30 38 33
+04 00 00 31 2F 33 32 11 00 00 41 70 6F 6C 6C 6F
+20 53 70 61 63 65 63 72 61 66 74 09 00 00 4D 69
+6E 69 63 72 61 66 74 05 00 00 31 31 32 32 30 04
+00 00 31 2F 31 36 24 00 00 31 39 35 35 20 4D 65
+72 63 65 64 65 73 20 33 30 30 53 4C 20 22 47 75
+6C 6C 77 69 6E 67 22 20 43 6F 75 70 65 07 00 00
+38 35 2D 36 38 35 39 24 00 00 4D 75 73 74 61 6E
+67 20 4D 75 73 63 6C 65 20 54 72 69 6F 20 27 36
+30 73 2C 20 27 37 30 73 2C 20 27 38 30 73 35 00
+00 31 39 36 34 20 31 2F 32 20 43 6F 6E 76 65 72
+74 69 62 6C 65 2C 20 31 39 37 30 20 42 6F 73 73
+20 33 30 32 2C 20 31 39 38 39 20 43 6F 6E 76 65
+72 74 69 62 6C 65 06 00 00 54 61 6D 69 79 61 05
+00 00 32 34 31 37 30 0A 00 00 4D 6F 72 67 61 6E
+20 34 2F 34 07 00 00 38 35 2D 32 34 39 31 11 00
+00 36 37 20 43 6F 72 76 65 74 74 65 20 43 6F 75
+70 65 07 00 00 38 35 2D 32 35 33 34 0F 00 00 53
+68 65 6C 62 79 20 53 65 72 69 65 73 20 31 03 00
+00 35 36 32 11 00 00 41 73 74 6F 6E 20 4D 61 72
+74 69 6E 20 44 42 20 34 05 00 00 30 37 33 32 30
+13 00 00 50 6F 72 73 63 68 65 20 39 31 31 20 43
+61 72 72 65 72 61 07 00 00 54 65 73 74 6F 72 73
+03 00 00 33 38 36 04 00 00 32 39 37 32 16 00 00
+4D 65 72 63 65 64 65 73 20 33 30 30 20 53 4C 52
+20 22 37 32 32 22 08 00 00 4C 69 6E 64 62 65 72
+67 05 00 00 37 30 39 35 36 19 00 00 48 65 6C 6C
+63 61 74 73 20 76 73 2E 20 42 65 74 74 79 20 42
+6F 6D 62 65 72 0C 00 00 48 65 6C 6C 63 61 74 20
+6F 6E 6C 79 05 00 00 30 34 36 30 39 18 00 00 45
+6B 72 61 6E 6F 70 6C 61 6E 20 41 2D 39 30 20 4F
+72 6C 6A 6F 6E 6F 6B 05 00 00 31 31 36 32 36 18
+00 00 47 72 75 6D 6D 61 6E 20 58 46 35 46 2D 31
+20 53 6B 79 72 6F 63 6B 65 74 04 00 00 35 34 32
+30 0E 00 00 48 61 77 6B 65 72 20 48 61 72 72 69
+65 72 05 00 00 41 56 2D 38 41 06 00 00 65 64 75
+61 72 64 04 00 00 38 30 36 31 0F 00 00 50 2D 34
+30 30 20 41 69 72 61 63 6F 62 72 61 0B 00 00 43
+7A 65 63 68 20 4D 6F 64 65 6C 04 00 00 34 38 30
+36 16 00 00 43 75 72 74 69 73 73 20 58 50 2D 35
+35 20 41 73 63 65 6E 64 65 72 05 00 00 36 31 30
+37 34 14 00 00 44 6F 72 6E 69 65 72 20 44 6F 33
+33 35 41 20 50 66 69 65 6C 13 00 00 4B 79 75 73
+68 75 20 4A 37 57 31 20 53 68 69 6E 64 65 6E 0D
+00 00 50 6C 61 6E 65 74 20 4D 6F 64 65 6C 73 03
+00 00 30 34 33 0F 00 00 48 65 6E 73 63 68 65 6C
+20 48 73 20 50 38 37 05 00 00 52 65 73 69 6E 0D
+00 00 53 70 65 63 69 61 6C 20 48 6F 62 62 79 08
+00 00 53 48 20 34 38 30 30 33 16 00 00 4D 63 44
+6F 6E 6E 65 6C 6C 20 58 46 2D 38 35 20 47 6F 62
+6C 69 6E 2A 00 00 4D 65 73 73 65 72 73 63 68 6D
+69 74 74 20 42 66 31 30 39 45 20 27 42 75 6C 67
+61 72 69 61 6E 20 41 69 72 20 46 6F 72 63 65 27
+05 00 00 30 34 32 30 36 2D 00 00 41 69 72 62 75
+73 20 53 75 70 65 72 20 54 72 61 6E 73 70 6F 72
+74 65 72 20 41 33 30 30 2D 36 30 30 20 53 54 20
+22 42 65 6C 75 67 61 22 05 00 00 33 30 30 38 37
+0C 00 00 33 39 20 57 61 67 6F 6E 20 52 6F 64 04
+00 00 37 31 32 31 1A 00 00 31 39 33 32 20 46 6F
+72 64 20 48 69 67 68 62 6F 79 20 52 6F 61 64 73
+74 65 72 2E 00 00 4C 69 6E 63 6F 6C 6E 20 4D 69
+6E 74 20 55 6C 74 72 61 20 4D 65 74 61 6C 20 53
+65 72 69 65 73 2C 20 53 6B 69 6C 6C 20 6C 65 76
+65 6C 20 33 0C 00 00 50 6F 6C 61 72 20 4C 69 67
+68 74 73 04 00 00 35 30 31 34 21 00 00 43 61 72
+6C 20 43 61 73 70 65 72 27 73 20 55 6E 64 65 72
+74 61 6B 65 72 20 44 72 61 67 73 74 65 72 07 00
+00 38 35 2D 32 35 39 32 20 00 00 33 39 20 43 68
+65 76 79 20 53 65 64 61 6E 20 44 65 6C 69 76 65
+72 79 20 4C 6F 77 72 69 64 65 72 07 00 00 38 35
+2D 35 39 30 34 12 00 00 4E 41 53 41 20 53 70 61
+63 65 20 53 68 75 74 74 6C 65 04 00 00 32 34 30
+30 1C 00 00 31 39 32 36 20 4D 61 63 6B 20 42 75
+6C 6C 64 6F 67 20 44 75 6D 70 20 54 72 75 63 6B
+05 00 00 43 31 31 32 38 13 00 00 32 33 20 54 20
+52 6F 61 64 73 74 65 72 20 46 72 61 6D 65 05 00
+00 33 31 32 31 36 11 00 00 44 6F 64 67 65 20 56
+69 70 65 72 20 52 54 2D 31 30 07 00 00 50 72 6F
+53 68 6F 70 04 00 00 32 33 30 31 05 00 00 31 31
+32 31 32 26 00 00 31 39 33 35 20 4D 6F 72 67 61
+6E 20 53 75 70 65 72 20 53 70 6F 72 74 73 20 54
+68 72 65 65 20 57 68 65 65 6C 65 72 0C 00 00 47
+75 6E 7A 65 20 53 61 6E 67 79 6F 13 00 00 54 72
+69 75 6D 70 68 20 54 52 32 20 4C 65 20 4D 61 6E
+73 07 00 00 38 35 2D 31 39 31 31 0F 00 00 33 34
+20 46 6F 72 64 20 48 69 67 68 62 6F 79 17 00 00
+57 68 65 65 6C 73 20 6F 66 20 46 69 72 65 20 53
+6E 61 70 54 69 74 65 06 00 00 4A 6F 2D 48 61 6E
+06 00 00 47 43 2D 33 30 30 20 00 00 43 68 72 79
+73 6C 65 72 20 43 6F 72 70 6F 72 61 74 69 6F 6E
+20 54 75 72 62 69 6E 65 20 43 61 72 09 00 00 48
+31 32 38 35 3A 31 39 38 2B 00 00 54 6F 6D 6D 79
+20 49 76 6F 27 73 20 46 6F 75 72 20 45 6E 67 69
+6E 65 20 44 72 61 67 73 74 65 72 20 22 53 68 6F
+77 62 6F 61 74 22 09 00 00 48 31 32 32 34 3A 32
+30 30 17 00 00 32 32 20 4A 52 20 52 6F 61 64 73
+74 65 72 20 44 72 61 67 73 74 65 72 0F 00 00 32
+20 63 6F 6D 70 6C 65 74 65 20 63 61 72 73 04 00
+00 36 34 33 35 04 00 00 36 34 33 38 07 00 00 38
+35 2D 37 36 36 38 0F 00 00 34 31 20 43 68 65 76
+79 20 50 69 63 6B 75 70 04 00 00 36 35 38 35 17
+00 00 42 61 62 79 6C 6F 6E 20 35 20 53 74 61 72
+66 75 72 79 20 4D 6B 2E 31 1C 00 00 4D 65 73 73
+65 72 73 63 68 6D 69 74 74 20 42 66 31 30 39 45
+20 47 61 6C 6C 61 6E 64 05 00 00 36 31 30 36 37
+1B 00 00 42 72 69 73 74 6F 6C 20 42 65 61 75 66
+69 67 68 74 65 72 20 54 46 2E 4D 6B 2E 58 12 00
+00 48 65 6E 73 63 68 65 6C 20 48 73 20 31 32 39
+42 2D 32 04 00 00 33 34 31 39 0D 00 00 50 2D 35
+31 43 20 4D 75 73 74 61 6E 67 07 00 00 38 35 2D
+35 35 30 39 1B 00 00 48 65 69 6E 6B 65 6C 20 48
+65 31 31 31 20 47 65 72 6D 61 6E 20 42 6F 6D 62
+65 72 11 00 00 41 63 61 64 65 6D 79 20 4D 69 6E
+69 63 72 61 66 74 04 00 00 32 31 34 35 1E 00 00
+4C 6F 63 6B 68 65 65 64 20 50 2D 33 38 4D 20 4E
+69 67 68 74 20 4C 69 67 68 74 6E 69 6E 67 07 00
+00 38 35 2D 30 31 33 35 11 00 00 4F 53 32 55 2D
+33 20 4B 69 6E 67 66 69 73 68 65 72 3B 00 00 41
+69 63 68 69 20 42 37 41 32 20 41 74 74 61 63 6B
+20 42 6F 6D 62 65 72 20 20 52 79 75 73 65 69 20
+4B 61 69 20 28 47 72 61 63 65 29 20 27 46 6F 6C
+64 69 6E 67 20 57 69 6E 67 27 15 00 00 58 46 35
+55 2D 31 20 46 6C 79 69 6E 67 20 50 61 6E 63 61
+6B 65 04 00 00 36 37 35 37 07 00 00 49 63 65 20
+27 54 27 07 00 00 38 35 2D 35 31 30 32 04 00 00
+53 68 69 70 15 00 00 55 2E 53 2E 53 2E 20 4E 6F
+72 74 68 20 43 61 72 6F 6C 69 6E 61 0E 00 00 50
+61 72 74 73 20 62 79 20 50 61 72 6B 73 04 00 00
+31 30 30 34 0F 00 00 44 69 73 74 72 69 62 75 74
+6F 72 20 4B 69 74 12 00 00 50 53 46 20 4D 6F 64
+65 6C 20 53 75 70 70 6C 69 65 73 07 00 00 45 4B
+44 31 30 30 30 1B 00 00 4D 6F 64 65 6C 20 43 61
+72 20 45 6E 67 69 6E 65 20 44 65 74 61 69 6C 20
+4B 69 74 04 00 00 38 34 33 35 1F 00 00 43 75 73
+74 6F 6D 20 26 20 43 6F 6D 70 65 74 69 74 69 6F
+6E 20 50 61 72 74 73 20 50 61 63 6B 04 00 00 54
+36 34 32 27 00 00 22 57 69 6E 6E 69 65 20 4D 61
+65 22 20 57 69 6C 65 79 20 50 6F 73 74 27 73 20
+4C 6F 63 6B 68 65 65 64 20 56 65 67 61 06 00 00
+41 69 72 66 69 78 05 00 00 30 34 31 37 36 0C 00
+00 44 48 20 43 6F 6D 65 74 20 34 20 42 07 00 00
+38 35 2D 34 31 36 32 1B 00 00 4F 72 61 6E 67 65
+20 43 72 61 74 65 20 27 33 32 20 46 6F 72 64 20
+53 65 64 61 6E 06 00 00 38 36 30 35 50 4F 14 00
+00 46 69 61 74 20 44 6F 75 62 6C 65 20 44 72 61
+67 73 74 65 72 0B 00 00 42 6C 75 65 70 72 69 6E
+74 65 72 06 00 00 48 2D 31 33 32 31 0C 00 00 47
+72 61 6E 20 54 75 72 69 73 6D 6F 07 00 00 38 35
+2D 37 36 33 37 15 00 00 33 31 20 46 6F 72 64 20
+4D 6F 64 65 6C 20 41 20 57 6F 6F 64 79 03 00 00
+4D 50 43 07 00 00 32 30 30 2D 32 30 30 16 00 00
+47 61 6E 67 62 75 73 74 65 72 73 20 32 38 20 4C
+69 6E 63 6F 6C 6E 07 00 00 38 35 2D 32 35 36 39
+19 00 00 43 68 65 76 79 20 53 2D 31 30 20 4C 6F
+77 72 69 64 65 72 20 33 27 6E 20 31 04 00 00 32
+32 31 31 04 00 00 35 35 30 35 1C 00 00 48 6F 72
+74 65 6E 20 48 6F 20 32 32 39 41 2D 31 20 46 6C
+79 69 6E 67 20 57 69 6E 67 05 00 00 30 35 32 30
+31 1C 00 00 4D 63 44 6F 6E 6E 65 6C 6C 20 58 56
+2D 31 20 43 6F 6E 76 65 72 74 69 70 6C 61 6E 65
+07 00 00 38 35 2D 35 38 31 30 0F 00 00 53 52 2D
+37 31 20 42 6C 61 63 6B 62 69 72 64 04 00 00 34
+35 32 32 19 00 00 4D 65 73 73 65 72 73 63 68 6D
+69 74 74 20 42 66 2D 31 30 39 20 47 2D 31 30 16
+00 00 50 72 65 6D 69 75 6D 2C 20 73 6B 69 6C 6C
+20 6C 65 76 65 6C 20 34 04 00 00 38 36 34 36 0B
+00 00 48 6F 62 62 79 20 43 72 61 66 74 06 00 00
+48 43 31 35 34 39 16 00 00 56 61 6D 70 69 72 65
+20 46 33 20 4A 65 74 20 46 69 67 68 74 65 72 04
+00 00 33 34 30 31 0B 00 00 41 2D 33 36 20 41 70
+61 63 68 65 05 00 00 30 34 33 33 35 15 00 00 42
+6C 6F 68 6D 20 26 20 56 6F 73 73 20 42 56 20 50
+2D 31 39 34 09 00 00 30 31 33 30 4D 30 31 30 30
+34 00 00 43 6F 72 64 20 50 68 61 65 74 6F 6E 20
+53 65 64 61 6E 20 31 39 33 37 20 38 31 32 20 53
+75 70 65 72 63 68 61 72 67 65 64 20 43 6F 6E 76
+65 72 74 69 62 6C 65 07 00 00 38 35 2D 32 35 37
+39 15 00 00 56 57 20 42 65 65 74 6C 65 20 43 6F
+6E 76 65 72 74 69 62 6C 65 04 00 00 37 34 33 38
+10 00 00 42 4D 57 20 5A 2D 31 20 52 6F 61 64 73
+74 65 72 04 00 00 36 31 34 38 0B 00 00 44 69 61
+62 6C 6F 20 41 65 72 6F 0B 00 00 55 6E 69 6F 6E
+20 4D 6F 64 65 6C 2B 00 00 50 65 74 65 20 42 72
+6F 63 6B 27 73 20 53 43 43 41 20 43 68 61 6D 70
+69 6F 6E 20 42 52 45 2F 44 61 74 73 75 6E 20 32
+34 30 2D 5A 05 00 00 32 34 31 32 39 0D 00 00 4A
+61 67 75 61 72 20 58 4A 20 32 32 30 05 00 00 30
+33 31 30 31 13 00 00 53 70 69 72 69 74 20 6F 66
+20 53 74 2E 20 4C 6F 75 69 73 05 00 00 30 36 31
+37 31 15 00 00 4F 72 69 6F 6E 20 32 30 30 31 20
+53 70 61 63 65 63 72 61 66 74 04 00 00 38 37 36
+36 05 00 00 31 2F 36 35 30 18 00 00 53 74 61 72
+20 54 72 65 6B 20 55 2E 53 2E 53 2E 20 52 65 6C
+69 61 6E 74 07 00 00 38 35 2D 31 38 33 35 15 00
+00 4E 41 53 41 2F 4D 63 44 6F 6E 6E 65 6C 6C 20
+47 65 6D 69 6E 69 04 00 00 31 39 39 37 24 00 00
+43 68 61 6E 67 20 5A 68 65 6E 67 20 32 20 28 43
+5A 2D 32 45 29 20 4C 61 75 6E 63 68 20 56 65 68
+69 63 6C 65 05 00 00 31 31 32 31 30 04 00 00 31
+2F 32 30 13 00 00 4D 61 6B 6F 20 53 68 61 72 6B
+20 53 68 6F 77 20 43 61 72 08 00 00 44 72 61 67
+73 74 65 72 08 00 00 4C 6F 77 72 69 64 65 72 04
+00 00 36 30 36 36 2F 00 00 57 69 6C 64 20 57 69
+6C 6C 69 65 20 42 6F 72 73 63 68 20 22 57 69 6E
+67 65 64 20 45 78 70 72 65 73 73 22 20 41 6C 74
+65 72 65 64 20 52 6F 64 04 00 00 36 31 38 32 0F
+00 00 31 39 33 33 20 57 69 6C 6C 79 73 20 56 61
+6E 07 00 00 38 35 2D 30 35 34 30 34 00 00 49 6E
+61 75 67 75 72 61 6C 20 4D 41 54 43 4F 20 54 6F
+6F 6C 73 20 53 75 70 65 72 6E 61 74 69 6F 6E 61
+6C 73 20 4E 69 74 72 6F 20 46 75 6E 6E 79 20 43
+61 72 04 00 00 36 33 35 35 1E 00 00 31 39 35 37
+20 43 68 65 76 72 6F 6C 65 74 20 43 6F 72 76 65
+74 74 65 20 47 61 73 73 65 72 07 00 00 38 35 2D
+37 36 37 35 04 00 00 50 43 36 31 2A 00 00 47 72
+65 65 6E 20 48 6F 72 6E 65 74 20 46 6F 72 64 20
+22 54 22 20 53 68 6F 77 20 61 6E 64 20 47 6F 20
+52 6F 61 64 73 74 65 72 04 00 00 38 32 31 35 18
+00 00 31 39 34 30 20 46 6F 72 64 20 53 65 64 61
+6E 20 44 65 6C 69 76 65 72 79 07 00 00 38 35 2D
+37 36 32 38 16 00 00 33 37 20 46 6F 72 64 20 50
+61 6E 65 6C 20 44 65 6C 69 76 65 72 79 04 00 00
+31 32 39 34 10 00 00 47 79 70 73 79 20 44 75 6E
+65 20 42 75 67 67 79 06 00 00 48 2D 31 32 33 31
+23 00 00 43 68 72 79 73 6C 65 72 20 4E 65 77 20
+59 6F 72 6B 65 72 20 43 75 73 74 6F 6D 69 7A 69
+6E 67 20 4B 69 74 05 00 00 33 30 30 38 31 0E 00
+00 36 32 20 54 68 75 6E 64 65 72 62 69 72 64 04
+00 00 36 38 39 39 11 00 00 31 39 33 32 20 46 6F
+72 64 20 50 68 61 65 74 6F 6E 05 00 00 33 30 32
+37 30 0D 00 00 31 39 36 38 20 50 6C 79 6D 6F 75
+74 68 04 00 00 38 38 34 32 17 00 00 47 72 75 6D
+6D 61 6E 20 46 37 46 2D 33 4E 20 54 69 67 65 72
+63 61 74 04 00 00 48 32 34 34 14 00 00 4D 61 72
+74 69 6E 20 50 36 4D 20 53 65 61 6D 61 73 74 65
+72 04 00 00 35 35 30 30 0E 00 00 42 2D 32 35 48
+20 4D 69 74 63 68 65 6C 6C 04 00 00 33 34 30 32
+0D 00 00 50 2D 35 31 41 20 4D 75 73 74 61 6E 67
+04 00 00 36 34 32 31 3E 00 00 44 61 6D 62 75 73
+74 65 72 20 47 72 61 6E 64 20 53 6C 61 6D 20 42
+6F 6D 62 65 72 20 4C 61 6E 63 61 73 74 65 72 20
+42 49 20 53 70 65 63 69 61 6C 20 32 32 30 30 30
+6C 62 2E 20 42 6F 6D 62 05 00 00 31 34 34 34 33
+1E 00 00 4C 6F 63 6B 68 65 65 64 20 53 75 70 65
+72 2D 47 20 43 6F 6E 73 74 65 6C 6C 61 74 69 6F
+6E 04 00 00 35 36 31 30 13 00 00 57 69 6C 6C 69
+61 6D 73 20 42 72 6F 73 2E 20 49 6E 63 2E 07 00
+00 34 38 2D 33 31 39 31 10 00 00 43 6F 72 62 65
+6E 20 53 75 70 65 72 2D 41 63 65 05 00 00 30 35
+30 30 32 10 00 00 52 65 74 72 69 65 76 65 72 20
+52 6F 63 6B 65 74 03 00 00 43 61 72 04 00 00 38
+35 38 38 1D 00 00 50 6C 79 6D 6F 75 74 68 20 50
+72 6F 77 6C 65 72 20 77 69 74 68 20 54 72 61 69
+6C 65 72 04 00 00 35 30 30 31 14 00 00 43 6F 72
+76 65 74 74 65 20 47 72 61 6E 64 20 53 70 6F 72
+74 04 00 00 37 31 30 38 1D 00 00 43 6F 72 76 65
+74 74 65 20 49 6E 64 79 20 22 44 72 65 61 6D 20
+4D 61 63 68 69 6E 65 22 04 00 00 38 30 35 39 0C
+00 00 54 68 65 20 4D 75 6E 73 74 65 72 73 20 00
+00 42 6C 75 65 70 72 69 6E 74 65 72 3B 20 4D 75
+6E 73 74 65 72 73 20 4B 6F 61 63 68 20 6F 6E 6C
+79 07 00 00 38 35 2D 34 31 36 36 05 00 00 43 6F
+75 6E 74 3C 00 00 77 2F 43 75 74 74 69 6E 67 20
+45 64 67 65 20 43 45 43 34 38 30 38 36 20 48 65
+31 31 31 5A 20 22 5A 77 69 6C 6C 69 6E 67 22 20
+6B 69 74 2C 20 73 6B 69 6C 6C 20 6C 65 76 65 6C
+20 33 07 00 00 38 35 2D 37 36 36 36 23 00 00 43
+75 73 74 6F 6D 20 53 69 6C 76 65 72 61 64 6F 20
+61 6E 64 20 57 61 76 65 72 69 64 65 72 20 42 6F
+61 74 07 00 00 38 35 2D 36 38 35 38 16 00 00 53
+6E 61 6B 65 20 26 20 4D 6F 6E 67 6F 6F 73 65 20
+43 6F 6D 62 6F 07 00 00 38 35 2D 34 31 35 39 24
+00 00 4A 6F 65 20 41 6D 61 74 6F 20 53 75 70 65
+72 6D 61 6E 20 54 6F 70 20 46 75 65 6C 20 44 72
+61 67 73 74 65 72 04 00 00 37 35 34 31 0D 00 00
+53 6B 69 6C 6C 20 6C 65 76 65 6C 20 35 09 00 00
+48 38 32 35 2D 31 30 44 30 28 00 00 43 6F 63 61
+20 43 6F 6C 61 20 46 6F 72 64 20 4C 6F 75 69 73
+76 69 6C 6C 65 20 44 65 6C 69 76 65 72 79 20 54
+72 75 63 6B 07 00 00 38 35 2D 32 31 35 36 04 00
+00 32 39 35 34 0B 00 00 50 6F 72 73 63 68 65 20
+39 30 34 04 00 00 32 39 33 35 25 00 00 4C 61 6D
+62 6F 72 67 68 69 6E 69 20 43 6F 75 6E 74 61 63
+68 20 32 35 74 68 20 41 6E 6E 69 76 65 72 73 61
+72 79 07 00 00 38 35 2D 37 36 31 36 1F 00 00 41
+6D 65 72 69 63 61 6E 20 49 6E 74 65 72 6E 61 74
+69 6F 6E 61 6C 20 44 72 61 67 73 74 65 72 07 00
+00 38 35 2D 35 32 34 31 0D 00 00 50 2D 35 31 44
+20 4D 75 73 74 61 6E 67 07 00 00 38 35 2D 35 37
+31 30 11 00 00 52 42 2D 33 36 48 20 50 65 61 63
+65 6D 61 6B 65 72 05 00 00 30 35 31 30 34 14 00
+00 52 65 70 75 62 6C 69 63 20 52 43 2E 33 20 53
+65 61 62 65 65 05 00 00 50 41 31 35 32 05 00 00
+36 31 30 36 36 25 00 00 44 65 48 61 76 69 6C 6C
+61 6E 64 20 4D 6F 73 71 75 69 74 6F 20 42 20 4D
+6B 2E 49 56 2F 50 52 20 4D 6B 2E 49 56 07 00 00
+38 35 2D 37 35 34 36 10 00 00 50 2D 36 31 20 42
+6C 61 63 6B 20 57 69 64 6F 77 07 00 00 38 35 2D
+36 36 35 32 25 00 00 42 2D 31 37 46 20 46 6C 79
+69 6E 67 20 46 6F 72 74 72 65 73 73 20 22 4D 65
+6D 70 68 69 73 20 42 65 6C 6C 65 22 04 00 00 37
+35 30 30 0D 00 00 47 61 74 65 73 20 4C 65 61 72
+6A 65 74 03 00 00 35 31 39 15 00 00 47 72 75 6D
+6D 61 6E 20 46 38 46 2D 32 20 42 65 61 72 63 61
+74 04 00 00 37 35 32 33 12 00 00 46 2D 31 30 34
+43 20 53 74 61 72 66 69 67 68 74 65 72 05 00 00
+36 31 30 37 30 15 00 00 56 6F 75 67 68 74 20 46
+34 55 2D 31 41 20 43 6F 72 73 61 69 72 07 00 00
+38 35 2D 37 36 36 34 19 00 00 42 61 6C 64 77 69
+6E 2D 4D 6F 74 69 6F 6E 20 44 72 61 67 20 43 6F
+62 72 61 04 00 00 38 34 35 35 14 00 00 35 37 20
+43 68 65 76 72 6F 6C 65 74 20 42 65 6C 20 41 69
+72 16 00 00 50 72 6F 53 68 6F 70 2C 20 73 6B 69
+6C 6C 20 6C 65 76 65 6C 20 33 05 00 00 33 30 30
+35 32 0D 00 00 34 31 20 46 6F 72 64 20 57 6F 6F
+64 79 07 00 00 38 35 2D 32 35 35 37 19 00 00 36
+30 20 43 68 65 76 79 20 48 61 72 64 74 6F 70 20
+4C 6F 77 72 69 64 65 72 07 00 00 38 35 2D 37 36
+33 38 09 00 00 41 65 72 6F 76 65 74 74 65 07 00
+00 38 35 2D 30 30 39 34 1B 00 00 4C 69 27 6C 20
+43 6F 66 66 69 6E 20 43 75 73 74 6F 6D 20 53 68
+6F 77 20 52 6F 64 04 00 00 38 32 39 30 0A 00 00
+53 27 43 6F 6F 6C 20 42 75 73 07 00 00 38 35 2D
+32 35 39 37 12 00 00 53 74 72 65 65 74 20 46 69
+67 68 74 65 72 20 54 77 6F 04 00 00 37 36 30 39
+12 00 00 54 68 61 6D 65 73 20 50 61 6E 65 6C 20
+54 72 75 63 6B 07 00 00 38 35 2D 37 36 30 36 15
+00 00 44 61 6E 20 46 69 6E 6B 27 73 20 53 70 65
+65 64 77 61 67 6F 6E 05 00 00 30 35 35 30 35 1A
+00 00 4D 61 72 74 69 6E 20 4D 2D 31 33 30 20 43
+68 69 6E 61 20 43 6C 69 70 70 65 72 07 00 00 38
+35 2D 30 30 31 35 0E 00 00 46 6F 72 64 20 54 72
+69 2D 4D 6F 74 6F 72 04 00 00 50 41 33 30 1A 00
+00 57 72 69 67 68 74 20 42 72 6F 74 68 65 72 73
+20 4B 69 74 74 79 20 48 61 77 6B 07 00 00 38 35
+2D 35 30 38 31 13 00 00 46 69 72 73 74 20 4C 75
+6E 61 72 20 4C 61 6E 64 69 6E 67 07 00 00 38 35
+2D 35 38 33 39 18 00 00 4D 65 73 73 65 72 73 63
+68 6D 69 74 74 20 42 66 20 31 31 30 20 47 2D 32
+04 00 00 43 48 34 31 04 00 00 4A 30 30 34 05 00
+00 4A 54 31 32 33 04 00 00 4A 54 32 32 04 00 00
+4A 54 37 31 04 00 00 53 50 36 33 04 00 00 42 54
+31 36 0C 00 00 4F 56 2D 31 42 20 4D 6F 68 61 77
+6B 03 00 00 30 36 38 0B 00 00 56 2D 32 32 20 4F
+73 70 72 65 79 04 00 00 38 36 31 35 13 00 00 58
+2F 59 42 2D 33 35 20 46 6C 79 69 6E 67 20 57 69
+6E 67 05 00 00 31 31 32 30 38 1B 00 00 31 39 33
+33 20 43 61 64 69 6C 6C 61 63 20 56 2D 31 36 20
+54 6F 77 6E 20 43 61 72 04 00 00 36 36 31 38 27
+00 00 53 74 61 72 20 54 72 65 6B 20 33 20 50 69
+65 63 65 20 55 2E 53 2E 53 2E 20 45 6E 74 65 72
+70 72 69 73 65 20 53 65 74 12 00 00 4D 69 73 73
+69 6E 67 20 54 56 20 76 65 72 73 69 6F 6E 04 00
+00 38 39 31 35 0E 00 00 53 74 61 72 20 44 65 73
+74 72 6F 79 65 72 04 00 00 38 31 39 33 0A 00 00
+44 65 61 74 68 20 53 74 61 72 08 00 00 53 6E 61
+70 54 69 74 65 07 00 00 38 35 2D 33 36 32 31 07
+00 00 38 35 2D 33 36 32 32 17 00 00 42 61 62 79
+6C 6F 6E 20 35 20 53 70 61 63 65 20 53 74 61 74
+69 6F 6E 04 00 00 36 38 35 38 1F 00 00 53 74 61
+72 20 54 72 65 6B 20 33 20 50 69 65 63 65 20 41
+64 76 65 72 73 61 72 79 20 53 65 74 04 00 00 38
+37 36 32 06 00 00 31 2F 31 30 30 30 29 00 00 53
+74 61 72 20 54 72 65 6B 20 47 65 6E 65 72 61 74
+69 6F 6E 73 20 55 2E 53 2E 53 2E 20 45 6E 74 65
+72 70 72 69 73 65 20 42 04 00 00 38 38 38 33 03
+00 00 31 2F 34 05 00 00 4F 74 68 65 72 12 00 00
+56 69 73 69 62 6C 65 20 56 2D 38 20 45 6E 67 69
+6E 65 04 00 00 37 31 32 30 1C 00 00 31 39 36 39
+20 50 6F 6E 74 69 61 63 20 47 54 4F 20 22 54 68
+65 20 4A 75 64 67 65 22 09 00 00 31 2F 32 34 2D
+31 2F 32 35 05 00 00 31 2F 31 33 30 05 00 00 31
+2F 35 37 30 05 00 00 54 6F 20 64 6F 33 00 00 47
+75 73 20 47 72 69 73 73 6F 6D 20 4D 65 6D 6F 72
+69 61 6C 20 43 6F 6D 62 6F 20 77 2F 54 77 6F 20
+43 6F 6C 6C 65 63 74 6F 72 73 20 50 61 74 63 68
+65 73 09 00 00 46 69 72 65 20 49 72 6F 6E 0C 00
+00 77 2F 64 65 74 61 69 6C 20 73 65 74 2C 00 00
+77 2F 64 65 74 61 69 6C 20 73 65 74 20 61 6E 64
+20 69 6E 74 65 72 69 6F 72 20 73 65 74 2C 20 72
+65 73 69 6E 20 65 6E 67 69 6E 65 73 03 00 00 49
+43 4D 0E 00 00 53 70 69 74 66 69 72 65 20 4D 6B
+2E 49 58 1A 00 00 4D 65 73 73 65 72 73 63 68 6D
+69 74 74 20 4D 65 20 34 31 30 42 2D 32 2F 55 34
+0A 00 00 4D 6F 64 65 6C 63 72 61 66 74 12 00 00
+46 2D 38 32 42 20 54 77 69 6E 20 4D 75 73 74 61
+6E 67 1F 00 00 31 39 35 33 20 53 74 75 64 65 62
+61 6B 65 72 20 53 74 61 72 6C 69 6E 65 72 20 43
+6F 75 70 65 04 00 00 32 34 33 36 0E 00 00 42 75
+67 61 74 74 69 20 45 42 20 31 31 30 2D 00 00 53
+74 61 72 20 54 72 65 6B 20 4B 6C 69 6E 67 6F 6E
+20 42 69 72 64 20 6F 66 20 50 72 65 79 20 46 6C
+69 67 68 74 20 44 69 73 70 6C 61 79 16 00 00 50
+6F 72 73 63 68 65 20 39 31 31 20 53 6C 61 6E 74
+20 4E 6F 73 65 05 00 00 36 31 30 37 33 25 00 00
+44 6F 75 67 6C 61 73 20 41 2D 31 4A 20 53 6B 79
+72 61 69 64 65 72 20 55 2E 53 2E 20 41 69 72 20
+46 6F 72 63 65 04 00 00 36 33 33 39 04 00 00 36
+39 35 35 04 00 00 37 35 33 30 06 00 00 34 38 2D
+30 32 30 05 00 00 31 2F 34 35 30 0F 00 00 55 2E
+53 2E 53 2E 20 4D 69 73 73 6F 75 72 69 05 00 00
+36 31 30 35 37 15 00 00 48 65 69 6E 6B 65 6C 20
+48 65 32 31 39 20 41 2D 37 20 55 48 55 05 00 00
+36 31 30 34 31 05 00 00 31 31 36 32 34 32 00 00
+43 6F 6E 73 6F 6C 69 64 61 74 65 64 20 42 2D 32
+34 4A 20 4C 69 62 65 72 61 74 6F 72 20 54 68 65
+20 44 72 61 67 6F 6E 20 26 20 48 69 73 20 54 61
+69
diff --git a/test-data/spreadsheet/BigSSTRecord2 b/test-data/spreadsheet/BigSSTRecord2
new file mode 100755 (executable)
index 0000000..88697cd
--- /dev/null
@@ -0,0 +1,515 @@
+    FC 00 1F 20 B2 6B 02 00 81 14 00 00 18 00 00
+ 46 61 63 2E 20 43 61 73 75 61 6C 74 79 20 4D 61
+ 6E 61 67 65 72 20 47 43 04 00 00 35 33 36 39 17
+ 00 00 44 69 73 74 72 69 62 75 74 69 6F 6E 20 43
+ 6F 6E 73 75 6C 74 61 6E 74 04 00 00 35 33 37 39
+ 11 00 00 47 72 6C 2E 20 57 6F 72 6B 73 74 61 74
+ 69 6F 6E 73 04 00 00 35 33 38 32 04 00 00 35 33
+ 38 37 04 00 00 35 33 38 38 13 00 00 47 72 6C 2E
+ 20 47 72 6F 75 70 20 41 63 63 6F 75 6E 74 73 04
+ 00 00 35 34 33 34 04 00 00 35 34 33 35 0C 00 00
+ 54 4C 20 54 65 6C 65 6D 61 74 69 6B 04 00 00 35
+ 34 33 37 04 00 00 35 34 34 33 14 00 00 42 75 66
+ 66 65 74 6D 69 74 61 72 62 65 69 74 65 72 2F 69
+ 6E 04 00 00 35 34 34 36 04 00 00 35 34 36 32 12
+ 00 00 54 65 61 6D 6C 65 61 64 65 72 20 4C 69 62
+ 72 61 72 79 04 00 00 35 34 36 35 04 00 00 35 34
+ 36 37 04 00 00 35 34 36 39 11 00 00 4C 65 69 74
+ 65 72 20 46 61 68 72 64 69 65 6E 73 74 04 00 00
+ 35 34 38 37 04 00 00 35 34 39 32 04 00 00 35 34
+ 39 33 03 00 00 41 55 44 04 00 00 35 35 30 36 04
+ 00 00 35 35 30 39 19 00 00 48 65 61 64 20 6F 66
+ 20 41 70 70 6C 2E 20 44 65 76 65 6C 6F 70 6D 65
+ 6E 74 04 00 00 35 35 31 31 04 00 00 35 35 31 33
+ 04 00 00 35 35 33 32 04 00 00 35 35 33 37 04 00
+ 00 35 35 35 34 04 00 00 35 35 35 35 16 00 00 54
+ 65 61 6D 6C 65 69 74 65 72 69 6E 20 43 61 66 65
+ 74 65 72 69 61 04 00 00 35 35 35 37 14 00 00 50
+ 72 6F 6A 65 6B 74 6D 69 74 61 72 62 65 69 74 65
+ 72 69 6E 04 00 00 35 35 36 33 04 00 00 35 35 37
+ 39 04 00 00 35 35 38 39 15 00 00 45 78 70 65 72
+ 74 65 20 54 72 6F 70 2E 20 5A 79 6B 6C 6F 6E 65
+ 04 00 00 35 35 39 38 11 00 00 45 69 6E 6B 61 75
+ 66 73 61 73 73 69 73 74 65 6E 74 04 00 00 35 36
+ 30 36 04 00 00 35 36 33 38 04 00 00 35 36 34 32
+ 04 00 00 35 36 36 33 04 00 00 35 36 36 34 13 00
+ 00 48 65 61 64 20 6F 66 20 4C 41 2F 4C 45 2F 4C
+ 4E 20 4F 50 04 00 00 35 36 37 35 04 00 00 35 36
+ 37 39 04 00 00 35 36 38 30 04 00 00 35 36 38 32
+ 04 00 00 35 36 38 38 0A 00 00 54 65 61 6D 6C 65
+ 61 64 65 72 03 00 00 47 42 50 04 00 00 35 36 39
+ 33 04 00 00 35 36 39 35 04 00 00 35 36 39 36 04
+ 00 00 35 36 39 38 09 00 00 53 75 70 70 6F 72 74
+ 65 72 04 00 00 35 36 39 39 04 00 00 35 37 30 36
+ 13 00 00 48 65 61 64 20 6F 66 20 4C 41 2F 4C 45
+ 2F 4C 4E 20 48 52 04 00 00 35 37 30 37 13 00 00
+ 4B 6E 6F 77 6C 65 64 67 65 20 4E 65 74 77 6F 72
+ 6B 65 72 04 00 00 35 37 30 38 0E 00 00 52 69 73
+ 69 6B 6F 65 78 70 65 72 74 69 6E 04 00 00 35 37
+ 31 30 04 00 00 35 37 31 39 04 00 00 35 37 32 33
+ 18 00 00 47 72 6C 2E 20 43 65 6E 74 72 2E 20 4F
+ 70 65 72 2E 20 53 79 73 74 65 6D 04 00 00 35 37
+ 33 31 04 00 00 35 37 33 34 18 00 00 48 65 61 64
+ 20 4D 65 64 69 61 4E 65 74 77 2E 61 74 20 52 FC
+ 73 63 68 2E 04 00 00 35 37 33 38 04 00 00 35 37
+ 35 31 04 00 00 35 37 35 39 04 00 00 35 37 36 30
+ 04 00 00 35 37 36 35 04 00 00 35 37 36 36 02 00
+ 00 42 4D 08 00 00 48 61 6D 69 6C 74 6F 6E 04 00
+ 00 35 37 37 35 04 00 00 35 37 37 36 04 00 00 35
+ 37 38 31 04 00 00 35 37 38 35 14 00 00 55 6E 64
+ 65 72 77 72 69 74 69 6E 67 20 53 75 70 70 6F 72
+ 74 04 00 00 35 37 38 37 16 00 00 54 65 61 6D 6C
+ 65 69 74 65 72 20 65 78 74 2E 20 4B 75 72 69 65
+ 72 04 00 00 35 37 39 31 04 00 00 35 38 31 31 04
+ 00 00 35 38 32 30 04 00 00 35 38 32 32 04 00 00
+ 35 38 33 32 04 00 00 35 38 35 30 14 00 00 50 72
+ 6F 6A 65 6B 74 6C 65 69 74 65 72 20 50 20 2B 20
+ 45 52 04 00 00 35 38 35 31 04 00 00 35 38 35 37
+ 04 00 00 35 38 35 38 04 00 00 35 38 38 30 19 00
+ 00 48 65 61 64 20 43 6F 72 70 2E 4C 65 61 72 6E
+ 2E 61 74 20 52 FC 73 63 68 2E 04 00 00 35 38 38
+ 31 04 00 00 35 38 38 35 0E 00 00 4C 65 69 74 65
+ 72 20 48 52 20 53 52 47 53 04 00 00 35 38 39 33
+ 02 00 00 42 45 04 00 00 35 38 39 36 04 00 00 35
+ 39 30 30 15 00 00 48 65 61 64 20 6F 66 20 44 69
+ 76 69 73 69 6F 6E 61 6C 20 49 54 04 00 00 35 39
+ 31 34 14 00 00 43 6F 6D 70 65 6E 73 61 74 69 6F
+ 6E 20 4D 61 6E 61 67 65 72 04 00 00 35 39 31 35
+ 04 00 00 35 39 31 39 04 00 00 35 39 32 30 03 00
+ 00 4E 5A 44 04 00 00 35 39 32 33 04 00 00 35 39
+ 33 34 04 00 00 35 39 33 37 04 00 00 35 39 34 32
+ 04 00 00 35 39 34 33 12 00 00 53 65 72 76 69 63
+ 65 2D 53 70 65 7A 69 61 6C 69 73 74 04 00 00 35
+ 39 34 38 04 00 00 35 39 35 32 04 00 00 35 39 35
+ 36 04 00 00 35 39 35 37 04 00 00 35 39 35 38 17
+ 00 00 47 72 6C 2E 20 53 74 6F 72 61 67 65 20 4D
+ 61 6E 61 67 65 6D 65 6E 74 04 00 00 35 39 36 34
+ 02 00 00 42 41 04 00 00 35 39 36 35 04 00 00 35
+ 39 37 35 04 00 00 35 39 37 36 04 00 00 35 39 37
+ 39 0F 00 00 52 65 63 68 74 73 6B 6F 6E 73 75 6C
+ 65 6E 74 04 00 00 35 39 38 31 16 00 00 45 6E 67
+ 6C 69 73 63 68 2D 55 65 62 65 72 73 65 74 7A 65
+ 72 69 6E 04 00 00 35 39 39 34 18 00 00 48 65 61
+ 64 20 47 50 4D 20 4D 61 72 69 6E 65 2F 41 76 69
+ 61 74 69 6F 6E 04 00 00 36 30 30 32 0D 00 00 4B
+ 65 6C 6C 65 72 6D 65 69 73 74 65 72 04 00 00 36
+ 30 30 34 04 00 00 36 30 31 33 19 00 00 44 6F 63
+ 75 6D 65 6E 74 20 4D 67 6D 74 2E 20 43 6F 6E 73
+ 75 6C 74 61 6E 74 04 00 00 36 30 31 35 04 00 00
+ 36 30 32 30 04 00 00 36 30 32 36 04 00 00 36 30
+ 33 30 02 00 00 52 36 04 00 00 36 30 33 31 17 00
+ 00 48 61 75 73 77 69 72 74 73 63 68 61 66 74 73
+ 6C 65 69 74 65 72 69 6E 04 00 00 36 30 33 33 04
+ 00 00 36 30 35 33 0A 00 00 46 61 68 72 64 69 65
+ 6E 73 74 04 00 00 36 30 35 37 04 00 00 36 30 36
+ 39 17 00 00 47 72 75 70 70 65 6E 6C 65 69 74 65
+ 72 69 6E 20 53 75 70 70 6F 72 74 04 00 00 36 30
+ 38 38 19 00 00 49 74 61 6C 69 65 6E 69 73 63 68
+ 2D 55 65 62 65 72 73 65 74 7A 65 72 69 6E 02 00
+ 00 48 4B 04 00 00 36 30 39 31 04 00 00 36 31 31
+ 32 04 00 00 36 31 31 37 04 00 00 36 31 32 31 10
+ 00 00 54 65 61 6D 6C 65 69 74 65 72 20 50 4D 2F
+ 46 4D 04 00 00 36 31 32 37 04 00 00 36 31 33 34
+ 04 00 00 36 31 34 36 0B 00 00 54 65 6C 65 6D 61
+ 74 69 6B 65 72 04 00 00 36 31 35 36 19 00 00 44
+ 69 76 2E 20 46 69 6E 61 6E 63 69 61 6C 20 43 6F
+ 6E 74 72 6F 6C 6C 65 72 04 00 00 36 31 35 38 0B
+ 00 00 55 53 4D 20 4D 6F 6E 74 65 75 72 04 00 00
+ 36 31 36 32 0A 00 00 49 54 2D 41 75 64 69 74 6F
+ 72 04 00 00 36 31 36 34 04 00 00 36 31 36 35 04
+ 00 00 36 31 36 37 04 00 00 36 31 36 38 04 00 00
+ 36 31 37 30 04 00 00 36 31 37 32 17 00 00 4C 65
+ 69 74 65 72 20 47 61 73 74 72 6F 6E 6F 6D 69 65
+ 62 65 74 72 2E 04 00 00 36 31 38 38 02 00 00 54
+ 58 04 00 00 36 31 38 39 16 00 00 50 72 6F 64 75
+ 63 74 20 54 61 78 20 53 70 65 63 69 61 6C 69 73
+ 74 04 00 00 36 31 39 36 0A 00 00 43 46 4F 20 4F
+ 66 66 69 63 65 02 00 00 53 50 04 00 00 36 32 30
+ 33 14 00 00 41 73 73 69 73 74 65 6E 74 69 6E 20
+ 55 2E 20 42 72 65 6D 69 04 00 00 36 32 30 37 04
+ 00 00 36 32 31 31 10 00 00 47 72 6F 75 70 20 41
+ 63 63 6F 75 6E 74 61 6E 74 04 00 00 36 32 31 35
+ 19 00 00 4C 65 69 74 65 72 20 54 65 6C 65 63 6F
+ 6D 6D 75 6E 69 63 61 74 69 6F 6E 73 04 00 00 36
+ 32 32 35 04 00 00 36 32 33 32 04 00 00 36 32 35
+ 30 06 00 00 4D 6F 73 63 6F 77 04 00 00 36 32 35
+ 35 04 00 00 36 32 36 31 04 00 00 36 32 36 35 04
+ 00 00 36 32 36 37 12 00 00 41 62 74 65 69 6C 75
+ 6E 67 73 6C 65 69 74 65 72 69 6E 04 00 00 36 32
+ 36 38 0F 00 00 53 70 6F 72 74 61 6E 6C 61 67 65
+ 77 61 72 74 04 00 00 36 32 37 31 04 00 00 36 32
+ 37 32 15 00 00 50 75 62 6C 69 73 68 69 6E 67 20
+ 43 6F 6E 73 75 6C 74 61 6E 74 04 00 00 36 32 37
+ 39 04 00 00 36 32 38 30 15 00 00 53 61 63 68 62
+ 65 61 72 62 2E 20 4B 61 73 73 65 20 53 6F 6F 64
+ 04 00 00 36 33 32 34 12 00 00 50 72 6F 64 75 63
+ 74 20 53 70 65 63 69 61 6C 69 73 74 04 00 00 36
+ 33 33 39 04 00 00 36 33 34 34 0F 00 00 50 72 6F
+ 67 72 61 6D 20 4D 61 6E 61 67 65 72 04 00 00 36
+ 33 34 36 04 00 00 36 33 34 37 12 00 00 45 6E 67
+ 6C 69 73 63 68 FC 62 65 72 73 65 74 7A 65 72 04
+ 00 00 36 33 34 39 19 00 00 53 65 63 74 69 6F 6E
+ 20 48 65 61 64 20 43 6F 6E 74 72 2E 20 50 72 6F
+ 6A 2E 04 00 00 36 33 35 30 10 00 00 52 65 73 65
+ 61 72 63 68 20 4D 61 6E 61 67 65 72 04 00 00 36
+ 33 36 38 0C 00 00 44 61 74 61 20 4D 61 6E 61 67
+ 65 72 04 00 00 36 33 36 39 04 00 00 36 33 37 32
+ 19 00 00 42 65 74 72 69 65 62 73 74 65 63 68 6E
+ 69 6B 65 72 20 45 6C 65 6B 74 72 6F 04 00 00 36
+ 33 37 34 04 00 00 36 33 37 35 04 00 00 36 33 39
+ 39 11 00 00 44 65 73 69 67 6E 20 43 6F 6E 73 75
+ 6C 74 61 6E 74 04 00 00 36 34 30 30 04 00 00 36
+ 34 30 32 04 00 00 36 34 30 34 13 00 00 41 63 74
+ 75 61 72 69 61 6C 20 41 73 73 69 73 74 61 6E 74
+ 04 00 00 36 34 30 35 04 00 00 36 34 30 36 04 00
+ 00 36 34 30 37 04 00 00 36 34 30 38 04 00 00 36
+ 34 31 32 04 00 00 36 34 31 33 04 00 00 36 34 31
+ 34 04 00 00 36 34 32 33 04 00 00 36 34 32 34 13
+ 00 00 57 65 62 20 50 72 6F 6A 65 63 74 20 4D 61
+ 6E 61 67 65 72 04 00 00 36 34 32 38 04 00 00 36
+ 34 34 32 04 00 00 36 34 35 33 19 00 00 53 61 63
+ 68 62 65 61 72 62 65 69 74 65 72 69 6E 20 43 61
+ 73 75 61 6C 74 79 04 00 00 36 34 36 32 15 00 00
+ 48 65 61 64 20 6F 66 20 42 61 6C 61 6E 63 65 20
+ 53 68 65 65 74 04 00 00 36 34 37 33 10 00 00 41
+ 63 63 6F 75 6E 74 20 4D 67 72 20 55 53 4C 4C 04
+ 00 00 36 34 37 34 18 00 00 48 65 61 64 20 6F 66
+ 20 45 61 72 74 68 71 75 61 6B 65 20 47 72 6F 75
+ 70 04 00 00 36 34 37 36 04 00 00 36 34 38 30 0C
+ 00 00 4C 65 69 74 65 72 69 6E 20 47 4E 53 04 00
+ 00 36 34 38 36 17 00 00 4B 6F 6D 6D 75 6E 69 6B
+ 61 74 69 6F 6E 73 62 65 72 61 74 65 72 69 6E 04
+ 00 00 36 34 39 33 0E 00 00 46 26 42 20 4B 6F 6E
+ 74 72 6F 6C 6C 65 72 04 00 00 36 34 39 36 16 00
+ 00 4C 65 69 74 65 72 69 6E 20 43 61 66 65 74 65
+ 72 69 61 20 42 36 36 04 00 00 36 34 39 38 09 00
+ 00 41 73 73 69 73 74 61 6E 74 04 00 00 36 35 30
+ 30 04 00 00 36 35 30 38 04 00 00 36 35 30 39 04
+ 00 00 36 35 31 30 04 00 00 36 35 32 33 04 00 00
+ 36 35 33 31 14 00 00 53 74 76 2E 20 43 68 65 66
+ 20 64 65 20 53 65 72 76 69 63 65 04 00 00 36 35
+ 33 32 04 00 00 36 35 33 33 04 00 00 36 35 33 35
+ 12 00 00 42 65 74 72 69 65 62 73 61 6C 6C 72 6F
+ 75 6E 64 65 72 04 00 00 36 35 34 32 14 00 00 45
+ 6C 65 63 74 72 6F 6E 69 63 20 50 75 62 6C 69 73
+ 68 65 72 04 00 00 36 35 35 32 18 00 00 54 72 65
+ 61 74 79 20 55 57 20 50 72 6F 70 2E 2F 43 61 73
+ 75 61 6C 74 79 04 00 00 36 35 35 37 04 00 00 36
+ 35 36 33 13 00 00 54 65 61 6D 6C 65 69 74 65 72
+ 20 4D 61 74 65 72 69 61 6C 04 00 00 36 35 36 36
+ 04 00 00 36 35 37 38 10 00 00 53 74 72 61 74 65
+ 67 79 20 41 6E 61 6C 79 73 74 02 00 00 46 47 04
+ 00 00 36 35 37 39 18 00 00 48 65 61 64 20 6F 66
+ 20 50 72 6F 63 65 73 73 20 50 6C 61 6E 26 4D 67
+ 74 04 00 00 36 36 31 33 16 00 00 49 6E 74 65 72
+ 6E 61 74 69 6F 6E 61 6C 20 41 73 73 69 67 6E 65
+ 65 04 00 00 36 36 32 31 04 00 00 36 36 32 36 04
+ 00 00 36 36 32 37 0D 00 00 45 76 65 6E 74 20 4D
+ 61 6E 61 67 65 72 04 00 00 36 36 32 39 04 00 00
+ 36 36 33 32 04 00 00 36 36 33 37 15 00 00 44 65
+ 70 75 74 79 20 48 65 61 64 20 6F 66 20 45 76 65
+ 6E 74 73 04 00 00 36 36 33 39 19 00 00 48 65 61
+ 64 20 6F 66 20 43 65 6E 74 72 65 20 52 FC 73 63
+ 68 6C 69 6B 6F 6E 04 00 00 36 36 34 34 11 00 00
+ 53 65 6E 69 6F 72 20 43 6F 6E 74 72 6F 6C 6C 65
+ 72 02 00 00 43 4D 04 00 00 36 36 34 38 12 00 00
+ 47 6C 6F 62 61 6C 20 49 47 50 20 4D 61 6E 61 67
+ 65 72 04 00 00 36 36 35 33 17 00 00 4C 65 69 74
+ 65 72 20 4C 6F 74 75 73 20 4E 6F 74 65 73 20 47
+ 4E 4E 4F 04 00 00 36 36 35 37 04 00 00 36 36 36
+ 31 16 00 00 50 72 6F 6A 65 63 74 20 4D 61 6E 61
+ 67 65 72 20 4D 61 67 6E 75 6D 04 00 00 36 36 36
+ 37 04 00 00 36 36 37 35 04 00 00 36 36 38 33 04
+ 00 00 36 36 38 35 17 00 00 4F 72 67 61 6E 69 73
+ 61 74 69 6F 6E 73 2D 41 73 73 69 73 74 65 6E 74
+ 04 00 00 36 36 38 36 04 00 00 36 36 39 32 14 00
+ 00 50 65 72 73 6F 6E 61 6C 65 6E 74 77 69 63 6B
+ 6C 65 72 69 6E 04 00 00 36 36 39 33 04 00 00 36
+ 36 39 34 19 00 00 53 61 63 68 62 2E 45 69 6E 6B
+ 61 75 66 2F 42 75 63 68 68 61 6C 74 75 6E 67 04
+ 00 00 36 36 39 37 16 00 00 47 72 6C 2E 20 44 42
+ 20 41 64 6D 69 6E 69 73 74 72 61 74 69 6F 6E 04
+ 00 00 36 37 30 31 04 00 00 36 37 30 32 04 00 00
+ 36 37 30 36 04 00 00 36 37 31 34 04 00 00 36 37
+ 32 31 04 00 00 36 37 33 31 04 00 00 36 37 33 33
+ 04 00 00 36 37 33 34 04 00 00 36 37 34 33 04 00
+ 00 36 37 34 35 0A 00 00 50 52 2D 42 65 72 61 74
+ 65 72 04 00 00 36 37 34 36 04 00 00 36 37 34 38
+ 04 00 00 36 37 35 31 17 00 00 53 70 65 63 69 61
+ 6C 69 73 74 20 52 65 74 72 6F 2F 43 52 45 53 54
+ 41 04 00 00 36 37 35 33 17 00 00 53 65 6E 69 6F
+ 72 20 43 6F 72 70 2E 20 41 63 63 6F 75 6E 74 61
+ 6E 74 04 00 00 36 37 35 38 04 00 00 36 37 36 33
+ 18 00 00 5A 65 69 74 73 63 68 72 69 66 74 65 6E
+ 76 65 72 77 61 6C 74 65 72 69 6E 01 00 00 43 04
+ 00 00 36 37 36 36 04 00 00 36 37 36 38 14 00 00
+ 43 6F 6D 70 65 6E 73 61 74 69 6F 6E 20 53 75 70
+ 70 6F 72 74 04 00 00 36 37 37 30 0A 00 00 54 65
+ 61 6D 6C 65 69 74 65 72 04 00 00 36 37 37 32 16
+ 00 00 49 6E 66 6F 72 6D 61 74 69 6F 6E 20 53 70
+ 65 63 69 61 6C 69 73 74 04 00 00 36 37 37 33 15
+ 00 00 48 65 61 64 20 6F 66 20 53 79 73 74 65 6D
+ 73 20 47 72 6F 75 70 04 00 00 36 37 37 34 04 00
+ 00 36 37 37 35 04 00 00 36 37 38 32 15 00 00 46
+ 61 63 68 72 65 66 65 72 65 6E 74 69 6E 20 55 6D
+ 77 65 6C 74 04 00 00 36 37 38 34 02 00 00 52 53
+ 04 00 00 36 37 38 36 02 00 00 4B 52 05 00 00 53
+ 65 6F 75 6C 04 00 00 36 37 38 38 04 00 00 36 37
+ 39 38 0F 00 00 43 68 65 66 20 64 65 20 53 65 72
+ 76 69 63 65 04 00 00 36 38 30 38 04 00 00 36 38
+ 31 30 18 00 00 48 65 61 64 20 6F 66 20 52 69 73
+ 6B 20 43 6F 6E 74 72 6F 6C 6C 69 6E 67 04 00 00
+ 36 38 32 36 0F 00 00 53 74 65 75 65 72 6B 6F 6E
+ 73 75 6C 65 6E 74 04 00 00 36 38 32 38 15 00 00
+ 54 65 61 6D 6C 65 69 74 65 72 20 50 E2 74 69 73
+ 73 65 72 69 65 04 00 00 36 38 33 31 0B 00 00 53
+ 65 6B 72 65 74 61 72 69 61 74 04 00 00 36 38 35
+ 30 04 00 00 36 38 35 32 04 00 00 36 38 35 35 04
+ 00 00 36 38 36 36 04 00 00 36 38 37 35 04 00 00
+ 36 38 37 36 04 00 00 36 38 37 37 04 00 00 44 61
+ 74 65 04 00 00 44 65 70 74 04 00 00 43 69 74 79
+ 04 00 00 55 6E 69 74 07 00 00 53 75 62 55 6E 69
+ 74 03 00 00 49 44 32 05 00 00 50 68 6F 6E 65 04
+ 00 00 4E 61 6D 65 09 00 00 46 69 72 73 74 4E 61
+ 6D 65 06 00 00 4F 6C 64 4A 6F 62 08 00 00 4A 6F
+ 62 44 65 73 63 72 06 00 00 53 74 61 74 75 73 05
+ 00 00 53 74 61 74 33 05 00 00 53 74 61 74 34 06
+ 00 00 44 65 67 72 65 65 08 00 00 50 6F 73 69 74
+ 69 6F 6E 08 00 00 45 78 70 65 6E 73 65 73 09 00
+ 00 45 78 70 65 6E 73 65 73 32 09 00 00 45 78 70
+ 65 6E 73 65 73 34 09 00 00 45 78 70 65 6E 73 65
+ 73 33 09 00 00 45 78 70 65 6E 73 65 73 35 09 00
+ 00 45 78 70 65 6E 73 65 73 36 09 00 00 45 78 70
+ 65 6E 73 65 73 37 05 00 00 4C 65 76 65 6C 06 00
+ 00 52 65 70 6F 72 74 05 00 00 47 72 6F 75 70 04
+ 00 00 50 6F 6F 6C 05 00 00 44 4B 65 79 50 05 00
+ 00 44 4D 44 50 4D 08 00 00 42 65 6E 67 61 6C 69
+ 78 07 00 00 54 65 6E 61 6C 69 78 0B 00 00 33 32
+ 34 2D 54 65 6E 61 6C 69 78 06 00 00 48 61 6E 6E
+ 69 78 05 00 00 31 30 39 33 30 04 00 00 32 38 39
+ 37 04 00 00 38 39 31 37 04 00 00 33 31 35 33 04
+ 00 00 38 37 33 36 04 00 00 34 33 32 33 05 00 00
+ 31 31 35 37 35 04 00 00 37 31 35 34 04 00 00 33
+ 38 35 38 04 00 00 33 32 35 34 04 00 00 39 37 30
+ 39 04 00 00 37 33 36 39 04 00 00 34 31 39 35 04
+ 00 00 39 37 30 37 04 00 00 36 38 31 37 04 00 00
+ 35 35 34 34 08 00 00 53 61 6E 74 69 61 67 6F 04
+ 00 00 34 32 30 33 05 00 00 31 30 38 34 37 05 00
+ 00 31 31 36 35 36 05 00 00 31 33 30 31 34 04 00
+ 00 31 39 30 36 04 00 00 35 35 39 34 04 00 00 35
+ 32 32 31 04 00 00 38 36 38 31 04 00 00 38 31 37
+ 38 04 00 00 36 31 38 30 05 00 00 31 31 32 39 39
+ 04 00 00 39 33 33 33 05 00 00 31 32 33 31 35 05
+ 00 00 31 31 30 34 35 05 00 00 31 32 32 32 37 01
+ 00 00 49 04 00 00 33 36 39 31 04 00 00 37 30 33
+ 34 04 00 00 32 31 30 37 04 00 00 35 32 30 35 04
+ 00 00 36 30 35 35 04 00 00 34 36 30 30 04 00 00
+ 36 38 39 39 04 00 00 36 39 30 35 05 00 00 31 32
+ 31 34 30 04 00 00 37 36 35 35 05 00 00 38 30 30
+ 39 37 04 00 00 34 32 37 32 05 00 00 31 30 38 37
+ 36 04 00 00 37 33 38 35 04 00 00 34 31 30 31 04
+ 00 00 38 32 32 35 04 00 00 32 34 37 31 04 00 00
+ 35 31 37 35 04 00 00 38 36 34 31 05 00 00 31 32
+ 33 32 31 05 00 00 31 32 38 39 32 04 00 00 37 36
+ 38 37 04 00 00 37 32 37 37 04 00 00 37 31 34 37
+ 05 00 00 31 30 32 39 34 04 00 00 35 31 31 37 05
+ 00 00 31 30 30 30 32 04 00 00 37 37 38 30 04 00
+ 00 36 34 38 32 05 00 00 38 30 32 35 30 08 00 00
+ 41 63 74 75 61 72 79 2C 05 00 00 31 31 37 39 35
+ 05 00 00 31 31 37 32 31 05 00 00 31 31 39 38 32
+ 05 00 00 31 33 30 33 31 04 00 00 38 32 33 32 04
+ 00 00 35 34 36 38 04 00 00 39 33 33 37 04 00 00
+ 36 38 37 38 05 00 00 31 31 39 36 36 04 00 00 37
+ 37 34 34 05 00 00 31 31 30 37 36 05 00 00 31 32
+ 39 31 32 04 00 00 37 39 35 33 05 00 00 31 32 32
+ 36 35 04 00 00 36 35 36 34 04 00 00 38 32 33 36
+ 04 00 00 37 30 33 38 04 00 00 33 36 33 33 04 00
+ 00 38 36 34 32 04 00 00 35 34 38 36 04 00 00 33
+ 39 37 39 04 00 00 35 39 32 37 04 00 00 35 34 31
+ 35 05 00 00 31 32 31 35 34 03 00 00 35 36 35 13
+ 00 00 4C 61 74 69 6E 20 41 6D 65 72 69 63 61 20
+ 53 6F 75 74 68 0E 00 00 43 6F 6C 6F 6D 62 69 61
+ 20 26 20 4F 53 41 02 00 00 35 35 11 00 00 50 72
+ 6F 64 75 63 74 20 45 78 65 63 75 74 69 76 65 02
+ 00 00 53 48 02 00 00 4C 59 02 00 00 34 36 0F 00
+ 00 48 65 61 64 20 4C 41 20 41 63 61 64 65 6D 79
+ 07 00 00 54 72 61 69 6E 65 72 02 00 00 53 45 02
+ 00 00 50 50 03 00 00 50 4C 4E 02 00 00 34 32 11
+ 00 00 54 72 65 61 74 79 20 53 70 65 63 69 61 6C
+ 69 73 74 04 00 00 31 31 31 35 13 00 00 55 6E 64
+ 65 72 77 72 69 74 69 6E 67 20 54 72 65 61 74 79
+ 02 00 00 53 41 02 00 00 4D 45 04 00 00 31 35 33
+ 30 04 00 00 31 35 35 37 14 00 00 52 65 6C 61 74
+ 69 6F 6E 73 68 69 70 20 4D 61 6E 61 67 65 72 04
+ 00 00 31 35 37 36 04 00 00 31 38 32 31 0F 00 00
+ 48 65 61 64 20 43 6F 72 70 6F 72 61 74 65 73 0A
+ 00 00 41 63 63 6F 75 6E 74 69 6E 67 04 00 00 32
+ 30 34 39 14 00 00 50 6C 61 6E 6E 69 6E 67 20 43
+ 6F 6F 72 64 69 6E 61 74 6F 72 02 00 00 54 44 04
+ 00 00 32 31 35 30 0F 00 00 48 65 61 64 20 43 4F
+ 43 20 4D 61 72 69 6E 65 04 00 00 32 31 35 36 10
+ 00 00 4D 61 72 6B 65 74 20 45 78 65 63 75 74 69
+ 76 65 04 00 00 32 35 37 32 18 00 00 48 65 61 64
+ 20 6F 66 20 46 61 63 75 6C 74 61 74 69 76 65 20
+ 44 65 73 6B 0C 00 00 41 64 52 20 43 61 73 75 61
+ 6C 74 79 04 00 00 32 38 34 32 0C 00 00 55 57 20
+ 54 72 65 61 74 79 20 45 4E 02 00 00 53 4B 04 00
+ 00 33 30 38 32 18 00 00 44 69 76 69 73 69 6F 6E
+ 61 6C 20 43 6F 6D 6D 75 6E 69 63 61 74 69 6F 6E
+ 02 00 00 50 43 04 00 00 33 30 38 30 19 00 00 48
+ 65 61 64 20 43 65 6E 74 65 72 20 6F 66 20 43 6F
+ 6D 70 2E 20 50 72 6F 70 0E 00 00 4C 6F 63 61 6C
+ 20 53 65 72 76 69 63 65 73 19 00 00 43 6C 69 65
+ 6E 74 20 4D 61 6E 61 67 65 72 20 43 6F 72 70 6F
+ 72 61 74 65 73 04 00 00 33 34 30 39 18 00 00 55
+ 6E 64 65 72 77 72 69 74 69 6E 67 20 45 6E 67 69
+ 6E 65 65 72 69 6E 67 04 00 00 33 34 36 32 17 00
+ 00 48 65 61 64 20 6F 66 20 42 55 53 20 50 72 6F
+ 6A 65 63 74 73 20 5A 48 04 00 00 33 34 33 34 19
+ 00 00 48 65 61 64 20 43 65 6E 74 65 72 20 6F 66
+ 20 43 6F 6D 70 2E 20 43 61 73 2E 04 00 00 33 37
+ 38 31 18 00 00 48 65 61 64 20 4D 61 72 6B 65 74
+ 69 6E 67 20 26 20 52 65 6C 2E 20 5A 48 04 00 00
+ 33 39 32 31 11 00 00 41 63 63 6F 75 6E 74 20 45
+ 78 65 63 75 74 69 76 65 04 00 00 33 39 37 31 04
+ 00 00 34 31 31 31 04 00 00 34 31 36 33 13 00 00
+ 52 65 6C 61 74 69 6F 6E 20 4D 61 6E 61 67 65 72
+ 20 55 53 04 00 00 34 30 38 33 0B 00 00 55 57 20
+ 50 72 6F 70 65 72 74 79 04 00 00 34 33 34 30 04
+ 00 00 34 34 37 38 16 00 00 43 65 6E 74 65 72 20
+ 6F 66 20 43 6F 6D 70 2E 20 4D 61 72 69 6E 65 04
+ 00 00 34 35 37 38 15 00 00 55 57 20 53 75 70 70
+ 6F 72 74 20 43 6F 72 70 6F 72 61 74 65 73 04 00
+ 00 34 35 38 31 18 00 00 43 65 6E 74 65 72 20 6F
+ 66 20 43 6F 6D 70 2E 20 43 61 73 75 61 6C 74 79
+ 04 00 00 34 39 33 37 14 00 00 41 73 73 69 73 74
+ 61 6E 74 20 43 6F 72 70 6F 72 61 74 65 73 0C 00
+ 00 43 6F 75 6E 74 72 79 20 48 65 61 64 04 00 00
+ 35 33 31 36 17 00 00 48 65 61 64 20 43 65 6E 74
+ 65 72 20 6F 66 20 43 6F 6D 70 2E 20 45 4E 04 00
+ 00 35 33 39 35 16 00 00 41 73 73 2E 20 50 72 6F
+ 64 75 63 74 20 45 78 65 63 75 74 69 76 65 04 00
+ 00 35 36 31 39 12 00 00 50 72 6F 6A 65 63 74 20
+ 4C 65 61 64 65 72 20 42 55 53 04 00 00 35 35 37
+ 31 18 00 00 43 65 6E 74 65 72 20 6F 66 20 43 6F
+ 6D 70 2E 20 50 72 6F 70 65 72 74 79 04 00 00 35
+ 36 33 33 17 00 00 48 65 61 64 20 4D 61 6E 61 67
+ 65 6D 65 6E 74 20 53 75 70 70 6F 72 74 04 00 00
+ 35 37 35 32 10 00 00 48 65 61 64 20 54 72 65 61
+ 74 79 20 44 65 73 6B 04 00 00 35 36 39 31 19 00
+ 00 44 65 70 2E 48 65 61 64 20 43 65 6E 74 65 72
+ 20 43 6F 6D 70 2E 43 61 73 2E 04 00 00 35 38 36
+ 34 04 00 00 35 39 32 34 0F 00 00 50 72 6F 64 75
+ 63 74 20 53 75 70 70 6F 72 74 04 00 00 35 39 34
+ 30 19 00 00 44 65 70 2E 48 65 61 64 20 43 65 6E
+ 74 65 72 20 43 6F 6D 70 2E 45 6E 67 2E 04 00 00
+ 36 30 31 30 04 00 00 36 30 34 35 18 00 00 48 65
+ 61 64 20 43 6F 43 20 53 74 72 75 63 74 2E 20 46
+ 69 6E 61 6E 63 65 04 00 00 36 31 34 39 04 00 00
+ 36 31 36 36 13 00 00 48 65 61 64 20 6F 66 20 43
+ 6F 43 20 61 67 72 6F 20 4C 41 04 00 00 36 33 33
+ 31 04 00 00 36 36 32 34 13 00 00 50 72 6F 64 75
+ 63 74 20 44 65 76 65 6C 6F 70 6D 65 6E 74 04 00
+ 00 36 35 33 37 04 00 00 36 38 30 36 04 00 00 36
+ 39 33 38 15 00 00 55 57 20 53 74 72 75 63 74 75
+ 72 65 73 20 46 69 6E 61 6E 63 65 04 00 00 37 30
+ 37 33 0F 00 00 52 75 6E 2D 4F 66 66 20 41 6C 69
+ 61 6E 7A 61 04 00 00 37 30 39 30 15 00 00 4A 75
+ 6E 69 6F 72 20 43 6C 69 65 6E 74 20 4D 61 6E 61
+ 67 65 72 04 00 00 37 34 33 37 0B 00 00 33 32 34
+ 2C 20 42 6F 67 6F 74 61 04 00 00 37 35 32 39 10
+ 00 00 53 70 65 63 69 61 6C 20 50 72 6F 6A 65 63
+ 74 73 04 00 00 37 36 33 31 16 00 00 4F 70 65 72
+ 61 74 69 6F 6E 73 20 4D 61 6E 61 67 65 72 20 44
+ 55 4F 04 00 00 38 34 32 33 04 00 00 38 34 36 35
+ 04 00 00 38 35 30 36 0F 00 00 54 72 61 69 6E 65
+ 72 20 53 69 63 73 2F 6E 74 04 00 00 38 36 30 36
+ 04 00 00 38 35 31 30 04 00 00 39 32 30 39 05 00
+ 00 31 30 31 38 36 05 00 00 31 30 35 38 33 10 00
+ 00 54 72 61 69 6E 69 6E 67 20 4D 61 6E 61 67 65
+ 72 05 00 00 31 30 35 38 36 03 00 00 32 38 38 05
+ 00 00 31 30 37 34 37 14 00 00 48 65 61 64 20 44
+ 69 76 2E 20 49 54 20 55 6E 69 74 20 5A 48 03 00
+ 00 49 4C 53 05 00 00 31 30 39 34 34 15 00 00 48
+ 65 61 64 20 53 70 65 63 69 61 6C 20 50 72 6F 6A
+ 65 63 74 73 04 00 00 37 30 37 37 05 00 00 31 30
+ 39 38 36 03 00 00 45 45 4B 05 00 00 31 31 32 39
+ 37 14 00 00 48 52 20 26 53 65 72 76 69 63 65 73
+ 20 4D 61 6E 61 67 65 72 10 00 00 41 64 52 20 41
+ 6C 67 6F 64 F3 6E 2F 41 67 72 6F 05 00 00 31 31
+ 37 32 37 11 00 00 43 6C 61 69 6D 73 20 44 65 73
+ 6B 2F 4C 65 67 61 6C 11 00 00 54 65 63 68 6E 69
+ 63 61 6C 20 4D 61 6E 61 67 65 72 03 00 00 32 38
+ 39 13 00 00 43 6C 69 65 6E 74 20 54 65 61 6D 20
+ 53 75 70 70 6F 72 74 06 00 00 41 64 52 20 58 4C
+ 05 00 00 31 31 38 37 31 0C 00 00 41 64 52 20 50
+ 72 6F 70 65 72 74 79 05 00 00 31 32 36 30 30 06
+ 00 00 4D 61 64 72 69 64 07 00 00 31 34 38 36 33
+ 39 35 07 00 00 36 35 30 36 33 33 31 06 00 00 42
+ 65 6A 69 6E 67 0C 00 00 42 75 65 6E 6F 73 20 41
+ 69 72 65 73 07 00 00 43 6F 6C 6F 67 6E 65 08 00
+ 00 42 72 75 73 73 65 6C 73 02 00 00 56 45 07 00
+ 00 43 61 72 61 63 61 73 02 00 00 50 4C 06 00 00
+ 57 61 72 73 61 77 02 00 00 4A 50 05 00 00 54 6F
+ 6B 79 6F 04 00 00 52 6F 6D 65 05 00 00 31 32 36
+ 30 31 19 00 00 48 65 61 64 20 6F 66 20 4C 69 66
+ 65 26 48 65 61 6C 74 68 20 49 6E 64 69 61 16 00
+ 00 41 73 73 69 73 74 65 6E 74 69 6E 20 4C 65 69
+ 74 65 72 20 43 43 43 02 00 00 33 35 10 00 00 41
+ 72 63 68 69 76 73 70 65 7A 69 61 6C 69 73 74 02
+ 00 00 32 2B 02 00 00 33 2D 02 00 00 34 2D 12 00
+ 00 41 72 63 68 69 76 73 70 65 7A 69 61 6C 69 73
+ 74 69 6E 02 00 00 33 2B 02 00 00 48 43 0F 00 00
+ 4D 69 74 67 6C 69 65 64 20 64 65 72 20 47 4C 13
+ 00 00 41 64 76 65 72 74 69 73 69 6E 67 20 4D 61
+ 6E 61 67 65 72 02 00 00 32 35 0C 00 00 50 34 30
+ 30 20 53 75 70 70 6F 72 74 12 00 00 49 6E 74 65
+ 72 6E 61 74 2E 20 54 72 61 6E 73 66 65 72 01 00
+ 00 47 19 00 00 44 65 70 2E 43 68 69 65 66 45 78
+ 65 63 75 74 69 76 65 4F 66 66 69 63 65 72 10 00
+ 00 50 72 E4 73 69 64 65 6E 74 20 64 65 72 20 47
+ 4C 0D 00 00 47 72 75 70 70 65 6E 6C 65 69 74 65
+ 72 02 00 00 43 59 15 00 00 46 FC 68 72 75 6E 67
+ 73 75 6E 74 65 72 73 74 FC 74 7A 75 6E 67 0C 00
+ 00 43 49 2D 41 73 73 69 73 74 61 6E 74 06 00 00
+ 32 30 30 30 30 39 03 00 00 37 32 30 10 00 00 48
+ 65 61 64 20 6F 66 20 47 72 6F 75 70 20 49 41 02
+ 00 00 53 54 19 00 00 49 6E 74 65 72 6E 2E 47 72
+ 61 64 75 61 74 65 20 50 72 6F 67 2E 4D 67 74 2E
+ 18 00 00 53 79 73 74 65 6D 76 65 72 61 6E 74 77
+ 6F 72 74 6C 2E 20 50 49 4C 41 53 00 00 00 0A 00
+ 00 33 35 33 2D 59 54 38 31 33 30 19 00 00 50 72
+ 69 63 69 6E 67 20 41 63 74 75 61 72 69 61 6C 20
+ 41 6E 61 6C 79 73 74 19 00 00 54 65 63 68 6E 69
+ 63 61 6C 20 43 6C 61 69 6D 73 20 43 6F 6E 73 75
+ 6C 74 2E 18 00 00 47 72 75 70 70 65 6E 6C 65 69
+ 74 65 72 69 6E 20 43 61 73 75 61 6C 74 79 19 00
+ 00 41 73 73 69 73 74 61 6E 74 20 47 72 6F 75 70
+ 20 50 4D 20 4D 61 72 69 6E 65 0E 00 00 44 65 62
+ 74 20 43 6F 6C 6C 65 63 74 6F 72 10 00 00 45 78
+ 70 65 72 74 65 20 45 72 64 62 65 62 65 6E 15 00
+ 00 47 72 6F 75 70 20 4C 69 61 69 73 6F 6E 20 4F
+ 66 66 69 63 65 72 15 00 00 48 65 61 64 20 41 75
+ 64 69 74 2F 49 6E 73 70 65 63 74 69 6F 6E 18 00
+ 00 48 65 61 64 20 6F 66 20 43 6C 61 69 6D 73 20
+ 26 20 43 2E 20 4D 67 74 2E 08 00 00 42 65 72 6D
+ 75 64 61 73 04 00 00 4E 45 49 4E 1C 00 00 53 65
+ 63 72 65 74 61 72 79 20 69 6E 20 4E 65 77 20 59
+ 6F 72 6B 20 4F 66 66 69 63 65 02 00 00 31 32 01
+ 00 00 31 03 00 00 32 32 30 02 00 00 31 30 15 00
+ 00 54 65 6C 65 6D 61 74 69 6B 2D 53 75 70 70 6F
+ 72 74 65 72 69 6E 13 00 00 54 4C 20 54 65 6C 65
+ 6D 61 74 69 6B 73 75 70 70 6F 72 74 19 00 00 55
+ 53 20 47 41 41 50 2D 50 72 6F 6A 65 6B 74 6C 65
+ 69 74 65 72 20 53 52 5A 02 00 00 32 2D 09 00 00
+ 41 73 73 69 73 74 65 6E 74 0D 00 00 42 57 20 45
+ 78 70 65 72 74 65 20 43 4F 19 00 00 52 61 74 69
+ 6E 67 20 41 67 65 6E 63 79 20 43 6F 6F 72 64 69
+ 6E 61 74 6F 72 0F 00 00 50 72 6F 6A 65 6B 74 6C
+ 65 69 74 65 72 69 6E 14 00 00 53 65 6E 69 6F 72
+ 20 41 63 63 6F 75 6E 74 61 6E 74 20 51 41 14 00
+ 00 53 65 6E 69 6F 72 20 4C 65 67 61 6C 20 41 64
+ 76 69 73 65 72 16 00 00 53 65 6E 69 6F 72 20 50
+ 72 6F 6A 65 63 74 20 4D 61 6E 61 67 65 72 13 00
+ 00 41 73 73 69 73 74 61 6E 74 20 55 57 20 4D 61
+ 72 69 6E 65                                    
diff --git a/test-data/spreadsheet/BigSSTRecord2CR1 b/test-data/spreadsheet/BigSSTRecord2CR1
new file mode 100755 (executable)
index 0000000..359e3b4
--- /dev/null
@@ -0,0 +1,514 @@
+             3C 00 18 20 10 00 00 42 75 73 69 6E
+ 65 73 73 20 53 75 70 70 6F 72 74 03 00 00 49 45
+ 50 15 00 00 43 6F 75 6E 74 72 79 20 48 65 61 64
+ 20 43 6F 6C 6F 6D 62 69 61 03 00 00 59 45 53 02
+ 00 00 43 31 01 00 00 59 04 00 00 31 2E 30 30 02
+ 00 00 43 34 02 00 00 43 35 01 00 00 20 02 00 00
+ 43 37 02 00 00 43 38 02 00 00 43 39 03 00 00 43
+ 31 30 03 00 00 43 31 31 13 00 00 4D 61 72 69 6E
+ 65 20 52 69 73 6B 20 41 6E 61 6C 79 73 74 03 00
+ 00 43 31 32 03 00 00 43 31 33 03 00 00 43 31 34
+ 03 00 00 43 31 35 03 00 00 43 31 36 03 00 00 43
+ 31 37 03 00 00 43 31 38 03 00 00 43 32 30 03 00
+ 00 43 32 31 03 00 00 43 32 32 03 00 00 43 32 33
+ 03 00 00 43 32 34 03 00 00 43 32 35 03 00 00 43
+ 32 36 03 00 00 43 32 37 12 00 00 54 65 63 68 6E
+ 69 63 61 6C 20 44 69 72 65 63 74 6F 72 03 00 00
+ 43 32 38 03 00 00 43 32 39 03 00 00 43 33 30 03
+ 00 00 43 33 31 09 00 00 35 2F 30 33 2F 31 39 36
+ 31 03 00 00 43 33 32 03 00 00 43 33 33 03 00 00
+ 43 33 34 03 00 00 43 33 35 03 00 00 43 33 36 03
+ 00 00 43 33 37 03 00 00 43 33 38 03 00 00 43 33
+ 39 03 00 00 43 34 30 03 00 00 43 34 31 0A 00 00
+ 31 30 2E 31 32 2E 31 39 35 31 0A 00 00 31 35 2E
+ 30 31 2E 31 39 39 36 01 00 00 66 0A 00 00 32 37
+ 2E 30 31 2E 31 39 35 33 0A 00 00 30 39 2E 30 35
+ 2E 31 39 39 35 01 00 00 6D 0A 00 00 30 36 2E 30
+ 34 2E 31 39 36 37 0A 00 00 30 31 2E 30 31 2E 31
+ 39 39 39 0A 00 00 31 37 2E 30 38 2E 31 39 35 35
+ 0A 00 00 30 31 2E 31 32 2E 31 39 39 35 0A 00 00
+ 32 30 2E 30 31 2E 31 39 37 33 0A 00 00 31 35 2E
+ 30 39 2E 31 39 39 37 0A 00 00 30 34 2E 31 31 2E
+ 31 39 35 39 0A 00 00 30 38 2E 31 31 2E 31 39 39
+ 36 01 00 00 35 0A 00 00 31 35 2E 30 36 2E 31 39
+ 37 31 0A 00 00 30 31 2E 30 39 2E 31 39 39 39 0A
+ 00 00 32 30 2E 30 38 2E 31 39 37 30 0A 00 00 32
+ 38 2E 30 38 2E 31 39 39 35 0A 00 00 31 30 2E 30
+ 39 2E 31 39 35 35 0A 00 00 30 31 2E 30 38 2E 32
+ 30 30 30 0A 00 00 31 38 2E 30 38 2E 31 39 36 35
+ 0A 00 00 32 32 2E 30 37 2E 31 39 39 32 0A 00 00
+ 32 34 2E 30 39 2E 31 39 35 36 0A 00 00 32 30 2E
+ 31 30 2E 31 39 39 37 16 00 00 48 52 20 26 20 4C
+ 6F 67 69 73 74 69 63 73 20 4D 61 6E 61 67 65 72
+ 0A 00 00 32 38 2E 30 37 2E 31 39 36 33 0A 00 00
+ 30 31 2E 31 30 2E 31 39 39 39 04 00 00 33 35 35
+ 35 04 00 00 33 35 35 36 04 00 00 33 35 37 32 19
+ 00 00 53 65 6E 2E 20 4C 65 67 61 6C 20 43 6C 61
+ 69 6D 73 20 43 6F 75 6E 73 65 6C 04 00 00 33 35
+ 37 33 0F 00 00 53 70 65 7A 69 61 6C 61 75 66 67
+ 61 62 65 6E 04 00 00 33 35 38 37 04 00 00 33 36
+ 31 34 19 00 00 43 6F 6D 6D 75 6E 69 63 61 74 69
+ 6F 6E 73 20 43 6F 6E 73 75 6C 74 61 6E 74 04 00
+ 00 33 36 32 31 04 00 00 33 36 32 32 14 00 00 47
+ 72 6C 2E 20 4B 6F 70 69 65 72 7A 65 6E 74 72 61
+ 6C 65 6E 04 00 00 33 36 32 38 04 00 00 33 36 33
+ 35 11 00 00 48 65 61 64 20 6F 66 20 49 41 20 5A
+ 75 72 69 63 68 04 00 00 33 36 33 36 0D 00 00 47
+ 72 6C 2E 20 48 61 72 64 77 61 72 65 04 00 00 33
+ 36 34 39 0D 00 00 44 6F 63 75 6D 65 6E 74 61 6C
+ 69 73 74 04 00 00 33 36 37 31 11 00 00 43 6F 72
+ 70 6F 72 61 74 65 20 41 63 74 75 61 72 79 04 00
+ 00 33 36 37 36 0D 00 00 48 65 61 64 20 6F 66 20
+ 4C 45 2F 41 53 04 00 00 33 36 37 39 04 00 00 33
+ 36 38 39 04 00 00 33 37 31 31 15 00 00 53 70 65
+ 7A 69 61 6C 69 73 74 20 50 75 62 6C 69 73 68 69
+ 6E 67 04 00 00 33 37 31 33 04 00 00 33 37 31 34
+ 04 00 00 33 37 32 32 04 00 00 33 37 32 39 19 00
+ 00 4C 65 69 74 65 72 20 50 6C 61 74 66 6F 72 6D
+ 20 45 6E 67 69 6E 65 65 72 2E 04 00 00 33 37 33
+ 30 13 00 00 4D 61 6E 2E 20 41 64 6D 69 6E 69 73
+ 74 72 61 74 69 6F 6E 04 00 00 33 37 33 36 17 00
+ 00 48 65 61 64 20 6F 66 20 4C 6F 67 2E 20 4F 70
+ 65 72 61 74 69 6F 6E 73 04 00 00 33 37 34 30 04
+ 00 00 33 37 34 33 17 00 00 55 6E 64 65 72 77 72
+ 69 74 69 6E 67 20 43 6F 6E 73 75 6C 74 61 6E 74
+ 04 00 00 33 37 34 38 04 00 00 33 37 35 31 04 00
+ 00 33 37 36 32 04 00 00 33 37 36 34 06 00 00 42
+ 6F 67 6F 74 61 01 00 00 52 04 00 00 33 37 36 35
+ 0D 00 00 52 65 67 69 6F 6E 61 6C 20 48 65 61 64
+ 04 00 00 33 37 36 38 10 00 00 55 6E 64 65 72 77
+ 72 69 74 65 72 20 41 67 72 6F 04 00 00 33 37 38
+ 33 04 00 00 33 37 38 38 11 00 00 42 65 74 72 69
+ 65 62 73 73 63 68 72 65 69 6E 65 72 04 00 00 33
+ 37 39 33 19 00 00 53 65 6E 2E 20 47 72 6F 75 70
+ 77 61 72 65 20 43 6F 6E 73 75 6C 74 61 6E 74 04
+ 00 00 33 37 39 38 12 00 00 46 61 63 68 62 65 72
+ 65 69 63 68 73 6C 65 69 74 65 72 04 00 00 33 38
+ 30 30 0C 00 00 42 75 63 68 68 61 6C 74 65 72 69
+ 6E 04 00 00 33 38 30 37 19 00 00 47 72 75 70 70
+ 65 6E 6C 65 69 74 65 72 20 45 6E 74 77 69 63 6B
+ 6C 75 6E 67 04 00 00 33 38 31 31 0D 00 00 44 61
+ 74 65 6E 74 79 70 69 73 74 69 6E 04 00 00 33 38
+ 31 38 19 00 00 48 61 75 73 77 69 72 74 73 63 68
+ 61 66 74 73 6D 69 74 61 72 62 65 69 74 2E 04 00
+ 00 33 38 32 35 04 00 00 33 38 32 36 17 00 00 48
+ 65 61 64 20 6F 66 20 47 72 6F 75 70 20 50 4D 20
+ 43 72 65 64 69 74 04 00 00 33 38 32 38 0F 00 00
+ 4D 65 64 69 63 61 6C 20 4F 66 66 69 63 65 72 04
+ 00 00 33 38 35 31 04 00 00 33 38 35 32 04 00 00
+ 33 38 37 30 04 00 00 33 38 37 36 19 00 00 4D 61
+ 6E 2E 20 4C 65 67 61 6C 20 43 6C 61 69 6D 73 20
+ 43 6F 75 6E 73 65 6C 04 00 00 33 38 38 36 04 00
+ 00 33 38 38 37 0C 00 00 50 52 2D 42 65 72 61 74
+ 65 72 69 6E 04 00 00 33 38 38 38 17 00 00 54 65
+ 61 6D 6C 65 69 74 65 72 20 41 75 73 67 61 6E 67
+ 73 70 6F 73 74 04 00 00 33 38 38 39 08 00 00 48
+ 61 75 73 77 61 72 74 04 00 00 33 38 39 38 10 00
+ 00 42 75 73 69 6E 65 73 73 20 41 6E 61 6C 79 73
+ 74 04 00 00 33 38 39 39 19 00 00 53 65 63 74 2E
+ 20 48 65 61 64 20 49 6E 76 2E 20 52 65 6C 61 74
+ 69 6F 6E 73 04 00 00 33 39 30 37 17 00 00 47 72
+ 6C 2E 20 52 5A 20 50 6C 61 6E 2E 2F 53 74 65 75
+ 65 72 75 6E 67 04 00 00 33 39 32 38 17 00 00 47
+ 72 6C 2E 20 57 6F 72 6B 73 74 61 74 69 6F 6E 20
+ 45 6E 67 69 6E 2E 04 00 00 33 39 33 35 02 00 00
+ 43 50 04 00 00 33 39 33 36 11 00 00 47 72 6C 2E
+ 20 46 6C 75 74 2F 53 79 73 74 65 6D 65 04 00 00
+ 33 39 35 32 04 00 00 33 39 35 35 04 00 00 33 39
+ 36 39 04 00 00 33 39 37 37 13 00 00 42 4C 20 44
+ 61 74 61 62 61 73 65 20 53 79 73 74 65 6D 73 04
+ 00 00 33 39 38 30 04 00 00 33 39 38 33 04 00 00
+ 33 39 38 36 04 00 00 33 39 38 39 04 00 00 33 39
+ 39 30 14 00 00 47 72 6F 75 70 77 61 72 65 20 43
+ 6F 6E 73 75 6C 74 61 6E 74 04 00 00 34 30 31 31
+ 04 00 00 34 30 31 32 04 00 00 34 30 31 38 04 00
+ 00 34 30 32 35 04 00 00 34 30 33 30 19 00 00 4F
+ 70 65 72 61 74 72 69 63 65 20 4B 6F 70 69 65 72
+ 7A 65 6E 74 72 61 6C 65 04 00 00 34 30 33 31 0E
+ 00 00 55 6D 7A 75 67 73 66 61 63 68 6D 61 6E 6E
+ 04 00 00 34 30 33 35 04 00 00 34 30 33 37 04 00
+ 00 34 30 33 39 04 00 00 34 30 34 32 04 00 00 34
+ 30 35 32 04 00 00 34 30 35 38 04 00 00 34 30 35
+ 39 04 00 00 34 30 36 34 18 00 00 48 65 61 64 20
+ 6F 66 20 53 75 70 70 6F 72 74 20 53 65 72 76 69
+ 63 65 73 04 00 00 34 30 38 30 15 00 00 53 61 63
+ 68 62 65 61 72 62 65 69 74 65 72 69 6E 20 46 69
+ 62 75 04 00 00 34 30 38 31 04 00 00 34 30 38 32
+ 17 00 00 4D 69 74 61 72 62 2E 20 53 69 63 68 65
+ 72 68 65 69 74 73 6C 6F 67 65 02 00 00 49 43 04
+ 00 00 34 30 38 36 04 00 00 34 30 39 36 04 00 00
+ 34 31 30 35 04 00 00 34 31 30 36 04 00 00 34 31
+ 30 38 13 00 00 53 75 70 70 6F 72 74 65 72 20 48
+ 65 6C 70 20 44 65 73 6B 04 00 00 34 31 32 30 0D
+ 00 00 57 65 62 2D 50 75 62 6C 69 73 68 65 72 05
+ 00 00 31 31 36 39 35 01 00 00 4B 05 00 00 31 31
+ 36 39 36 05 00 00 31 31 36 39 37 05 00 00 31 31
+ 37 30 32 05 00 00 31 31 37 31 30 05 00 00 31 31
+ 37 31 31 11 00 00 53 6F 66 74 77 61 72 65 20 45
+ 6E 67 69 6E 65 65 72 05 00 00 31 31 37 31 32 05
+ 00 00 31 31 37 32 34 05 00 00 31 31 37 33 30 19
+ 00 00 50 72 6F 6A 65 63 74 6D 61 6E 61 67 65 72
+ 20 52 FC 73 63 68 6C 69 6B 6F 6E 05 00 00 31 31
+ 37 33 31 05 00 00 31 31 37 33 32 05 00 00 31 31
+ 37 34 30 05 00 00 31 31 37 34 31 05 00 00 31 31
+ 37 34 34 19 00 00 48 65 61 64 20 4F 70 65 72 61
+ 74 69 6F 6E 73 20 52 FC 73 63 68 6C 69 6B 2E 05
+ 00 00 31 31 37 34 35 14 00 00 47 72 6C 2E 20 43
+ 6F 73 74 20 41 63 63 6F 75 6E 74 69 6E 67 05 00
+ 00 31 31 37 34 37 05 00 00 31 31 37 35 31 05 00
+ 00 31 31 37 35 38 05 00 00 31 31 37 36 37 05 00
+ 00 31 31 37 37 33 05 00 00 31 31 37 37 37 05 00
+ 00 31 31 37 37 38 16 00 00 54 4C 20 52 61 75 6D
+ 62 65 77 69 72 74 73 63 68 61 66 74 75 6E 67 05
+ 00 00 31 31 37 38 34 05 00 00 31 31 37 38 37 05
+ 00 00 31 31 37 39 34 05 00 00 31 31 37 39 39 05
+ 00 00 31 31 38 30 30 05 00 00 31 31 38 30 31 05
+ 00 00 31 31 38 30 32 05 00 00 31 31 38 30 33 05
+ 00 00 31 31 38 30 34 05 00 00 31 31 38 31 39 05
+ 00 00 31 31 38 32 31 05 00 00 31 31 38 33 38 05
+ 00 00 31 31 38 35 32 17 00 00 4A 75 6E 69 6F 72
+ 20 42 75 73 69 6E 65 73 73 20 41 6E 61 6C 79 73
+ 74 05 00 00 31 31 38 35 35 18 00 00 48 65 61 64
+ 20 6F 66 20 52 69 73 6B 20 4D 65 61 73 2E 20 4D
+ 65 74 68 2E 05 00 00 31 31 38 35 36 14 00 00 47
+ 49 53 2F 46 6C 6F 6F 64 20 53 70 65 63 69 61 6C
+ 69 73 74 05 00 00 31 31 38 35 38 05 00 00 31 31
+ 38 36 32 10 00 00 46 6C 6F 6F 64 20 53 70 65 63
+ 69 61 6C 69 73 74 05 00 00 31 31 38 38 38 05 00
+ 00 31 31 38 39 34 05 00 00 31 31 38 39 39 05 00
+ 00 31 31 39 31 30 0D 00 00 48 65 61 64 20 6F 66
+ 20 4C 4E 2F 4E 4F 05 00 00 31 31 39 31 36 05 00
+ 00 31 31 39 32 33 05 00 00 31 31 39 33 31 05 00
+ 00 31 31 39 33 32 05 00 00 31 31 39 33 33 05 00
+ 00 31 31 39 34 36 05 00 00 31 31 39 35 30 09 00
+ 00 50 61 74 69 73 73 69 65 72 05 00 00 31 31 39
+ 35 31 05 00 00 31 31 39 35 36 19 00 00 42 72 61
+ 6E 64 4D 61 6E 61 67 65 72 20 43 6F 72 70 2E 43
+ 6F 6D 6D 75 6E 2E 05 00 00 31 31 39 36 37 15 00
+ 00 45 78 65 63 75 74 69 76 65 2D 48 6F 75 73 65
+ 6B 65 65 70 65 72 05 00 00 31 31 39 36 39 19 00
+ 00 52 65 73 74 2E 2B 42 61 6E 71 75 65 74 20 53
+ 65 72 76 69 63 65 20 4D 67 72 05 00 00 31 31 39
+ 37 30 05 00 00 31 31 39 37 31 05 00 00 31 31 39
+ 37 38 05 00 00 31 31 39 38 37 14 00 00 53 61 63
+ 68 62 65 61 72 62 65 69 74 65 72 20 4B 61 73 73
+ 65 05 00 00 31 31 39 39 35 05 00 00 31 31 39 39
+ 36 13 00 00 45 78 65 63 75 74 69 76 65 20 41 73
+ 73 69 73 74 61 6E 74 05 00 00 31 32 30 30 30 04
+ 00 00 34 35 36 34 04 00 00 34 35 37 31 04 00 00
+ 34 35 37 36 04 00 00 34 35 39 32 0F 00 00 45 78
+ 74 65 72 6E 65 72 20 4B 75 72 69 65 72 01 00 00
+ 48 04 00 00 34 35 39 35 04 00 00 34 36 30 34 04
+ 00 00 34 36 30 38 0F 00 00 52 75 6E 2D 6F 66 66
+ 20 4D 61 6E 61 67 65 72 04 00 00 34 36 31 38 04
+ 00 00 34 36 34 31 04 00 00 34 37 32 37 10 00 00
+ 4D 69 74 61 72 62 65 69 74 65 72 49 6E 20 52 57
+ 04 00 00 34 37 32 38 04 00 00 34 38 36 35 04 00
+ 00 34 39 31 31 16 00 00 53 70 65 7A 2E 20 45 72
+ 64 62 65 62 65 6E 2F 53 79 73 74 65 6D 65 04 00
+ 00 34 39 33 33 04 00 00 34 39 33 34 04 00 00 34
+ 39 33 35 04 00 00 34 39 33 38 04 00 00 34 39 35
+ 31 13 00 00 54 4C 20 53 69 63 68 65 72 68 65 69
+ 74 73 6C 6F 67 65 6E 04 00 00 34 39 35 38 04 00
+ 00 34 39 37 30 14 00 00 53 70 61 6E 69 73 63 68
+ FC 62 65 72 73 65 74 7A 65 72 69 6E 04 00 00 34
+ 39 37 32 16 00 00 44 65 70 75 74 79 20 47 50 4D
+ 20 45 6E 67 69 6E 65 65 72 69 6E 67 04 00 00 34
+ 39 39 36 14 00 00 53 65 72 76 69 63 65 6D 69 74
+ 61 72 62 65 69 74 65 72 69 6E 04 00 00 35 30 30
+ 34 11 00 00 46 69 6E 61 6E 63 69 61 6C 20 4F 66
+ 66 69 63 65 72 04 00 00 35 30 30 39 04 00 00 35
+ 30 31 32 02 00 00 4A 4B 04 00 00 35 30 32 34 19
+ 00 00 48 65 61 64 20 4D 61 72 6B 65 74 2E 26 41
+ 63 74 2E 20 53 75 70 70 6F 72 74 04 00 00 35 30
+ 32 36 17 00 00 55 57 20 46 61 63 75 6C 74 61 74
+ 69 76 65 20 43 61 73 75 61 6C 74 79 04 00 00 35
+ 30 33 31 17 00 00 54 65 61 6D 6C 65 69 74 65 72
+ 20 45 69 6E 67 61 6E 67 73 70 6F 73 74 04 00 00
+ 35 30 33 39 04 00 00 35 30 35 34 04 00 00 35 30
+ 36 30 16 00 00 44 69 76 2E 20 4F 70 2E 20 4F 66
+ 66 69 63 65 72 20 28 44 4F 4F 29 04 00 00 35 30
+ 36 38 18 00 00 42 4C 20 47 72 6F 75 70 20 4F 66
+ 66 69 63 65 20 53 65 72 76 69 63 65 73 04 00 00
+ 35 30 37 35 18 00 00 43 6F 2D 65 64 69 74 6F 72
+ 20 61 6E 64 20 64 61 74 61 20 73 70 65 63 2E 04
+ 00 00 35 30 38 39 0A 00 00 41 63 63 6F 75 6E 74
+ 61 6E 74 04 00 00 35 31 31 36 14 00 00 4D 61 6E
+ 61 67 65 6D 65 6E 74 20 41 73 73 69 73 74 61 6E
+ 74 04 00 00 35 31 33 34 12 00 00 52 69 73 69 6B
+ 6F 73 70 65 7A 69 61 6C 69 73 74 69 6E 04 00 00
+ 35 31 34 37 04 00 00 35 31 36 35 0C 00 00 46 61
+ 63 68 2D 45 78 70 65 72 74 65 04 00 00 35 31 38
+ 31 04 00 00 35 31 38 36 13 00 00 50 72 6F 6A 65
+ 63 74 20 43 6F 6F 72 64 69 6E 61 74 6F 72 04 00
+ 00 35 32 30 37 04 00 00 35 32 30 39 11 00 00 52
+ 65 63 68 74 73 6B 6F 6E 73 75 6C 65 6E 74 69 6E
+ 04 00 00 35 32 31 35 04 00 00 35 32 31 39 04 00
+ 00 35 32 34 33 15 00 00 47 72 61 64 2E 44 65 76
+ 65 6C 2E 4D 67 72 2E 52 FC 73 63 68 2E 04 00 00
+ 35 32 35 31 19 00 00 53 79 73 74 65 6D 65 6E 74
+ 77 69 63 6B 6C 65 72 20 46 61 63 68 61 62 74 2E
+ 04 00 00 35 32 35 32 14 00 00 41 64 6D 69 6E 2E
+ 20 4D 69 74 61 72 62 65 69 74 65 72 69 6E 04 00
+ 00 35 32 36 33 0E 00 00 52 65 69 73 65 62 65 72
+ 61 74 65 72 69 6E 04 00 00 35 32 36 35 13 00 00
+ 54 72 61 69 6E 69 6E 67 20 43 6F 6E 73 75 6C 74
+ 61 6E 74 04 00 00 35 32 36 37 18 00 00 49 6E 66
+ 6F 72 6D 61 74 69 6F 6E 73 73 70 65 7A 69 61 6C
+ 69 73 74 69 6E 04 00 00 35 32 37 32 19 00 00 48
+ 65 61 64 20 6F 66 20 45 63 6F 6E 6F 6D 69 63 20
+ 52 65 73 65 61 72 63 68 04 00 00 35 32 38 32 11
+ 00 00 43 6C 69 65 6E 74 20 4D 61 6E 61 67 65 6D
+ 65 6E 74 04 00 00 35 32 38 33 04 00 00 35 32 39
+ 32 0C 00 00 52 65 69 73 65 62 65 72 61 74 65 72
+ 04 00 00 35 32 39 33 17 00 00 48 75 6D 61 6E 20
+ 52 65 73 6F 75 72 63 65 73 20 53 75 70 70 6F 72
+ 74 04 00 00 35 32 39 35 13 00 00 45 78 65 63 75
+ 74 69 76 65 20 53 65 63 72 65 74 61 72 79 04 00
+ 00 35 32 39 38 04 00 00 35 32 39 39 04 00 00 35
+ 33 30 33 14 00 00 54 65 61 6D 6C 65 69 74 65 72
+ 20 52 E9 63 2E 20 45 6E 67 65 04 00 00 35 33 30
+ 38 0B 00 00 41 73 73 69 73 74 65 6E 74 69 6E 04
+ 00 00 35 33 30 39 0D 00 00 50 6F 73 74 61 73 73
+ 69 73 74 65 6E 74 04 00 00 35 33 32 34 04 00 00
+ 35 33 33 31 04 00 00 35 33 34 31 13 00 00 44 65
+ 70 2E 20 48 65 61 64 20 53 65 63 72 65 74 61 72
+ 79 04 00 00 35 33 34 35 04 00 00 35 33 35 31 04
+ 00 00 35 33 35 33 0A 00 00 35 30 39 2D 33 34 35
+ 30 33 64 09 00 00 35 30 39 2D 33 34 35 30 33 09
+ 00 00 35 30 39 2D 33 34 35 30 34 09 00 00 35 30
+ 39 2D 33 34 35 30 35 09 00 00 35 30 39 2D 33 34
+ 35 30 36 09 00 00 35 30 39 2D 33 34 35 30 37 09
+ 00 00 35 30 39 2D 33 34 35 30 38 09 00 00 35 30
+ 39 2D 33 34 35 30 39 09 00 00 35 30 39 2D 33 34
+ 35 31 30 09 00 00 35 30 39 2D 33 34 35 31 31 09
+ 00 00 35 30 39 2D 33 34 35 31 32 09 00 00 35 30
+ 39 2D 33 34 35 31 33 09 00 00 35 30 39 2D 33 34
+ 35 31 34 09 00 00 35 30 39 2D 33 34 35 31 35 09
+ 00 00 35 30 39 2D 33 34 35 31 36 09 00 00 35 30
+ 39 2D 33 34 35 31 37 09 00 00 35 30 39 2D 33 34
+ 35 31 38 09 00 00 35 30 39 2D 33 34 35 31 39 09
+ 00 00 35 30 39 2D 33 34 35 32 30 09 00 00 35 30
+ 39 2D 33 34 35 32 31 09 00 00 35 30 39 2D 33 34
+ 35 32 32 09 00 00 35 30 39 2D 33 34 35 32 33 09
+ 00 00 35 30 39 2D 33 34 35 32 34 09 00 00 35 30
+ 39 2D 33 34 35 32 35 09 00 00 35 30 39 2D 33 34
+ 35 32 36 09 00 00 35 30 39 2D 33 34 35 32 37 09
+ 00 00 35 30 39 2D 33 34 35 32 38 09 00 00 35 30
+ 39 2D 33 34 35 32 39 09 00 00 35 30 39 2D 33 34
+ 35 33 30 09 00 00 35 30 39 2D 33 34 35 33 31 09
+ 00 00 35 30 39 2D 33 34 35 33 32 09 00 00 35 30
+ 39 2D 33 34 35 33 33 09 00 00 35 30 39 2D 33 34
+ 35 33 34 09 00 00 35 30 39 2D 33 34 35 33 35 09
+ 00 00 35 30 39 2D 33 34 35 33 36 09 00 00 35 30
+ 39 2D 33 34 35 33 37 09 00 00 35 30 39 2D 33 34
+ 35 33 38 09 00 00 35 30 39 2D 33 34 35 33 39 09
+ 00 00 35 30 39 2D 33 34 35 34 30 09 00 00 35 30
+ 39 2D 33 34 35 34 31 09 00 00 35 30 39 2D 33 34
+ 35 34 32 09 00 00 35 30 39 2D 33 34 35 34 33 09
+ 00 00 35 30 39 2D 33 34 35 34 34 09 00 00 35 30
+ 39 2D 33 34 35 34 35 09 00 00 35 30 39 2D 33 34
+ 35 34 36 09 00 00 35 30 39 2D 33 34 35 34 37 09
+ 00 00 35 30 39 2D 33 34 35 34 38 09 00 00 35 30
+ 39 2D 33 34 35 34 39 09 00 00 35 30 39 2D 33 34
+ 35 35 30 09 00 00 35 30 39 2D 33 34 35 35 31 09
+ 00 00 35 30 39 2D 33 34 35 35 32 09 00 00 35 30
+ 39 2D 33 34 35 35 33 09 00 00 35 30 39 2D 33 34
+ 35 35 34 09 00 00 35 30 39 2D 33 34 35 35 35 09
+ 00 00 35 30 39 2D 33 34 35 35 36 09 00 00 35 30
+ 39 2D 33 34 35 35 37 09 00 00 35 30 39 2D 33 34
+ 35 35 38 09 00 00 35 30 39 2D 33 34 35 35 39 09
+ 00 00 35 30 39 2D 33 34 35 36 30 09 00 00 35 30
+ 39 2D 33 34 35 36 31 09 00 00 35 30 39 2D 33 34
+ 35 36 32 09 00 00 35 30 39 2D 33 34 35 36 33 09
+ 00 00 35 30 39 2D 33 34 35 36 34 09 00 00 35 30
+ 39 2D 33 34 35 36 35 09 00 00 35 30 39 2D 33 34
+ 35 36 36 09 00 00 35 30 39 2D 33 34 35 36 37 09
+ 00 00 35 30 39 2D 33 34 35 36 38 09 00 00 35 30
+ 39 2D 33 34 35 36 39 09 00 00 35 30 39 2D 33 34
+ 35 37 30 09 00 00 35 30 39 2D 33 34 35 37 31 09
+ 00 00 35 30 39 2D 33 34 35 37 32 09 00 00 35 30
+ 39 2D 33 34 35 37 33 09 00 00 35 30 39 2D 33 34
+ 35 37 34 09 00 00 35 30 39 2D 33 34 35 37 35 09
+ 00 00 35 30 39 2D 33 34 35 37 36 09 00 00 35 30
+ 39 2D 33 34 35 37 37 09 00 00 35 30 39 2D 33 34
+ 35 37 38 09 00 00 35 30 39 2D 33 34 35 37 39 09
+ 00 00 35 30 39 2D 33 34 35 38 30 09 00 00 35 30
+ 39 2D 33 34 35 38 31 09 00 00 35 30 39 2D 33 34
+ 35 38 32 09 00 00 35 30 39 2D 33 34 35 38 33 09
+ 00 00 35 30 39 2D 33 34 35 38 34 09 00 00 35 30
+ 39 2D 33 34 35 38 35 09 00 00 35 30 39 2D 33 34
+ 35 38 36 09 00 00 35 30 39 2D 33 34 35 38 37 09
+ 00 00 35 30 39 2D 33 34 35 38 38 09 00 00 35 30
+ 39 2D 33 34 35 38 39 09 00 00 35 30 39 2D 33 34
+ 35 39 30 09 00 00 35 30 39 2D 33 34 35 39 31 09
+ 00 00 35 30 39 2D 33 34 35 39 32 09 00 00 35 30
+ 39 2D 33 34 35 39 33 09 00 00 35 30 39 2D 33 34
+ 35 39 34 09 00 00 35 30 39 2D 33 34 35 39 35 09
+ 00 00 35 30 39 2D 33 34 35 39 36 09 00 00 35 30
+ 39 2D 33 34 35 39 37 09 00 00 35 30 39 2D 33 34
+ 35 39 38 09 00 00 35 30 39 2D 33 34 35 39 39 09
+ 00 00 35 30 39 2D 33 34 36 30 30 09 00 00 35 30
+ 39 2D 33 34 36 30 31 09 00 00 35 30 39 2D 33 34
+ 36 30 32 09 00 00 35 30 39 2D 33 34 36 30 33 09
+ 00 00 35 30 39 2D 33 34 36 30 34 09 00 00 35 30
+ 39 2D 33 34 36 30 35 09 00 00 35 30 39 2D 33 34
+ 36 30 36 09 00 00 35 30 39 2D 33 34 36 30 37 09
+ 00 00 35 30 39 2D 33 34 36 30 38 09 00 00 35 30
+ 39 2D 33 34 36 30 39 09 00 00 35 30 39 2D 33 34
+ 36 31 30 09 00 00 35 30 39 2D 33 34 36 31 31 09
+ 00 00 35 30 39 2D 33 34 36 31 32 09 00 00 35 30
+ 39 2D 33 34 36 31 33 09 00 00 35 30 39 2D 33 34
+ 36 31 34 09 00 00 35 30 39 2D 33 34 36 31 35 09
+ 00 00 35 30 39 2D 33 34 36 31 36 09 00 00 35 30
+ 39 2D 33 34 36 31 37 09 00 00 35 30 39 2D 33 34
+ 36 31 38 09 00 00 35 30 39 2D 33 34 36 31 39 09
+ 00 00 35 30 39 2D 33 34 36 32 30 09 00 00 35 30
+ 39 2D 33 34 36 32 31 09 00 00 35 30 39 2D 33 34
+ 36 32 32 09 00 00 35 30 39 2D 33 34 36 32 33 09
+ 00 00 35 30 39 2D 33 34 36 32 34 09 00 00 35 30
+ 39 2D 33 34 36 32 35 09 00 00 35 30 39 2D 33 34
+ 36 32 36 09 00 00 35 30 39 2D 33 34 36 32 37 09
+ 00 00 35 30 39 2D 33 34 36 32 38 09 00 00 35 30
+ 39 2D 33 34 36 32 39 09 00 00 35 30 39 2D 33 34
+ 36 33 30 09 00 00 35 30 39 2D 33 34 36 33 31 09
+ 00 00 35 30 39 2D 33 34 36 33 32 09 00 00 35 30
+ 39 2D 33 34 36 33 33 09 00 00 35 30 39 2D 33 34
+ 36 33 34 09 00 00 35 30 39 2D 33 34 36 33 35 09
+ 00 00 35 30 39 2D 33 34 36 33 36 09 00 00 35 30
+ 39 2D 33 34 36 33 37 09 00 00 35 30 39 2D 33 34
+ 36 33 38 09 00 00 35 30 39 2D 33 34 36 33 39 09
+ 00 00 35 30 39 2D 33 34 36 34 30 09 00 00 35 30
+ 39 2D 33 34 36 34 31 09 00 00 35 30 39 2D 33 34
+ 36 34 32 09 00 00 35 30 39 2D 33 34 36 34 33 09
+ 00 00 35 30 39 2D 33 34 36 34 34 09 00 00 35 30
+ 39 2D 33 34 36 34 35 09 00 00 35 30 39 2D 33 34
+ 36 34 36 09 00 00 35 30 39 2D 33 34 36 34 37 09
+ 00 00 35 30 39 2D 33 34 36 34 38 09 00 00 35 30
+ 39 2D 33 34 36 34 39 09 00 00 35 30 39 2D 33 34
+ 36 35 30 09 00 00 35 30 39 2D 33 34 36 35 31 09
+ 00 00 35 30 39 2D 33 34 36 35 32 09 00 00 35 30
+ 39 2D 33 34 36 35 33 09 00 00 35 30 39 2D 33 34
+ 36 35 34 03 00 00 73 64 66 0D 00 00 6D 79 20 73
+ 75 70 65 72 76 69 73 6F 72 01 00 00 3F 08 00 00
+ 78 78 78 79 79 79 32 33 0E 00 00 34 31 20 31 20
+ 78 78 78 20 39 39 20 39 39 08 00 00 75 6E 68 6B
+ 6E 6F 77 6E 05 00 00 68 65 75 74 65 0A 00 00 74
+ 68 69 73 20 6D 6F 6E 74 68 11 00 00 6D 79 20 72
+ 65 70 6F 72 74 69 6E 67 20 75 6E 69 74 05 00 00
+ 49 74 61 6C 79 0C 00 00 75 73 64 20 33 33 33 33
+ 33 2C 33 34 13 00 00 75 73 64 20 33 33 33 34 20
+ 2B 20 47 50 44 20 33 33 34 35 06 00 00 6B 65 69
+ 6E 65 72 07 00 00 33 31 2E 32 2E 36 33 03 00 00
+ 20 43 48 04 00 00 38 34 38 31 04 00 00 38 34 38
+ 34 04 00 00 38 34 39 31 04 00 00 38 34 39 33 02
+ 00 00 53 56 04 00 00 38 34 39 34 19 00 00 44 65
+ 70 2E 48 65 61 64 20 6F 66 20 49 6E 74 65 72 6C
+ 69 6E 65 20 4D 67 74 04 00 00 38 35 30 30 04 00
+ 00 38 35 30 35 04 00 00 38 35 31 33 04 00 00 38
+ 35 31 34 04 00 00 38 35 31 37 04 00 00 38 35 31
+ 38 04 00 00 38 35 32 38 04 00 00 38 35 32 39 04
+ 00 00 38 35 33 30 04 00 00 38 35 33 33 04 00 00
+ 38 35 33 34 04 00 00 38 35 34 31 04 00 00 38 35
+ 34 33 04 00 00 38 35 34 35 15 00 00 53 70 65 63
+ 69 61 6C 69 73 74 20 65 2D 43 6F 6D 6D 65 72 63
+ 65 04 00 00 38 35 34 36 17 00 00 46 61 63 68 72
+ 65 66 65 72 65 6E 74 69 6E 20 43 61 73 75 61 6C
+ 74 79 04 00 00 38 35 34 38 03 00 00 5A 57 44 04
+ 00 00 38 35 35 30 04 00 00 38 35 35 32 14 00 00
+ 46 69 6E 61 6E 63 69 61 6C 20 41 63 63 6F 75 6E
+ 74 61 6E 74 04 00 00 38 35 35 36 04 00 00 38 35
+ 35 38 04 00 00 38 35 36 33 04 00 00 38 35 37 36
+ 03 00 00 49 54 4C 04 00 00 38 35 38 32 04 00 00
+ 38 35 38 37 13 00 00 53 70 65 7A 69 61 6C 69 73
+ 74 20 45 72 64 62 65 62 65 6E 03 00 00 45 53 50
+ 04 00 00 38 35 39 37 04 00 00 38 36 30 32 03 00
+ 00 46 52 46 04 00 00 38 36 30 37 04 00 00 38 36
+ 30 38 04 00 00 38 36 31 36 03 00 00 43 4E 59 04
+ 00 00 38 36 32 30 03 00 00 48 4B 44 04 00 00 38
+ 36 32 32 04 00 00 38 36 32 37 12 00 00 65 2D 61
+ 6C 6C 69 61 6E 63 65 20 6D 61 6E 61 67 65 72 03
+ 00 00 4B 52 57 04 00 00 38 36 33 33 04 00 00 38
+ 36 33 38 0D 00 00 48 65 61 64 20 6F 66 20 4C 45
+ 2F 42 49 04 00 00 38 36 34 30 04 00 00 38 36 34
+ 35 03 00 00 54 57 44 04 00 00 38 36 34 36 04 00
+ 00 38 36 36 33 13 00 00 50 72 6F 6A 65 6B 74 2D
+ 41 73 73 69 73 74 65 6E 74 69 6E 04 00 00 38 36
+ 36 34 04 00 00 38 36 36 36 04 00 00 38 36 36 39
+ 04 00 00 38 36 37 37 0F 00 00 4C 69 66 65 20 4D
+ 61 6E 61 67 65 72 20 48 4B 04 00 00 38 36 38 32
+ 18 00 00 4D 65 6D 62 65 72 20 45 78 65 63 75 74
+ 69 76 65 20 54 65 61 6D 20 45 55 02 00 00 4C 4C
+ 04 00 00 38 36 39 36 0B 00 00 4B 56 2D 4C 65 68
+ 72 6C 69 6E 67 04 00 00 38 36 39 37 04 00 00 38
+ 36 39 39 04 00 00 38 37 30 30 04 00 00 38 37 30
+ 31 03 00 00 44 45 4D 04 00 00 38 37 30 32 04 00
+ 00 38 37 30 34 04 00 00 38 37 30 35 03 00 00 43
+ 4F 50 04 00 00 38 37 30 36 04 00 00 38 37 30 37
+ 04 00 00 38 37 31 30 04 00 00 38 37 31 32 0F 00
+ 00 4D 65 64 69 61 20 41 73 73 69 73 74 61 6E 74
+ 04 00 00 38 37 31 36 04 00 00 38 37 31 37 13 00
+ 00 48 65 61 64 20 6F 66 20 4C 41 2F 4C 45 2F 4C
+ 4E 20 49 54 03 00 00 42 45 46 04 00 00 38 37 32
+ 31 13 00 00 4C 65 69 74 65 72 20 52 65 63 68 74
+ 73 64 69 65 6E 73 74 04 00 00 38 37 32 37 04 00
+ 00 38 37 32 38 04 00 00 38 37 34 32 03 00 00 56
+ 45 42 04 00 00 38 37 34 33 04 00 00 38 37 34 34
+ 04 00 00 38 37 35 39 16 00 00 53 70 65 7A 69 61
+ 6C 69 73 74 20 53 74 75 72 6D 2F 4D 65 74 65 6F
+ 04 00 00 38 37 36 30 04 00 00 38 37 36 32 04 00
+ 00 38 37 36 38 04 00 00 38 37 37 35 04 00 00 38
+ 37 37 39 04 00 00 38 37 38 36 19 00 00 48 65 61
+ 64 20 4D 65 64 65 78 20 4D 6F 6E 69 74 6F 72 69
+ 6E 67 55 6E 69 74 04 00 00 38 37 38 37 17 00 00
+ 48 65 61 64 20 52 69 73 6B 20 4D 67 6D 74 20 26
+ 20 4D 61 67 6E 75 6D 04 00 00 38 38 31 37 04 00
+ 00 38 38 32 33 04 00 00 38 38 33 34 04 00 00 38
+ 38 33 38 04 00 00 38 38 33 39 04 00 00 38 38 35
+ 34 16 00 00 48 65 61 64 20 6F 66 20 47 6C 6F 62
+ 61 6C 20 43 6C 69 65 6E 74 73 04 00 00 38 38 36
+ 34 04 00 00 38 38 36 35 04 00 00 38 38 36 38 19
+ 00 00 43 6C 61 69 6D 73 2F 50 6F 72 74 66 6F 6C
+ 69 6F 20 41 73 73 2E 4D 61 6E 2E 04 00 00 38 38
+ 37 38 14 00 00 54 65 61 6D 6C 65 69 74 65 72 69
+ 6E 20 53 65 72 76 69 63 65 04 00 00 38 38 39 32
+ 04 00 00 38 38 39 33 19 00 00 47 72 6C 2E 20 54
+ 65 6C 65 6D 61 74 69 6B 2F 41 56 2D 54 65 63 68
+ 6E 69 6B 04 00 00 38 38 39 34 0D 00 00 54 65 6C
+ 65 6D 61 74 69 6B 65 72 69 6E 04 00 00 38 38 39
+ 37 04 00 00 38 39 30 30 13 00 00 50 72 6F 67 72
+ 61 6D 20 43 6F 6F 72 64 69 6E 61 74 6F 72 04 00
+ 00 38 39 30 35 03 00 00 52 55 52 04 00 00 38 39
+ 30 37 10 00 00 47 65 62 E4 75 64 65 74 65 63 68
+ 6E 69 6B 65 72 04 00 00 38 39 31 30 04 00 00 38
+ 39 31 32 15 00 00 53 74 6F 72 61 67 65 20 41 64
+ 6D 69 6E 69 73 74 72 61 74 6F 72 04 00 00 38 39
+ 32 35 04 00 00 38 39 33 37 14 00 00 52 65 67 69
+ 6F 6E 61 6C 20 49 47 50 20 4D 61 6E 61 67 65 72
+ 04 00 00 38 39 33 38 04 00 00 38 39 34 31 04 00
+ 00 38 39 34 33 04 00 00 38 39 34 35 04 00 00 38
+ 39 34 38 04 00 00 38 39 35 38 04 00 00 38 39 36
+ 33 07 00 00 41 75 64 69 74 6F 72 04 00 00 38 39
+ 36 34 04 00 00 39 30 38 30 18 00 00 49 6E 76 2E
+ 20 50 72 6F 66 2E 2F 4C 65 67 61 6C 20 43 6F 75
+ 6E 73 65 6C 04 00 00 39 30 38 31 04 00 00 39 30
+ 38 35 04 00 00 39 31 30 37 0F 00 00 50 61 79 72
+ 6F 6C 6C 20 53 75 70 70 6F 72 74 04 00 00 39 31
+ 31 34 11 00 00 41 73 73 69 73 74 61 6E 74 20 41
+ 63 74 75 61 72 79 03 00 00 35 38 34 04 00 00 39
+ 31 31 38 04 00 00 39 31 32 31 04 00 00 39 31 34
+ 35 16 00 00 41 73 73 2E 20 46 69 6E 61 6E 63 69
+ 61 6C 20 4F 66 66 69 63 65 72 04 00 00 39 31 34
+ 36 0C 00 00 4B 6F 63 68 6C 65 68 72 6C 69 6E 67
+ 04 00 00 39 31 34 37 04 00 00 39 31 34 38 04 00
+ 00 39 31 34 39 04 00 00 39 31 35 35 04 00 00 39
+ 31 35 39 04 00 00 39 31 37 31 04 00 00 39 31 37
+ 35 18 00 00 53 70 65 63 69 61 6C 20 41 73 73 69
+ 67 2E 26 4C 6F 67 69 73 74 69 63 73 04 00 00 39
+ 31 38 35 04 00 00 39 31 38 36 04 00 00 39 31 38
+ 39 04 00 00 39 32 30 35 04 00 00 39 32 30 37 19
+ 00 00 44 65 70 75 74 79 20 43 68 69 65 66 20 4D
+ 65 64 69 63 61 6C 20 4F 66 66 2E 04 00 00 39 32
+ 35 35 16 00 00 48 65 61 64 20 6F 66 20 49 6E 74
+ 65 72 6C 69 6E 65 20 4D 67 74 2E 04 00 00 39 33
+ 30 33 04 00 00 39 33 31 37 04 00 00 39 33 32 35
diff --git a/test-data/spreadsheet/BigSSTRecord2CR2 b/test-data/spreadsheet/BigSSTRecord2CR2
new file mode 100755 (executable)
index 0000000..05aa7e9
--- /dev/null
@@ -0,0 +1,515 @@
+ 3C 00 20 20 04 00 00 39 33 34 35 04 00 00 39 33
+ 35 39 10 00 00 48 65 61 64 20 6F 66 20 49 41 20
+ 4D 67 6D 74 2E 04 00 00 39 34 33 31 04 00 00 39
+ 34 34 35 0A 00 00 49 54 20 53 75 70 70 6F 72 74
+ 04 00 00 39 34 34 39 04 00 00 39 34 36 37 04 00
+ 00 39 34 38 35 04 00 00 39 34 38 37 19 00 00 47
+ 72 6C 2E 20 46 69 6E 61 6E 63 69 61 6C 20 41 63
+ 63 6F 75 6E 74 69 6E 67 04 00 00 39 34 38 39 04
+ 00 00 39 35 30 31 04 00 00 39 35 30 33 04 00 00
+ 39 35 30 39 11 00 00 54 65 61 6D 6C 65 69 74 65
+ 72 20 55 6D 7A FC 67 65 04 00 00 39 35 31 33 04
+ 00 00 39 35 32 37 04 00 00 39 35 35 35 04 00 00
+ 39 35 37 31 04 00 00 39 35 37 33 04 00 00 39 35
+ 39 39 04 00 00 39 36 30 37 04 00 00 39 36 35 37
+ 19 00 00 50 6F 72 74 75 67 69 65 73 69 73 63 68
+ FC 62 65 72 73 65 74 7A 65 72 69 6E 04 00 00 39
+ 36 35 39 0B 00 00 50 52 2D 52 65 64 61 6B 74 6F
+ 72 04 00 00 39 36 38 37 18 00 00 55 6D 77 65 6C
+ 74 73 63 68 75 74 7A 62 65 61 75 66 74 72 61 67
+ 74 65 72 04 00 00 39 37 30 35 19 00 00 48 65 61
+ 64 20 54 65 63 68 6E 2E 20 53 75 70 70 6F 72 74
+ 20 4C 41 2F 49 54 04 00 00 39 37 31 33 04 00 00
+ 39 37 32 33 16 00 00 48 65 61 6C 74 68 20 43 61
+ 72 65 20 53 70 65 63 69 61 6C 69 73 74 04 00 00
+ 39 37 33 31 04 00 00 39 37 34 39 0C 00 00 52 69
+ 73 6B 20 41 6E 61 6C 79 73 74 04 00 00 39 37 35
+ 35 04 00 00 39 37 35 39 04 00 00 39 37 36 33 04
+ 00 00 39 38 32 35 14 00 00 4D 61 72 6B 65 74 69
+ 6E 67 20 52 FC 73 63 68 6C 69 6B 6F 6E 04 00 00
+ 39 38 33 35 16 00 00 46 69 6E 61 6E 63 2E 53 6F
+ 6C 75 74 69 6F 6E 73 20 43 6F 6E 73 2E 04 00 00
+ 39 38 33 39 04 00 00 39 38 36 35 04 00 00 39 38
+ 36 39 19 00 00 50 72 6F 6A 65 6B 74 6C 2E 20 46
+ 69 6E 2E 20 41 63 63 6F 75 6E 74 69 6E 67 04 00
+ 00 39 38 38 33 13 00 00 48 52 2D 4D 49 53 20 55
+ 73 65 72 20 53 75 70 70 6F 72 74 04 00 00 39 38
+ 38 35 12 00 00 48 65 61 64 20 6F 66 20 43 6C 61
+ 69 6D 73 20 4D 67 74 04 00 00 39 38 38 37 04 00
+ 00 39 38 39 39 03 00 00 50 4C 5A 04 00 00 39 39
+ 31 33 04 00 00 39 39 32 30 03 00 00 53 47 44 04
+ 00 00 39 39 32 32 04 00 00 39 39 33 30 04 00 00
+ 39 39 35 31 0E 00 00 4D 44 2D 41 73 73 69 73 74
+ 65 6E 74 69 6E 04 00 00 39 39 35 33 04 00 00 39
+ 39 36 31 19 00 00 47 72 6F 75 70 20 50 72 6F 64
+ 2E 4D 61 6E 61 67 2E 43 61 73 75 61 6C 74 79 0D
+ 00 00 4E 65 77 20 59 6F 72 6B 2C 20 55 53 41 04
+ 00 00 39 39 36 33 04 00 00 39 39 37 33 04 00 00
+ 39 39 37 35 04 00 00 39 39 38 36 05 00 00 31 30
+ 30 31 38 05 00 00 31 30 30 32 34 05 00 00 31 30
+ 30 32 36 05 00 00 31 30 30 32 39 05 00 00 31 30
+ 30 33 31 05 00 00 31 30 30 34 33 19 00 00 50 72
+ 6F 6A 27 6D 69 74 61 72 62 65 69 74 65 72 20 46
+ 61 63 68 61 62 74 2E 05 00 00 31 30 30 34 37 05
+ 00 00 31 30 30 35 39 05 00 00 31 30 30 36 33 05
+ 00 00 31 30 30 36 39 05 00 00 31 30 30 37 31 03
+ 00 00 4A 50 59 05 00 00 31 30 30 37 33 05 00 00
+ 31 30 30 37 35 19 00 00 47 72 75 70 70 65 6E 6C
+ 65 69 74 65 72 20 50 6F 73 74 64 69 65 6E 73 74
+ 65 05 00 00 31 30 30 38 31 14 00 00 54 4C 20 47
+ 65 62 E4 75 64 65 6D 61 6E 61 67 65 6D 65 6E 74
+ 05 00 00 31 30 30 38 33 11 00 00 43 6C 61 69 6D
+ 73 20 43 6F 6E 73 75 6C 74 61 6E 74 05 00 00 31
+ 30 30 39 31 05 00 00 31 30 30 39 35 05 00 00 31
+ 30 30 39 39 05 00 00 31 30 31 37 32 12 00 00 47
+ 72 75 70 70 65 6E 6C 65 69 74 65 72 20 46 69 62
+ 75 05 00 00 31 30 31 38 32 05 00 00 31 30 31 38
+ 38 05 00 00 31 30 31 39 34 12 00 00 45 69 6E 72
+ 69 63 68 74 75 6E 67 73 70 6C 61 6E 65 72 05 00
+ 00 31 30 31 39 36 05 00 00 31 30 32 30 30 05 00
+ 00 31 30 32 30 34 0D 00 00 49 47 50 20 41 73 73
+ 6F 63 69 61 74 65 05 00 00 31 30 32 33 36 0F 00
+ 00 50 72 6F 6A 65 63 74 20 4F 66 66 69 63 65 72
+ 05 00 00 31 30 32 36 30 05 00 00 31 30 32 36 32
+ 03 00 00 4E 4C 47 05 00 00 31 30 32 38 30 05 00
+ 00 31 30 32 39 38 05 00 00 31 30 33 32 38 05 00
+ 00 31 30 33 33 34 0E 00 00 44 65 70 75 74 79 20
+ 48 65 61 64 20 43 58 05 00 00 31 30 33 33 38 05
+ 00 00 31 30 33 35 30 05 00 00 31 30 33 37 30 05
+ 00 00 31 30 33 37 34 13 00 00 4C 65 69 74 65 72
+ 20 45 69 6E 6B 61 75 66 20 53 52 47 53 05 00 00
+ 31 30 33 39 32 15 00 00 41 62 74 65 69 6C 75 6E
+ 67 73 2D 53 65 6B 72 65 74 E4 72 69 6E 05 00 00
+ 31 30 33 39 34 05 00 00 31 30 33 39 36 05 00 00
+ 31 30 33 39 38 15 00 00 41 63 63 6F 75 6E 74 61
+ 6E 74 20 47 72 6F 75 70 20 52 65 70 2E 05 00 00
+ 31 30 34 30 30 05 00 00 31 30 34 33 31 05 00 00
+ 31 30 35 30 37 05 00 00 31 30 35 32 37 05 00 00
+ 31 30 35 35 32 05 00 00 31 30 35 35 36 05 00 00
+ 31 30 35 35 37 18 00 00 43 68 69 65 66 20 41 63
+ 63 6F 75 6E 74 69 6E 67 20 4F 66 66 69 63 65 72
+ 12 00 00 4D 61 6E 2E 20 4C 65 67 61 6C 20 43 6F
+ 75 6E 73 65 6C 04 00 00 34 31 33 32 11 00 00 50
+ 4C 20 4B 6F 6E 73 6F 6C 69 64 69 65 72 75 6E 67
+ 04 00 00 34 31 33 33 04 00 00 34 31 33 34 17 00
+ 00 48 75 6D 61 6E 20 52 65 73 6F 75 72 63 65 73
+ 20 4D 61 6E 61 67 65 72 04 00 00 34 31 35 30 04
+ 00 00 34 31 35 37 04 00 00 34 31 36 37 13 00 00
+ 53 65 6E 2E 20 46 69 6E 61 6E 63 69 61 6C 20 41
+ 63 63 2E 04 00 00 34 32 30 35 04 00 00 34 32 30
+ 38 13 00 00 53 65 63 72 65 74 61 72 79 2F 41 73
+ 73 69 73 74 61 6E 74 04 00 00 34 32 31 39 04 00
+ 00 34 32 32 37 04 00 00 34 32 32 39 10 00 00 43
+ 6F 6D 6D 2E 20 53 70 65 63 69 61 6C 69 73 74 04
+ 00 00 34 32 33 36 19 00 00 44 65 70 2E 48 65 61
+ 64 20 52 4E 2F 48 65 61 64 20 43 61 74 53 75 70
+ 70 2E 04 00 00 34 32 33 38 04 00 00 34 32 34 32
+ 04 00 00 34 32 34 37 04 00 00 34 32 35 35 04 00
+ 00 34 32 36 32 11 00 00 44 65 70 75 74 79 20 48
+ 65 61 64 20 6F 66 20 49 46 04 00 00 34 32 36 39
+ 16 00 00 53 65 72 76 69 63 65 66 61 63 68 6D 69
+ 74 61 72 62 65 69 74 65 72 04 00 00 34 32 37 37
+ 09 00 00 43 68 61 75 66 66 65 75 72 04 00 00 34
+ 32 38 33 0E 00 00 52 E9 63 65 70 74 69 6F 6E 69
+ 73 74 69 6E 04 00 00 34 32 38 34 02 00 00 4D 4D
+ 04 00 00 34 32 38 39 13 00 00 53 65 6E 69 6F 72
+ 20 52 69 73 6B 20 41 6E 61 6C 79 73 74 04 00 00
+ 34 33 30 36 04 00 00 34 33 30 39 19 00 00 48 65
+ 61 64 20 6F 66 20 43 6F 6E 74 72 61 63 74 20 53
+ 65 72 76 69 63 65 73 04 00 00 34 33 31 36 15 00
+ 00 43 6F 6D 6D 2E 20 41 73 73 2E 20 52 FC 73 63
+ 68 6C 69 6B 6F 6E 04 00 00 34 33 33 31 04 00 00
+ 34 33 33 32 18 00 00 47 72 6F 75 70 20 43 6F 6D
+ 70 6C 69 61 6E 63 65 20 4F 66 66 69 63 65 72 04
+ 00 00 34 33 34 32 02 00 00 56 4F 04 00 00 34 33
+ 34 35 10 00 00 53 65 6E 69 6F 72 20 45 63 6F 6E
+ 6F 6D 69 73 74 04 00 00 34 33 34 36 16 00 00 47
+ 72 6C 2E 20 47 65 6E 65 72 61 6C 20 4C 65 64 67
+ 65 72 20 5A 48 04 00 00 34 33 34 39 04 00 00 34
+ 33 35 32 10 00 00 4D 65 64 69 61 20 43 6F 6E 73
+ 75 6C 74 61 6E 74 04 00 00 34 33 35 39 14 00 00
+ 47 72 61 66 69 73 63 68 65 20 53 61 63 68 62 65
+ 61 72 62 2E 02 00 00 4C 48 04 00 00 34 33 36 32
+ 14 00 00 50 72 6F 6A 65 63 74 73 20 53 52 41 20
+ 48 6F 6C 64 69 6E 67 04 00 00 34 33 36 39 04 00
+ 00 34 33 38 34 0D 00 00 41 63 63 6F 75 6E 74 69
+ 6E 67 20 50 56 04 00 00 34 33 39 39 04 00 00 34
+ 34 30 32 04 00 00 34 34 31 31 01 00 00 44 04 00
+ 00 34 34 32 32 04 00 00 34 34 32 39 04 00 00 34
+ 34 35 36 04 00 00 34 34 35 37 12 00 00 54 65 63
+ 68 6E 2E 20 4D 69 74 61 72 62 65 69 74 65 72 04
+ 00 00 34 34 35 38 16 00 00 54 65 61 6D 6C 65 69
+ 74 65 72 20 53 70 6F 72 74 61 6E 6C 61 67 65 04
+ 00 00 34 34 36 32 16 00 00 54 65 61 6D 6C 65 69
+ 74 65 72 69 6E 20 52 E9 63 65 70 74 69 6F 6E 04
+ 00 00 34 34 36 34 04 00 00 34 34 36 39 04 00 00
+ 34 34 37 39 15 00 00 47 72 6C 2E 20 42 65 74 72
+ 69 65 62 20 41 64 6C 69 73 77 69 6C 04 00 00 34
+ 34 38 30 04 00 00 34 34 38 31 11 00 00 54 4C 20
+ 42 65 74 72 69 65 62 73 64 69 65 6E 73 74 04 00
+ 00 34 34 38 32 12 00 00 42 65 74 72 69 65 62 73
+ 65 6C 65 6B 74 72 69 6B 65 72 04 00 00 34 34 39
+ 32 11 00 00 45 78 65 63 75 74 69 76 65 20 53 75
+ 70 70 6F 72 74 04 00 00 34 35 33 35 04 00 00 34
+ 35 34 30 04 00 00 34 35 36 30 19 00 00 4C 65 61
+ 72 6E 69 6E 67 26 44 65 76 65 6C 6F 70 2E 20 4D
+ 61 6E 61 67 65 72 06 00 00 6D 79 6E 61 6D 65 0B
+ 00 00 6D 79 66 69 72 73 74 6E 61 6D 65 04 00 00
+ 37 38 37 35 19 00 00 53 65 6D 69 6E 61 72 20 26
+ 20 54 72 61 69 6E 69 6E 67 20 43 6F 6F 72 64 2E
+ 04 00 00 37 38 37 37 19 00 00 47 72 6F 75 70 20
+ 4D 61 6E 61 67 65 6D 65 6E 74 20 44 65 76 65 6C
+ 6F 70 2E 03 00 00 31 33 37 04 00 00 37 38 38 38
+ 04 00 00 37 38 39 37 03 00 00 5A 41 52 04 00 00
+ 37 39 31 32 18 00 00 48 65 61 64 20 6F 66 20 49
+ 6E 66 6F 72 6D 61 74 69 6F 6E 20 4D 67 6D 74 04
+ 00 00 37 39 31 35 04 00 00 37 39 31 39 04 00 00
+ 37 39 34 36 04 00 00 37 39 35 32 04 00 00 37 39
+ 36 36 04 00 00 37 39 39 36 04 00 00 38 30 30 32
+ 04 00 00 38 30 30 36 04 00 00 38 30 30 37 04 00
+ 00 38 30 31 30 04 00 00 38 30 33 33 04 00 00 38
+ 30 33 38 0B 00 00 54 65 72 6D 69 6E 6F 6C 6F 67
+ 65 04 00 00 38 30 34 32 04 00 00 38 30 34 34 04
+ 00 00 38 30 35 32 04 00 00 38 30 35 33 04 00 00
+ 38 30 35 39 04 00 00 38 30 36 35 0B 00 00 56 52
+ 2D 53 65 6B 72 65 74 E4 72 04 00 00 38 30 38 32
+ 04 00 00 38 30 38 35 04 00 00 38 30 38 36 19 00
+ 00 50 6F 72 74 75 67 69 65 73 69 73 63 68 2D 55
+ 65 62 65 72 73 65 74 7A 65 72 04 00 00 38 30 38
+ 38 04 00 00 38 30 39 35 12 00 00 4F 70 65 72 61
+ 74 69 6F 6E 73 20 4D 61 6E 61 67 65 72 04 00 00
+ 38 31 30 31 18 00 00 47 72 6C 2E 20 52 61 75 6D
+ 62 65 77 69 72 74 73 63 68 61 66 74 75 6E 67 04
+ 00 00 38 31 30 34 04 00 00 38 31 30 35 04 00 00
+ 38 31 30 37 13 00 00 48 65 61 64 20 6F 66 20 46
+ 6C 6F 6F 64 20 47 72 6F 75 70 04 00 00 38 31 30
+ 38 04 00 00 38 31 31 33 04 00 00 38 31 31 37 04
+ 00 00 38 31 31 38 03 00 00 35 33 30 04 00 00 38
+ 31 32 32 11 00 00 54 65 63 68 6E 69 63 61 6C 20
+ 53 75 70 70 6F 72 74 04 00 00 38 31 33 39 04 00
+ 00 38 31 34 33 04 00 00 38 31 34 35 19 00 00 48
+ 65 61 64 20 6F 66 20 52 69 73 63 20 52 65 70 2F
+ 53 74 65 65 72 69 6E 67 04 00 00 38 31 34 37 04
+ 00 00 38 31 34 38 04 00 00 38 31 34 39 04 00 00
+ 38 31 35 30 04 00 00 38 31 35 34 04 00 00 38 31
+ 35 39 0D 00 00 43 6C 61 69 6D 73 20 45 78 70 65
+ 72 74 04 00 00 38 31 37 30 04 00 00 38 31 38 37
+ 18 00 00 48 65 61 64 20 6F 66 20 48 52 20 53 79
+ 73 74 65 6D 73 26 43 6F 6D 70 2E 04 00 00 38 31
+ 39 34 04 00 00 38 31 39 35 0C 00 00 49 54 2D 53
+ 75 70 70 6F 72 74 65 72 04 00 00 38 31 39 37 04
+ 00 00 38 31 39 38 0F 00 00 52 69 73 69 6B 6F 69
+ 6E 67 65 6E 69 65 75 72 04 00 00 38 32 30 39 04
+ 00 00 38 32 31 35 04 00 00 38 32 31 36 0D 00 00
+ 49 54 2D 53 70 65 63 69 61 6C 69 73 74 04 00 00
+ 38 32 32 37 18 00 00 53 61 63 68 62 2E 4B 75 6E
+ 64 65 6E 67 65 73 63 68 2E 2F 50 75 62 6C 2E 04
+ 00 00 38 32 33 30 04 00 00 38 32 33 34 04 00 00
+ 38 32 33 37 04 00 00 38 32 33 39 07 00 00 43 6F
+ 75 6E 74 72 79 08 00 00 44 69 76 69 73 69 6F 6E
+ 0B 00 00 44 61 74 65 4F 66 42 69 72 74 68 0B 00
+ 00 44 61 74 65 4F 66 45 6E 74 72 79 03 00 00 53
+ 65 78 08 00 00 46 75 6E 63 74 69 6F 6E 0A 00 00
+ 53 75 70 65 72 76 69 73 6F 72 08 00 00 43 75 72
+ 72 65 6E 63 79 03 00 00 33 32 34 02 00 00 43 48
+ 06 00 00 5A 75 72 69 63 68 01 00 00 50 02 00 00
+ 49 53 02 00 00 43 53 03 00 00 32 39 32 01 00 00
+ 4D 11 00 00 47 72 6C 2E 20 41 63 63 65 73 73 20
+ 4D 67 6D 74 2E 02 00 00 4E 6F 03 00 00 55 53 44
+ 01 00 00 30 02 00 00 50 45 03 00 00 32 39 38 16
+ 00 00 53 65 6E 69 6F 72 20 53 79 73 74 65 6D 20
+ 45 6E 67 69 6E 65 65 72 03 00 00 32 39 39 18 00
+ 00 4D 65 6D 62 65 72 20 45 78 65 63 75 74 69 76
+ 65 20 54 65 61 6D 20 49 54 01 00 00 4F 02 00 00
+ 52 47 02 00 00 54 54 03 00 00 33 31 32 0F 00 00
+ 54 65 6D 70 6F 72 61 72 79 20 73 74 61 66 66 01
+ 00 00 51 02 00 00 42 4F 01 00 00 32 17 00 00 47
+ 72 6F 75 70 20 4E 6F 6E 20 4C 69 66 65 20 52 65
+ 69 6E 73 75 72 2E 02 00 00 36 31 10 00 00 41 73
+ 73 69 73 74 65 6E 74 20 64 65 72 20 47 4C 01 00
+ 00 4A 02 00 00 46 52 02 00 00 52 41 02 00 00 38
+ 31 0E 00 00 53 65 6B 74 69 6F 6E 73 6C 65 69 74
+ 65 72 02 00 00 48 53 02 00 00 43 4F 03 00 00 31
+ 30 39 0F 00 00 50 61 79 72 6F 6C 6C 20 4D 61 6E
+ 61 67 65 72 03 00 00 31 34 30 02 00 00 49 45 03
+ 00 00 31 34 37 14 00 00 50 72 6F 6A 65 6B 74 2D
+ 42 65 61 75 66 74 72 61 67 74 65 72 02 00 00 52
+ 50 03 00 00 31 34 38 19 00 00 48 65 61 64 20 6F
+ 66 20 47 72 6F 75 70 20 50 4D 20 50 72 6F 70 65
+ 72 74 79 02 00 00 52 54 03 00 00 31 34 39 17 00
+ 00 53 65 6E 2E 20 50 72 6F 64 75 63 74 20 53 70
+ 65 63 69 61 6C 69 73 74 03 00 00 31 35 33 0B 00
+ 00 44 65 70 75 74 79 20 48 65 61 64 02 00 00 52
+ 4C 02 00 00 47 43 03 00 00 31 37 35 18 00 00 47
+ 72 70 20 43 6C 61 69 6D 73 20 26 20 43 6F 6E 74
+ 72 20 43 6F 6F 72 64 02 00 00 44 52 03 00 00 31
+ 37 37 12 00 00 47 72 6F 75 70 20 44 61 74 61 20
+ 4F 66 66 69 63 65 72 02 00 00 52 4E 02 00 00 52
+ 45 03 00 00 31 38 34 13 00 00 4C 65 69 74 65 72
+ 20 52 65 74 72 6F 2F 43 52 45 53 54 41 01 00 00
+ 46 02 00 00 4C 41 02 00 00 49 54 03 00 00 32 36
+ 32 17 00 00 53 65 6E 69 6F 72 20 41 70 70 6C 69
+ 63 2E 20 45 6E 67 69 6E 65 65 72 02 00 00 46 44
+ 03 00 00 32 36 35 03 00 00 32 36 37 02 00 00 4F
+ 50 03 00 00 32 36 38 12 00 00 50 72 6F 64 75 63
+ 74 69 6F 6E 20 50 6C 61 6E 6E 65 72 03 00 00 4D
+ 58 4E 02 00 00 4D 53 03 00 00 32 36 39 0F 00 00
+ 53 79 73 74 65 6D 20 45 6E 67 69 6E 65 65 72 03
+ 00 00 32 37 35 0D 00 00 49 54 2D 43 6F 6E 73 75
+ 6C 74 61 6E 74 03 00 00 32 38 30 02 00 00 49 4D
+ 03 00 00 32 38 31 03 00 00 42 52 4C 03 00 00 32
+ 38 36 0F 00 00 53 79 73 74 65 6D 20 42 65 74 72
+ 65 75 65 72 12 00 00 47 72 6C 2E 20 53 79 73 74
+ 65 6D 20 43 6F 6E 74 72 2E 03 00 00 33 32 36 02
+ 00 00 43 52 03 00 00 33 33 35 17 00 00 41 63 63
+ 6F 75 6E 74 61 6E 74 20 53 75 62 73 69 64 69 61
+ 72 69 65 73 02 00 00 4C 4F 03 00 00 33 33 39 0E
+ 00 00 41 4C 2D 41 73 73 69 73 74 65 6E 74 69 6E
+ 02 00 00 43 44 03 00 00 33 34 30 15 00 00 43 6F
+ 6E 73 75 6C 74 61 6E 74 20 4F 72 67 2E 20 54 6F
+ 6F 6C 73 03 00 00 33 34 34 02 00 00 44 45 03 00
+ 00 33 36 30 19 00 00 42 65 61 75 66 74 72 61 67
+ 74 65 72 20 4A 75 6E 69 6F 72 20 50 6F 77 65 72
+ 03 00 00 33 36 35 02 00 00 49 44 03 00 00 33 36
+ 37 0A 00 00 53 65 6B 72 65 74 E4 72 69 6E 02 00
+ 00 42 4C 03 00 00 33 37 35 17 00 00 42 65 74 72
+ 69 65 62 73 74 65 63 68 6E 69 6B 65 72 20 48 4C
+ 4B 4B 53 03 00 00 33 39 35 19 00 00 47 72 6C 2E
+ 53 74 61 62 73 74 65 6C 6C 65 20 53 69 63 68 65
+ 72 68 65 69 74 03 00 00 33 39 37 0F 00 00 50 6F
+ 73 74 61 73 73 69 73 74 65 6E 74 69 6E 03 00 00
+ 34 32 34 02 00 00 52 42 03 00 00 34 33 32 03 00
+ 00 34 35 36 19 00 00 48 65 61 64 20 6F 66 20 49
+ 6E 64 69 61 2F 4D 69 64 64 6C 65 20 45 61 73 74
+ 02 00 00 42 53 03 00 00 34 36 32 0D 00 00 48 65
+ 61 64 20 6F 66 20 4C 41 2F 42 53 02 00 00 4C 45
+ 02 00 00 41 53 03 00 00 34 36 33 09 00 00 53 65
+ 63 72 65 74 61 72 79 03 00 00 34 37 34 19 00 00
+ 41 64 6D 69 6E 69 73 74 72 61 74 69 6F 6E 20 53
+ 75 70 65 72 76 69 73 6F 72 02 00 00 4C 4E 03 00
+ 00 34 38 30 03 00 00 34 38 35 19 00 00 53 65 6E
+ 2E 20 55 6E 64 65 72 77 72 69 74 69 6E 67 20 43
+ 6F 6E 73 75 6C 74 03 00 00 43 4F 42 03 00 00 34
+ 38 36 02 00 00 46 53 03 00 00 34 38 37 19 00 00
+ 48 65 61 64 20 6F 66 20 46 69 6E 61 6E 63 2E 20
+ 53 6F 6C 75 74 69 6F 6E 73 03 00 00 35 30 36 03
+ 00 00 35 31 33 02 00 00 4E 4F 03 00 00 35 36 38
+ 16 00 00 53 65 6E 69 6F 72 20 41 63 63 6F 75 6E
+ 74 20 4D 61 6E 61 67 65 72 02 00 00 52 52 02 00
+ 00 52 4F 03 00 00 35 37 34 16 00 00 41 73 73 2E
+ 20 4F 70 65 72 61 74 69 6F 6E 73 20 43 6F 6F 72
+ 64 2E 03 00 00 35 37 39 03 00 00 36 30 30 03 00
+ 00 36 30 35 19 00 00 42 75 73 69 6E 65 73 73 20
+ 43 6F 6E 74 69 6E 75 69 74 79 20 4D 67 6D 74 2E
+ 03 00 00 36 30 37 03 00 00 36 30 39 11 00 00 52
+ 65 70 6F 72 74 69 6E 67 20 53 75 70 70 6F 72 74
+ 01 00 00 4C 03 00 00 36 31 35 18 00 00 55 57 20
+ 4D 61 6E 61 67 65 72 20 46 61 63 2E 20 43 61 73
+ 75 61 6C 74 79 03 00 00 59 65 73 03 00 00 36 31
+ 39 19 00 00 48 65 61 64 20 6F 66 20 4D 65 64 69
+ 63 6F 2D 41 63 74 2E 20 53 65 72 76 2E 02 00 00
+ 43 41 03 00 00 36 32 34 17 00 00 48 65 61 64 20
+ 52 65 63 6F 72 64 73 20 4D 61 6E 61 67 65 6D 65
+ 6E 74 04 00 00 32 30 34 34 02 00 00 52 43 03 00
+ 00 36 33 33 16 00 00 47 72 75 70 70 65 6E 6C 65
+ 69 74 65 72 20 43 61 73 75 61 6C 74 79 04 00 00
+ 53 49 54 43 03 00 00 36 33 38 0B 00 00 4C 65 69
+ 74 65 72 20 53 49 54 43 03 00 00 36 34 31 10 00
+ 00 41 62 74 65 69 6C 75 6E 67 73 6C 65 69 74 65
+ 72 03 00 00 36 38 35 0E 00 00 4C 65 69 74 65 72
+ 20 53 74 61 62 20 4C 4F 02 00 00 4C 54 03 00 00
+ 37 30 30 16 00 00 41 64 6D 69 6E 69 73 74 72 61
+ 74 69 6F 6E 20 53 75 70 70 6F 72 74 03 00 00 37
+ 31 35 0D 00 00 54 4C 20 48 61 75 73 64 69 65 6E
+ 73 74 03 00 00 37 33 31 11 00 00 53 79 73 74 65
+ 6D 20 43 6F 6E 74 72 6F 6C 6C 65 72 02 00 00 47
+ 53 02 00 00 4B 48 03 00 00 37 34 33 14 00 00 4B
+ FC 63 68 65 6E 6D 69 74 61 72 62 65 69 74 65 72
+ 2F 69 6E 03 00 00 37 34 35 19 00 00 54 65 61 6D
+ 6C 65 69 74 65 72 69 6E 20 4B 75 72 69 65 72 64
+ 69 65 6E 73 74 03 00 00 37 35 37 04 00 00 4B 6F
+ 63 68 03 00 00 37 36 31 18 00 00 53 65 72 76 69
+ 63 65 66 61 63 68 6D 69 74 61 72 62 65 69 74 65
+ 72 69 6E 03 00 00 37 39 33 19 00 00 52 6F 6F 6D
+ 73 65 72 76 69 63 65 6D 69 74 61 72 62 65 69 74
+ 65 72 2F 69 6E 03 00 00 38 39 36 03 00 00 39 31
+ 30 0D 00 00 41 4C 2D 53 65 6B 72 65 74 E4 72 69
+ 6E 03 00 00 39 32 37 10 00 00 53 61 63 68 62 65
+ 61 72 62 65 69 74 65 72 69 6E 03 00 00 39 33 37
+ 13 00 00 4C 65 69 74 65 72 20 47 65 67 65 6E 61
+ 6C 69 6D 65 6E 74 03 00 00 39 37 36 17 00 00 50
+ 4C 20 49 6E 66 72 61 73 74 72 75 63 74 75 72 65
+ 20 50 72 6F 6A 2E 02 00 00 49 50 03 00 00 39 37
+ 37 03 00 00 39 38 32 11 00 00 47 72 6C 2E 20 42
+ 65 74 72 69 65 62 20 45 6E 67 65 04 00 00 31 30
+ 31 33 10 00 00 54 72 61 69 6E 69 6E 67 20 4F 66
+ 66 69 63 65 72 04 00 00 31 30 33 32 04 00 00 31
+ 30 34 34 18 00 00 4C 65 69 74 65 72 20 42 65 74
+ 72 69 65 62 2F 45 72 68 61 6C 74 75 6E 67 04 00
+ 00 31 30 34 35 26 00 00 4D 65 6D 62 65 72 20 6F
+ 66 20 74 68 65 20 50 4F 49 2D 48 53 53 46 20 45
+ 78 65 63 75 74 69 76 65 20 42 6F 61 72 64 04 00
+ 00 31 30 35 37 04 00 00 31 30 36 32 1E 00 00 44
+ 65 70 75 74 79 20 43 68 69 65 66 20 45 78 65 63
+ 75 74 69 76 65 20 4F 66 66 69 63 65 72 04 00 00
+ 31 30 38 30 15 00 00 4C 65 69 74 65 72 20 41 6B
+ 74 69 65 6E 72 65 67 69 73 74 65 72 04 00 00 31
+ 30 38 31 02 00 00 46 4D 04 00 00 31 30 38 32 07
+ 00 00 41 63 74 75 61 72 79 02 00 00 53 46 04 00
+ 00 31 30 39 37 12 00 00 48 65 61 64 20 44 69 76
+ 69 73 69 6F 6E 61 6C 20 48 52 04 00 00 31 30 39
+ 39 19 00 00 48 65 61 64 20 6F 66 20 47 72 6F 75
+ 70 20 50 4D 20 43 61 73 75 61 6C 74 79 02 00 00
+ 49 4C 04 00 00 31 31 31 37 13 00 00 41 75 73 73
+ 65 6E 73 74 65 6C 6C 65 6E 6C 65 69 74 65 72 04
+ 00 00 31 34 34 38 04 00 00 31 34 35 36 0D 00 00
+ 41 64 6D 69 6E 69 73 74 72 61 74 6F 72 04 00 00
+ 31 34 36 30 0E 00 00 53 61 63 68 62 65 61 72 62
+ 65 69 74 65 72 04 00 00 31 34 36 36 02 00 00 47
+ 52 04 00 00 31 34 37 36 19 00 00 53 65 6B 74 69
+ 6F 6E 73 6C 2E 20 47 72 70 2E 20 52 65 70 6F 72
+ 74 69 6E 67 03 00 00 43 48 46 04 00 00 31 34 38
+ 34 02 00 00 53 55 04 00 00 31 34 39 30 12 00 00
+ 50 6C 61 6E 65 72 2F 4B 6F 6F 72 64 69 6E 61 74
+ 6F 72 04 00 00 31 34 39 39 11 00 00 4C 65 69 74
+ 65 72 20 4F 70 65 72 61 74 69 6F 6E 73 04 00 00
+ 31 35 30 37 04 00 00 31 35 32 35 16 00 00 53 79
+ 73 74 65 6D 20 50 72 6F 7A 65 73 73 20 4D 61 6E
+ 61 67 65 72 04 00 00 31 35 34 31 02 00 00 52 59
+ 02 00 00 52 4D 04 00 00 31 35 35 30 19 00 00 48
+ 65 61 64 20 6F 66 20 52 69 73 6B 20 4D 67 74 20
+ 53 65 72 76 69 63 65 73 02 00 00 54 43 04 00 00
+ 31 35 35 32 04 00 00 31 35 37 32 12 00 00 55 73
+ 65 72 20 41 64 6D 69 6E 69 73 74 72 61 74 6F 72
+ 02 00 00 46 41 04 00 00 31 35 37 34 16 00 00 53
+ 61 63 68 62 65 61 72 62 65 69 74 65 72 69 6E 20
+ 4B 61 73 73 65 04 00 00 31 35 39 39 04 00 00 31
+ 36 31 31 04 00 00 31 36 32 32 18 00 00 4D 65 6D
+ 62 65 72 20 6F 66 20 4C 26 48 20 45 78 65 63 2E
+ 42 6F 61 72 64 02 00 00 44 4D 04 00 00 31 36 32
+ 33 12 00 00 47 72 6C 2E 20 44 72 75 63 6B 76 6F
+ 72 73 74 75 66 65 02 00 00 49 4F 04 00 00 31 36
+ 36 39 17 00 00 4B 6F 6E 7A 65 72 6E 2D 49 6E 66
+ 6F 72 6D 2E 20 45 69 6E 6B 61 75 66 02 00 00 47
+ 41 04 00 00 31 36 37 30 04 00 00 31 36 38 35 14
+ 00 00 47 72 75 70 70 65 6E 6C 65 69 74 65 72 69
+ 6E 20 46 69 62 75 04 00 00 31 37 30 32 04 00 00
+ 31 37 30 39 04 00 00 31 37 32 35 14 00 00 46 61
+ 63 68 73 70 65 7A 69 61 6C 69 73 74 20 52 65 74
+ 72 6F 03 00 00 41 52 53 04 00 00 31 37 33 36 19
+ 00 00 4D 61 6E 61 67 65 72 20 54 72 61 69 6E 69
+ 6E 67 26 44 65 76 65 6C 6F 70 6D 04 00 00 31 37
+ 34 39 0F 00 00 50 72 6F 6A 65 63 74 20 4D 61 6E
+ 61 67 65 72 04 00 00 31 37 35 39 04 00 00 31 37
+ 37 32 17 00 00 4F 70 65 72 61 74 6F 72 20 4B 6F
+ 70 69 65 72 7A 65 6E 74 72 61 6C 65 04 00 00 31
+ 37 38 38 04 00 00 31 38 30 32 02 00 00 43 4C 04
+ 00 00 31 38 30 33 11 00 00 54 65 61 6D 20 4C 65
+ 61 64 65 72 20 4B 56 2F 55 56 04 00 00 31 38 33
+ 38 0D 00 00 50 72 6F 6A 65 6B 74 6C 65 69 74 65
+ 72 02 00 00 49 52 04 00 00 31 38 35 36 04 00 00
+ 31 38 36 37 13 00 00 53 61 63 68 62 65 61 72 62
+ 65 69 74 65 72 69 6E 20 50 56 04 00 00 31 38 36
+ 38 19 00 00 54 65 61 6D 6C 65 69 74 65 72 20 47
+ 65 62 E4 75 64 65 74 65 63 68 6E 69 6B 04 00 00
+ 31 38 39 31 18 00 00 42 65 72 65 69 63 68 73 6C
+ 65 69 74 65 72 20 52 65 70 6F 72 74 69 6E 67 02
+ 00 00 4C 43 04 00 00 31 39 30 30 12 00 00 53 65
+ 6E 2E 20 4C 65 67 61 6C 20 43 6F 75 6E 73 65 6C
+ 04 00 00 31 39 30 34 04 00 00 31 39 30 35 0D 00
+ 00 52 61 75 6D 70 66 6C 65 67 65 72 69 6E 04 00
+ 00 31 39 32 34 04 00 00 31 39 33 36 0A 00 00 49
+ 6E 73 74 72 75 63 74 6F 72 04 00 00 31 39 33 39
+ 19 00 00 4D 61 6E 61 67 65 72 20 54 72 61 69 6E
+ 69 6E 67 20 43 6F 6E 63 65 70 74 73 01 00 00 57
+ 02 00 00 50 49 04 00 00 31 39 34 32 11 00 00 50
+ 6F 72 74 66 6F 6C 69 6F 20 4D 61 6E 61 67 65 72
+ 04 00 00 31 39 35 31 0C 00 00 43 61 73 68 20 4D
+ 61 6E 61 67 65 72 04 00 00 31 39 35 34 04 00 00
+ 31 39 36 36 04 00 00 31 39 38 32 13 00 00 50 72
+ 6F 64 75 63 74 73 2F 47 75 69 64 65 6C 69 6E 65
+ 73 04 00 00 31 39 39 30 04 00 00 31 39 39 36 04
+ 00 00 32 30 30 36 11 00 00 45 78 70 65 72 74 65
+ 20 4B 61 74 61 6B 75 6D 75 6C 04 00 00 32 30 33
+ 32 17 00 00 54 65 61 6D 6C 65 69 74 65 72 20 42
+ 75 63 68 62 69 6E 64 65 72 65 69 04 00 00 32 30
+ 33 34 16 00 00 50 72 6F 6A 65 6B 74 6C 65 69 74
+ 65 72 20 46 61 63 68 61 62 74 2E 02 00 00 43 43
+ 19 00 00 48 65 61 64 20 4D 65 64 69 61 20 43 6F
+ 6D 6D 75 6E 69 63 61 74 69 6F 6E 73 04 00 00 32
+ 30 36 30 02 00 00 52 58 02 00 00 41 4C 04 00 00
+ 32 30 36 31 18 00 00 48 65 61 64 20 6F 66 20 43
+ 49 52 4D 26 52 65 69 6E 2E 20 53 75 70 70 2E 04
+ 00 00 32 30 36 33 04 00 00 32 30 36 37 19 00 00
+ 4C 65 69 74 65 72 20 42 65 74 72 69 65 62 73 6C
+ 69 65 67 65 6E 73 63 68 2E 02 00 00 49 58 04 00
+ 00 32 30 37 31 04 00 00 32 30 37 37 15 00 00 49
+ 6E 66 6F 72 6D 61 74 69 6B 20 43 6F 6E 73 75 6C
+ 74 61 6E 74 04 00 00 32 30 38 30 13 00 00 53 65
+ 63 72 65 74 61 72 79 20 44 69 76 2E 20 48 65 61
+ 64 03 00 00 43 41 44 02 00 00 44 4F 04 00 00 32
+ 30 38 32 19 00 00 48 65 61 64 20 44 69 73 63 6F
+ 6E 74 69 6E 75 65 64 20 4F 70 65 72 61 74 2E 04
+ 00 00 32 30 38 37 04 00 00 32 30 39 31 04 00 00
+ 32 31 31 32 04 00 00 32 31 33 38 17 00 00 53 65
+ 6E 69 6F 72 20 42 75 73 69 6E 65 73 73 20 41 6E
+ 61 6C 79 73 74 04 00 00 32 31 34 33 04 00 00 32
+ 31 34 39 17 00 00 52 65 67 69 6F 6E 61 6C 20 4D
+ 61 6E 61 67 65 72 20 4C 26 48 20 4C 54 04 00 00
+ 32 31 39 39 0E 00 00 43 6C 69 65 6E 74 20 4D 61
+ 6E 61 67 65 72 04 00 00 32 32 31 31 18 00 00 4C
+ 65 69 74 65 72 20 43 75 73 74 6F 6D 65 72 20 53
+ 65 72 76 69 63 65 73 04 00 00 32 32 31 34 04 00
+ 00 32 32 32 30 19 00 00 48 52 2D 4D 49 53 2D 26
+ 20 50 34 30 30 2D 41 70 70 6C 69 63 61 74 69 6F
+ 6E 04 00 00 32 32 32 37 13 00 00 54 65 63 68 6E
+ 69 63 61 6C 20 53 75 70 70 6F 72 74 65 72 04 00
+ 00 32 32 35 30 19 00 00 54 72 61 69 6E 69 6E 67
+ 2D 20 26 20 50 72 6F 6A 65 63 74 6D 61 6E 61 67
+ 2E 04 00 00 32 32 35 31 19 00 00 44 65 70 2E 48
+ 65 61 64 20 6F 66 20 47 72 6F 75 70 20 50 4D 20
+ 50 72 6F 70 04 00 00 32 32 35 33 13 00 00 47 72
+ 6C 2E 20 47 6C 6F 62 61 6C 20 53 75 70 70 6F 72
+ 74 04 00 00 32 32 39 35 11 00 00 54 4C 20 48 61
+ 75 73 77 69 72 74 73 63 68 61 66 74 04 00 00 32
+ 32 39 36 04 00 00 32 33 30 32 04 00 00 32 33 31
+ 38 0D 00 00 52 69 73 69 6B 6F 65 78 70 65 72 74
+ 65 04 00 00 32 33 32 33 04 00 00 32 33 32 35 04
+ 00 00 32 33 33 32 04 00 00 32 33 34 31 19 00 00
+ 41 63 63 6F 75 6E 74 61 6E 74 20 53 70 65 63 69
+ 61 6C 20 42 75 73 69 6E 2E 04 00 00 32 33 37 37
+ 11 00 00 50 72 6F 6A 65 6B 74 6C 65 69 74 65 72
+ 20 4D 49 50 04 00 00 32 33 38 36 19 00 00 53 65
+ 6E 2E 43 6C 61 69 6D 73 20 49 6E 66 2E 53 70 65
+ 63 69 61 6C 69 73 74 04 00 00 32 34 32 37 16 00
+ 00 47 72 6C 2E 20 49 6E 73 74 61 6C 6C 2E 20 53
+ 65 72 76 69 63 65 73 04 00 00 32 34 33 36 17 00
+ 00 48 65 61 64 20 6F 66 20 43 6C 61 69 6D 73 20
+ 53 65 72 76 69 63 65 73 04 00 00 32 34 35 33 16
+ 00 00 42 4C 20 47 72 6F 75 70 20 44 61 74 61 20
+ 53 65 72 76 69 63 65 73 04 00 00 32 34 35 36 04
+ 00 00 32 34 36 39 19 00 00 47 72 61 66 69 73 63
+ 68 65 72 20 53 61 63 68 62 65 61 72 62 65 69 74
+ 65 72 04 00 00 32 34 38 31 16 00 00 55 57 2F 50
+ 72 6F 64 75 63 74 20 63 6F 6E 74 72 6F 6C 6C 69
+ 6E 67 02 00 00 49 55 04 00 00 32 34 39 39 14 00
+ 00 41 70 70 6C 69 63 61 74 69 6F 6E 20 45 6E 67
+ 69 6E 65 65 72 04 00 00 32 35 32 32 04 00 00 32
+ 35 34 30 0B 00 00 55 6E 64 65 72 77 72 69 74 65
+ 72 04 00 00 32 35 34 35 04 00 00 32 35 36 34 04
+ 00 00 32 35 36 35 04 00 00 32 35 36 36 04 00 00
+ 32 35 37 33 04 00 00 32 35 38 30 15 00 00 46 61
+ 63 68 72 65 66 65 72 65 6E 74 20 43 61 73 75 61
+ 6C 74 79 02 00 00 43 42 04 00 00 32 35 38 31 10
+ 00 00 49 6E 74 2E 20 41 73 73 69 67 6E 6D 65 6E
+ 74 73 04 00 00 32 35 38 39 02 00 00 54 55 04 00
+ 00 32 36 30 38 04 00 00 32 36 31 30 17 00 00 4C
+ 65 69 74 65 72 69 6E 20 41 64 6D 69 6E 69 73 74
+ 72 61 74 69 6F 6E 04 00 00 32 36 33 32 04 00 00
+ 32 36 34 34 19 00 00 53 74 76 2E 20 4C 65 69 74
+ 65 72 20 41 6B 74 69 65 6E 72 65 67 69 73 74 2E
+ 04 00 00 32 36 34 35 04 00 00 32 36 35 33 19 00
+ 00 47 72 75 70 70 65 6E 6C 65 69 74 65 72 20 52
+ 65 69 73 65 64 69 65 6E 73 74 04 00 00 32 36 37
+ 31 18 00 00 50 72 6F 6A 65 6B 74 6C 65 69 74 65
+ 72 69 6E 20                                    
diff --git a/test-data/spreadsheet/BigSSTRecord2CR3 b/test-data/spreadsheet/BigSSTRecord2CR3
new file mode 100755 (executable)
index 0000000..461dfae
--- /dev/null
@@ -0,0 +1,515 @@
+             3C 00 1C 20 00 46 61 63 68 61 62 74
+ 2E 04 00 00 32 36 37 33 12 00 00 53 65 72 76 69
+ 63 65 6D 69 74 61 72 62 65 69 74 65 72 04 00 00
+ 32 36 37 34 04 00 00 32 36 38 34 04 00 00 32 37
+ 31 31 18 00 00 4C 65 69 74 65 72 20 55 73 65 72
+ 20 54 72 61 69 6E 2E 20 53 65 72 76 2E 04 00 00
+ 32 37 31 37 0E 00 00 54 65 6C 65 6F 70 65 72 61
+ 74 72 69 63 65 04 00 00 32 37 31 39 04 00 00 32
+ 37 33 31 19 00 00 48 65 61 64 20 6F 66 20 52 65
+ 69 6E 73 75 72 61 6E 63 65 20 54 6F 6F 6C 73 04
+ 00 00 32 37 33 32 12 00 00 50 72 6F 64 75 63 74
+ 20 43 6F 6E 74 72 6F 6C 6C 65 72 04 00 00 32 37
+ 34 33 04 00 00 32 37 35 35 12 00 00 4F 70 65 72
+ 61 74 69 6F 6E 73 20 4F 66 66 69 63 65 72 04 00
+ 00 32 37 36 31 18 00 00 47 72 6C 2E 20 53 79 73
+ 74 65 6D 20 41 64 6D 69 6E 69 73 74 72 61 74 2E
+ 02 00 00 52 4B 04 00 00 32 37 36 38 16 00 00 48
+ 65 61 64 20 6F 66 20 43 6F 6D 6D 75 6E 69 63 61
+ 74 69 6F 6E 73 04 00 00 32 37 36 39 04 00 00 32
+ 37 37 32 04 00 00 32 37 37 37 04 00 00 32 37 38
+ 33 0D 00 00 47 4C 2D 53 65 6B 72 65 74 E4 72 69
+ 6E 04 00 00 32 37 38 34 04 00 00 32 37 38 37 19
+ 00 00 47 72 6C 2E 20 4E 57 20 52 65 73 65 61 72
+ 63 68 2F 44 65 76 65 6C 6F 70 6D 04 00 00 32 37
+ 38 38 04 00 00 32 37 38 39 13 00 00 52 65 69 6E
+ 73 75 72 61 6E 63 65 20 41 6E 61 6C 79 73 74 04
+ 00 00 32 38 30 37 11 00 00 44 65 70 75 74 79 20
+ 48 65 61 64 20 6F 66 20 43 41 04 00 00 32 38 31
+ 37 18 00 00 46 69 6E 2E 20 4D 61 72 6B 65 74 20
+ 52 69 73 6B 20 41 6E 61 6C 79 73 74 04 00 00 32
+ 38 31 38 19 00 00 44 65 70 2E 20 48 65 61 64 20
+ 54 65 63 68 6E 2E 20 54 72 61 69 6E 69 6E 67 04
+ 00 00 32 38 32 36 02 00 00 50 4F 04 00 00 32 38
+ 32 39 18 00 00 50 72 6F 6A 65 63 74 20 4D 67 6D
+ 74 2E 20 43 6F 6E 73 75 6C 74 61 6E 74 04 00 00
+ 32 38 33 35 0C 00 00 52 E9 63 65 70 74 69 6F 6E
+ 69 73 74 04 00 00 32 38 33 36 04 00 00 32 38 33
+ 37 13 00 00 53 74 76 2E 20 53 65 6B 74 69 6F 6E
+ 73 6C 65 69 74 65 72 04 00 00 32 38 34 37 14 00
+ 00 54 65 63 68 6E 69 63 61 6C 20 41 63 63 6F 75
+ 6E 74 61 6E 74 02 00 00 52 55 04 00 00 32 38 35
+ 32 0E 00 00 43 68 69 65 66 20 45 6E 67 69 6E 65
+ 65 72 04 00 00 32 38 35 34 19 00 00 48 65 61 64
+ 20 6F 66 20 47 72 6F 75 70 20 50 4D 20 45 6E 67
+ 69 6E 65 65 2E 04 00 00 32 38 36 33 19 00 00 54
+ 4C 20 48 61 75 73 2D 20 26 20 42 65 74 72 69 65
+ 62 73 64 69 65 6E 73 74 04 00 00 32 38 39 32 0C
+ 00 00 41 56 2D 54 65 63 68 6E 69 6B 65 72 04 00
+ 00 32 38 39 39 0F 00 00 42 65 74 72 69 65 62 73
+ 67 E4 72 74 6E 65 72 04 00 00 32 39 32 35 19 00
+ 00 48 65 61 64 20 6F 66 20 4C 65 67 61 6C 26 43
+ 6C 61 69 6D 73 20 53 65 72 76 02 00 00 43 58 04
+ 00 00 32 39 32 39 0E 00 00 48 65 61 64 20 6F 66
+ 20 45 76 65 6E 74 73 04 00 00 32 39 33 31 0A 00
+ 00 43 6F 6E 74 72 6F 6C 6C 65 72 04 00 00 32 39
+ 33 32 04 00 00 32 39 33 33 04 00 00 32 39 34 30
+ 14 00 00 50 4C 20 52 56 2D 54 65 63 68 6E 2E 20
+ 53 79 73 74 65 6D 65 04 00 00 32 39 34 31 0C 00
+ 00 4C 65 69 74 65 72 20 4B 61 73 73 65 04 00 00
+ 32 39 35 38 02 00 00 48 52 04 00 00 32 39 36 35
+ 19 00 00 48 75 6D 61 6E 20 52 65 73 6F 75 72 63
+ 65 73 20 41 73 73 69 73 74 61 6E 74 04 00 00 32
+ 39 36 38 19 00 00 48 65 61 64 20 4D 61 72 6B 65
+ 74 69 6E 67 20 52 FC 73 63 68 6C 69 6B 6F 6E 04
+ 00 00 32 39 37 33 14 00 00 43 6F 75 72 73 65 20
+ 41 64 6D 69 6E 69 73 74 72 61 74 6F 72 04 00 00
+ 32 39 38 31 13 00 00 4D 61 72 6B 65 74 69 6E 67
+ 20 41 73 73 69 73 74 61 6E 74 02 00 00 44 43 04
+ 00 00 32 39 38 34 0E 00 00 42 65 72 65 69 63 68
+ 73 6C 65 69 74 65 72 04 00 00 32 39 38 38 15 00
+ 00 53 65 6E 69 6F 72 20 52 65 69 6E 73 2E 20 41
+ 6E 61 6C 79 73 74 04 00 00 32 39 39 37 12 00 00
+ 50 72 6F 6A 65 63 74 20 4C 65 61 64 65 72 20 46
+ 53 41 04 00 00 32 39 39 38 04 00 00 33 30 30 31
+ 04 00 00 33 30 31 32 0E 00 00 54 65 61 6D 20 4C
+ 65 61 64 65 72 20 46 54 01 00 00 42 04 00 00 33
+ 30 35 32 15 00 00 47 72 6C 2E 20 43 6F 72 70 6F
+ 72 61 74 65 20 44 65 73 69 67 6E 04 00 00 33 30
+ 35 38 17 00 00 55 57 20 46 61 63 75 6C 74 61 74
+ 69 76 65 20 50 72 6F 70 65 72 74 79 04 00 00 33
+ 30 36 32 02 00 00 46 43 04 00 00 33 30 37 37 0B
+ 00 00 48 65 61 64 20 6F 66 20 43 4F 43 04 00 00
+ 33 30 39 31 04 00 00 33 31 30 34 0F 00 00 47 65
+ 73 63 68 E4 66 74 73 6C 65 69 74 65 72 04 00 00
+ 33 31 31 35 04 00 00 33 31 33 34 04 00 00 33 31
+ 33 37 19 00 00 53 65 6E 2E 41 63 63 6F 75 6E 74
+ 61 6E 74 20 47 72 6F 75 70 20 52 65 70 2E 04 00
+ 00 33 31 33 38 10 00 00 53 65 6B 74 69 6F 6E 73
+ 6C 65 69 74 65 72 69 6E 04 00 00 33 31 34 37 04
+ 00 00 33 31 35 35 04 00 00 33 31 35 36 19 00 00
+ 48 65 61 64 20 6F 66 20 55 57 2F 50 72 6F 64 75
+ 63 74 20 43 6F 6E 74 72 2E 04 00 00 33 31 37 34
+ 04 00 00 33 31 38 37 04 00 00 33 31 39 37 02 00
+ 00 49 42 04 00 00 33 32 32 34 02 00 00 49 46 04
+ 00 00 33 32 32 36 17 00 00 49 6E 66 6F 72 6D 61
+ 74 69 6F 6E 73 2D 53 70 65 7A 69 61 6C 69 73 74
+ 04 00 00 33 32 32 38 12 00 00 50 6C 61 6E 6E 65
+ 72 2F 43 6F 6E 74 72 6F 6C 6C 65 72 04 00 00 33
+ 32 33 37 10 00 00 41 64 6D 69 6E 2E 20 41 73 73
+ 69 73 74 61 6E 74 04 00 00 33 32 35 39 0F 00 00
+ 43 6F 6F 72 64 69 6E 61 74 6F 72 20 42 43 4D 04
+ 00 00 33 32 36 30 18 00 00 50 72 6F 70 65 72 74
+ 79 20 50 72 6F 64 75 63 74 20 4D 61 6E 61 67 65
+ 72 04 00 00 33 32 36 37 0B 00 00 43 4F 43 20 4D
+ 61 6E 61 67 65 72 04 00 00 33 32 39 37 16 00 00
+ 4C 65 69 74 65 72 20 49 6E 66 6F 72 6D 61 74 69
+ 6B 20 53 74 61 62 04 00 00 33 33 30 34 19 00 00
+ 41 73 73 69 73 74 61 6E 74 20 41 63 63 6F 75 6E
+ 74 20 4D 61 6E 61 67 65 72 04 00 00 33 33 30 36
+ 13 00 00 47 72 6C 2E 20 55 73 65 72 20 48 65 6C
+ 70 20 44 65 73 6B 04 00 00 33 33 31 36 04 00 00
+ 33 33 32 33 04 00 00 33 33 32 36 04 00 00 33 33
+ 32 37 0F 00 00 41 63 63 6F 75 6E 74 20 4D 61 6E
+ 61 67 65 72 04 00 00 33 33 32 38 04 00 00 33 33
+ 33 33 01 00 00 45 04 00 00 33 33 34 32 18 00 00
+ 48 65 61 64 20 6F 66 20 50 72 6F 64 2E 2F 47 75
+ 69 64 65 6C 69 6E 65 73 04 00 00 33 33 34 39 04
+ 00 00 33 33 35 30 04 00 00 33 33 35 31 04 00 00
+ 33 33 35 34 14 00 00 45 69 6E 72 69 63 68 74 75
+ 6E 67 73 70 6C 61 6E 65 72 69 6E 04 00 00 33 33
+ 36 30 02 00 00 42 49 04 00 00 33 33 36 32 04 00
+ 00 33 33 37 36 04 00 00 33 33 37 39 04 00 00 33
+ 33 38 31 04 00 00 33 34 32 31 14 00 00 48 65 61
+ 64 20 6F 66 20 50 72 69 63 69 6E 67 2F 44 61 74
+ 61 04 00 00 33 34 36 34 19 00 00 48 65 61 64 20
+ 47 72 70 2E 20 4D 61 72 6B 65 74 43 6F 6D 6D 75
+ 6E 69 63 2E 04 00 00 33 34 36 38 04 00 00 33 34
+ 36 39 19 00 00 42 4C 20 44 61 74 61 20 43 6F 6D
+ 6D 75 6E 69 63 2E 20 53 79 73 74 65 6D 73 04 00
+ 00 33 34 37 31 16 00 00 4C 69 6E 67 65 72 69 65
+ 6D 69 74 61 72 62 65 69 74 65 72 2F 69 6E 04 00
+ 00 33 34 38 35 16 00 00 53 61 63 68 62 65 61 72
+ 62 2E 20 50 6F 73 74 64 69 65 6E 73 74 65 04 00
+ 00 33 34 38 38 11 00 00 43 6C 61 69 6D 73 20 4D
+ 61 6E 61 67 65 6D 65 6E 74 04 00 00 33 34 39 30
+ 17 00 00 54 65 63 68 6E 69 73 63 68 65 72 20 4D
+ 69 74 61 72 62 65 69 74 65 72 04 00 00 33 34 39
+ 31 0D 00 00 42 65 74 72 69 65 62 73 6D 61 6C 65
+ 72 04 00 00 33 35 30 36 04 00 00 33 35 30 37 04
+ 00 00 33 35 31 31 17 00 00 43 68 69 65 66 20 45
+ 78 65 63 75 74 69 76 65 20 4F 66 66 69 63 65 72
+ 04 00 00 33 35 32 30 04 00 00 33 35 32 38 11 00
+ 00 42 65 74 72 69 65 62 73 74 65 63 68 6E 69 6B
+ 65 72 04 00 00 33 35 33 30 04 00 00 33 35 33 32
+ 02 00 00 49 41 04 00 00 33 35 34 30 0E 00 00 53
+ 65 6E 69 6F 72 20 41 75 64 69 74 6F 72 04 00 00
+ 33 35 34 33 12 00 00 50 72 6F 6A 65 6B 74 6D 69
+ 74 61 72 62 65 69 74 65 72 04 00 00 33 35 34 36
+ 05 00 00 38 30 34 33 30 20 00 00 52 65 73 65 61
+ 72 63 68 20 49 6E 66 6F 72 6D 61 74 69 6F 6E 20
+ 53 70 65 63 69 61 6C 69 73 74 2C 05 00 00 31 30
+ 38 34 35 1E 00 00 47 72 6F 75 70 20 43 6C 61 69
+ 6D 73 20 61 6E 64 20 43 6F 6E 74 72 61 63 74 20
+ 4D 61 6E 61 05 00 00 31 31 31 34 33 05 00 00 38
+ 31 38 31 39 12 00 00 52 65 73 65 61 72 63 68 20
+ 41 73 73 69 73 74 61 6E 74 05 00 00 38 30 32 33
+ 36 17 00 00 49 6E 66 6F 72 6D 61 74 69 6F 6E 20
+ 53 70 65 63 69 61 6C 69 73 74 2C 05 00 00 31 32
+ 34 31 37 03 00 00 33 35 33 02 00 00 53 47 09 00
+ 00 53 69 6E 67 61 70 6F 72 65 03 00 00 31 35 30
+ 15 00 00 47 65 6E 65 72 61 6C 20 41 64 6D 69 6E
+ 69 73 74 72 61 74 6F 72 03 00 00 31 35 31 09 00
+ 00 4D 65 73 73 65 6E 67 65 72 02 00 00 41 4F 02
+ 00 00 54 52 02 00 00 37 33 19 00 00 4D 67 72 20
+ 54 72 61 69 6E 2E 20 26 20 43 6C 69 65 6E 74 20
+ 53 65 72 76 2E 02 00 00 41 43 02 00 00 4D 41 04
+ 00 00 31 37 39 31 12 00 00 4D 61 72 69 6E 65 20
+ 55 6E 64 65 72 77 72 69 74 65 72 02 00 00 54 57
+ 06 00 00 54 61 69 70 65 69 03 00 00 32 32 35 06
+ 00 00 44 72 69 76 65 72 02 00 00 4D 59 0C 00 00
+ 4B 75 61 6C 61 20 4C 75 6D 70 75 72 03 00 00 33
+ 34 36 12 00 00 41 63 63 6F 75 6E 74 73 20 45 78
+ 65 63 75 74 69 76 65 02 00 00 41 4B 04 00 00 38
+ 34 38 37 02 00 00 50 48 06 00 00 4D 61 6E 69 6C
+ 61 03 00 00 33 36 39 17 00 00 45 6E 67 69 6E 65
+ 65 72 69 6E 67 20 55 6E 64 65 72 77 72 69 74 65
+ 72 04 00 00 39 33 37 39 18 00 00 41 63 74 75 61
+ 72 2E 20 26 20 50 72 6F 64 2E 20 43 6F 6E 74 72
+ 6F 6C 2E 04 00 00 36 30 35 31 05 00 00 31 32 31
+ 39 37 19 00 00 53 65 6E 69 6F 72 20 45 6E 65 72
+ 67 79 20 55 6E 64 65 72 77 72 69 74 65 72 04 00
+ 00 36 33 36 33 0E 00 00 45 6E 67 69 6E 65 65 72
+ 69 6E 67 20 55 57 05 00 00 31 30 35 31 35 15 00
+ 00 50 72 6F 70 65 72 74 79 20 55 6E 74 65 72 77
+ 72 69 74 69 6E 67 04 00 00 38 35 39 30 17 00 00
+ 4F 70 65 72 61 74 69 6F 6E 61 6C 20 43 6F 6E 74
+ 72 6F 6C 6C 69 6E 67 02 00 00 45 54 04 00 00 32
+ 38 31 32 03 00 00 34 38 39 14 00 00 50 72 6F 70
+ 65 72 74 79 20 55 6E 64 65 72 77 72 69 74 65 72
+ 04 00 00 33 38 38 30 04 00 00 33 32 30 32 18 00
+ 00 48 65 61 64 20 44 43 45 4F 2F 43 6F 6D 6D 75
+ 6E 69 63 61 74 69 6F 6E 73 04 00 00 35 37 35 33
+ 19 00 00 43 61 73 75 61 6C 74 79 20 55 6E 64 65
+ 72 77 72 69 74 69 6E 67 20 4D 67 72 04 00 00 36
+ 35 31 32 17 00 00 44 69 76 69 73 69 6F 6E 61 6C
+ 20 43 6F 73 74 20 4D 61 6E 61 67 65 72 04 00 00
+ 31 38 38 33 18 00 00 54 72 61 69 6E 2E 20 26 20
+ 43 6C 69 65 6E 74 20 53 65 72 76 69 63 65 73 02
+ 00 00 44 50 04 00 00 37 35 39 30 13 00 00 44 69
+ 76 69 73 69 6F 6E 61 6C 20 50 6C 61 6E 6E 69 6E
+ 67 05 00 00 31 31 38 36 37 14 00 00 43 61 73 75
+ 61 6C 74 79 20 55 6E 64 65 72 77 72 69 74 65 72
+ 04 00 00 33 39 31 39 0D 00 00 44 69 76 69 73 69
+ 6F 6E 61 6C 20 49 54 03 00 00 33 37 30 10 00 00
+ 4D 65 73 73 65 6E 67 65 72 2F 44 72 69 76 65 72
+ 03 00 00 35 37 31 04 00 00 38 36 31 34 19 00 00
+ 4D 67 72 20 41 63 74 2E 20 26 20 50 72 6F 64 2E
+ 20 43 6F 6E 74 72 6F 6C 2E 03 00 00 33 37 31 18
+ 00 00 41 64 6D 69 6E 69 73 74 72 61 74 69 76 65
+ 20 41 73 73 69 73 74 61 6E 74 03 00 00 34 39 36
+ 15 00 00 44 65 70 75 74 79 20 43 6C 69 65 6E 74
+ 20 4D 61 6E 61 67 65 72 03 00 00 32 35 37 14 00
+ 00 54 72 65 61 74 79 20 41 64 6D 69 6E 69 73 74
+ 72 61 74 6F 72 03 00 00 31 35 35 1D 00 00 54 65
+ 63 68 6E 2E 20 41 63 63 6F 75 6E 74 73 20 41 64
+ 6D 69 6E 69 73 74 72 61 74 6F 72 02 00 00 54 48
+ 07 00 00 42 61 6E 67 6B 6F 6B 0D 00 00 52 69 73
+ 6B 20 45 6E 67 69 6E 65 65 72 03 00 00 35 36 36
+ 14 00 00 46 69 6E 61 6E 63 69 61 6C 20 43 6F 6E
+ 74 72 6F 6C 6C 65 72 03 00 00 34 39 39 1D 00 00
+ 43 6C 69 65 6E 74 20 4D 67 6D 74 26 46 69 6E 61
+ 6E 63 69 61 6C 20 41 64 69 73 6F 72 79 03 00 00
+ 33 30 39 14 00 00 53 65 6E 69 6F 72 20 52 69 73
+ 6B 20 45 6E 67 69 6E 65 65 72 05 00 00 31 30 32
+ 31 30 02 00 00 43 4E 07 00 00 42 65 69 6A 69 6E
+ 67 03 00 00 31 35 37 1D 00 00 53 65 63 72 65 74
+ 61 72 79 20 74 6F 20 43 68 69 65 66 20 52 65 70
+ 72 65 73 65 6E 74 2E 03 00 00 32 32 39 03 00 00
+ 35 39 35 14 00 00 43 68 69 65 66 20 52 65 70 72
+ 65 73 65 6E 74 61 74 69 76 65 03 00 00 32 32 38
+ 12 00 00 54 72 65 61 74 79 20 55 6E 64 65 72 77
+ 72 69 74 65 72 03 00 00 32 39 34 0E 00 00 43 6C
+ 61 69 6D 73 20 4D 61 6E 61 67 65 72 03 00 00 35
+ 33 36 10 00 00 48 52 20 41 64 6D 69 6E 69 73 74
+ 72 61 74 6F 72 14 00 00 4F 66 66 69 63 65 20 41
+ 64 6D 69 6E 69 73 74 72 61 74 6F 72 03 00 00 35
+ 37 32 03 00 00 31 35 39 1E 00 00 41 73 73 6F 63
+ 69 61 74 65 2C 20 43 6F 72 70 6F 72 61 74 65 20
+ 44 65 76 65 6C 6F 70 6D 2E 03 00 00 35 31 35 03
+ 00 00 33 34 38 1C 00 00 41 73 73 69 73 74 61 6E
+ 74 20 74 6F 20 43 6C 69 65 6E 74 20 4D 67 74 20
+ 54 65 61 6D 03 00 00 31 36 31 1A 00 00 52 65 67
+ 69 6F 6E 61 6C 20 4D 61 72 69 6E 65 20 55 57 20
+ 4D 61 6E 61 67 65 72 03 00 00 31 36 32 03 00 00
+ 32 33 32 10 00 00 4F 66 66 69 63 65 20 41 73 73
+ 69 73 74 61 6E 74 03 00 00 31 36 34 1A 00 00 43
+ 6C 69 65 6E 74 20 43 6F 6F 72 64 69 6E 61 74 69
+ 6F 6E 20 41 64 6D 69 6E 2E 03 00 00 32 33 33 19
+ 00 00 41 73 73 74 2E 20 4D 61 6E 61 67 65 72 20
+ 45 6E 67 69 6E 65 65 72 69 6E 67 04 00 00 38 35
+ 35 35 03 00 00 31 36 35 1B 00 00 43 6C 69 65 6E
+ 74 20 52 65 6C 61 74 69 6F 6E 73 68 69 70 20 4D
+ 61 6E 61 67 65 72 03 00 00 31 36 37 1C 00 00 43
+ 6C 69 65 6E 74 20 53 75 70 70 6F 72 74 20 41 64
+ 6D 69 6E 69 73 74 72 61 74 6F 72 03 00 00 31 36
+ 36 19 00 00 46 69 6E 61 6E 63 69 61 6C 20 41 63
+ 63 6F 75 6E 74 73 20 41 64 6D 69 6E 2E 03 00 00
+ 32 39 35 14 00 00 41 73 73 69 73 74 61 6E 74 20
+ 41 63 63 6F 75 6E 74 61 6E 74 03 00 00 32 39 37
+ 0F 00 00 45 44 50 20 43 6F 6F 72 64 69 6E 61 74
+ 6F 72 08 00 00 53 68 61 6E 67 68 61 69 03 00 00
+ 31 34 34 1A 00 00 52 65 70 72 65 73 65 6E 74 61
+ 74 69 76 65 20 45 6E 67 69 6E 65 65 72 69 6E 67
+ 03 00 00 33 37 33 1D 00 00 52 69 73 6B 20 45 6E
+ 67 69 6E 65 65 72 20 2F 49 54 20 43 6F 6F 72 64
+ 69 6E 61 74 6F 72 03 00 00 33 37 34 14 00 00 41
+ 63 63 6F 75 6E 74 69 6E 67 20 41 73 73 69 73 74
+ 61 6E 74 03 00 00 35 34 33 04 00 00 38 36 30 33
+ 03 00 00 31 32 35 16 00 00 52 65 69 6E 73 75 72
+ 61 6E 63 65 20 41 63 63 6F 75 6E 74 61 6E 74 02
+ 00 00 45 4E 04 00 00 37 36 33 39 04 00 00 36 36
+ 38 34 18 00 00 4D 67 72 20 4F 70 65 72 61 74 69
+ 6F 6E 61 6C 20 43 6F 6E 74 72 6F 6C 2E 04 00 00
+ 32 34 33 33 04 00 00 31 38 33 34 19 00 00 4C 6F
+ 63 61 6C 20 4F 66 66 69 63 65 73 20 43 6F 6F 72
+ 64 69 6E 61 74 6F 72 04 00 00 38 36 35 36 15 00
+ 00 53 74 72 61 74 65 67 69 63 20 43 6F 6E 74 72
+ 6F 6C 6C 69 6E 67 02 00 00 41 45 05 00 00 31 32
+ 35 34 36 04 00 00 32 31 33 34 05 00 00 31 30 38
+ 39 35 04 00 00 38 35 30 33 05 00 00 31 31 37 36
+ 32 1B 00 00 48 65 61 64 20 46 61 63 2E 50 72 6F
+ 70 2E 47 72 65 61 74 65 72 20 43 68 69 6E 61 03
+ 00 00 35 38 37 1C 00 00 41 73 73 74 2E 4D 67 72
+ 2E 20 54 6F 20 43 6C 69 65 6E 74 20 4D 67 74 20
+ 54 65 61 6D 03 00 00 35 36 37 17 00 00 48 65 61
+ 64 20 6F 66 20 52 69 73 6B 20 4D 61 6E 61 67 65
+ 6D 65 6E 74 04 00 00 38 35 39 32 03 00 00 31 34
+ 36 03 00 00 35 38 33 1D 00 00 52 65 70 72 65 73
+ 65 6E 74 61 74 69 76 65 26 43 6C 69 65 6E 74 20
+ 4D 61 6E 61 67 65 72 02 00 00 41 58 04 00 00 33
+ 35 32 32 15 00 00 48 65 61 64 20 50 65 72 66 6F
+ 72 6D 61 6E 63 65 20 54 65 61 6D 02 00 00 41 4A
+ 05 00 00 31 31 32 31 37 0A 00 00 33 32 34 2C 20
+ 54 6F 6B 79 6F 03 00 00 31 36 38 0E 00 00 52 65
+ 70 72 65 73 65 6E 74 61 74 69 76 65 04 00 00 38
+ 36 33 36 03 00 00 35 30 31 1C 00 00 41 73 73 6F
+ 63 69 61 74 65 2C 20 43 6F 72 70 2E 20 44 65 76
+ 65 6C 6F 70 6D 65 6E 74 04 00 00 35 39 32 39 04
+ 00 00 38 35 39 31 04 00 00 35 38 35 39 04 00 00
+ 35 38 30 39 05 00 00 31 32 35 34 38 15 00 00 43
+ 61 73 75 61 6C 74 79 20 55 6E 64 65 72 77 72 69
+ 74 69 6E 67 04 00 00 33 33 35 35 04 00 00 38 36
+ 37 30 16 00 00 45 6E 67 69 6E 65 65 72 69 6E 67
+ 20 55 57 20 4D 61 6E 61 67 65 72 04 00 00 37 32
+ 32 36 04 00 00 35 34 38 31 13 00 00 42 55 53 20
+ 50 72 6F 63 65 73 73 20 4D 61 6E 61 67 65 72 03
+ 00 00 35 30 30 0D 00 00 43 6C 65 61 6E 69 6E 67
+ 20 41 6D 61 68 03 00 00 33 35 30 03 00 00 33 30
+ 33 10 00 00 43 6C 61 69 6D 73 20 41 73 73 69 73
+ 74 61 6E 74 03 00 00 32 33 37 03 00 00 32 33 38
+ 03 00 00 35 38 36 04 00 00 35 39 32 35 04 00 00
+ 36 36 31 32 04 00 00 38 35 33 38 04 00 00 38 34
+ 34 33 04 00 00 35 36 38 36 03 00 00 33 35 32 10
+ 00 00 44 72 69 76 65 72 2F 4D 65 73 73 65 6E 67
+ 65 72 04 00 00 36 37 35 32 12 00 00 4D 61 6E 61
+ 67 65 72 20 4A 61 70 61 6E 20 44 65 73 6B 04 00
+ 00 31 37 38 39 19 00 00 50 72 6F 70 65 72 74 79
+ 20 55 6E 64 65 72 77 72 69 74 69 6E 67 20 4D 67
+ 72 04 00 00 38 34 34 37 02 00 00 41 44 04 00 00
+ 36 33 30 34 08 00 00 41 72 74 20 44 65 73 6B 04
+ 00 00 31 39 30 32 04 00 00 36 30 37 35 03 00 00
+ 33 32 30 16 00 00 52 65 63 65 70 74 69 6F 6E 69
+ 73 74 2F 53 65 63 72 65 74 61 72 79 03 00 00 31
+ 33 36 1A 00 00 48 65 61 64 20 4E 6F 6E 2D 4C 69
+ 66 65 20 52 2F 49 20 53 65 72 76 69 63 65 73 03
+ 00 00 31 33 39 1D 00 00 53 65 6E 69 6F 72 20 41
+ 64 76 69 73 6F 72 20 4E 4C 20 52 49 20 53 65 72
+ 76 69 63 65 73 03 00 00 31 33 38 10 00 00 4F 66
+ 66 69 63 65 20 4D 67 6D 74 20 26 20 48 52 17 00
+ 00 4E 4C 20 52 65 69 6E 73 75 72 61 6E 63 65 20
+ 53 65 72 76 69 63 65 73 03 00 00 32 32 34 0F 00
+ 00 47 65 6E 65 72 61 6C 20 4D 61 6E 61 67 65 72
+ 03 00 00 31 37 38 1E 00 00 4D 67 6D 74 26 53 74
+ 61 66 66 20 53 65 72 76 69 63 65 73 20 41 64 6D
+ 69 6E 69 73 74 72 2E 16 00 00 41 63 63 6F 75 6E
+ 74 73 20 41 64 6D 69 6E 69 73 74 72 61 74 6F 72
+ 03 00 00 33 37 39 15 00 00 48 65 61 64 20 48 52
+ 20 47 72 65 61 74 65 72 20 43 68 69 6E 61 04 00
+ 00 32 35 36 30 03 00 00 31 38 31 14 00 00 48 65
+ 61 64 20 6F 66 20 43 4D 20 49 6E 64 6F 6E 65 73
+ 69 61 04 00 00 38 36 37 38 15 00 00 4D 61 6E 61
+ 67 65 72 20 44 69 76 69 73 69 6F 6E 61 6C 20 49
+ 54 04 00 00 34 31 32 32 03 00 00 33 33 31 02 00
+ 00 49 4E 09 00 00 42 61 6E 67 61 6C 6F 72 65 03
+ 00 00 35 37 33 13 00 00 54 65 61 6D 20 53 65 72
+ 76 69 63 65 20 43 65 6E 74 65 72 04 00 00 35 39
+ 30 31 04 00 00 38 35 32 36 03 00 00 35 38 32 17
+ 00 00 48 65 61 64 20 6F 66 20 54 72 65 61 74 79
+ 20 50 72 6F 70 65 72 74 79 03 00 00 35 30 33 03
+ 00 00 33 31 31 03 00 00 35 32 38 03 00 00 33 38
+ 35 19 00 00 45 6E 67 69 6E 65 65 72 69 6E 67 20
+ 41 64 6D 69 6E 69 73 74 72 61 74 6F 72 03 00 00
+ 33 31 33 1A 00 00 55 6E 64 65 72 77 72 69 74 69
+ 6E 67 20 41 64 6D 69 6E 69 73 74 72 61 74 6F 72
+ 03 00 00 35 37 30 17 00 00 53 65 6E 69 6F 72 20
+ 55 2F 57 20 46 61 63 20 43 61 73 75 61 6C 74 79
+ 17 00 00 46 61 63 75 6C 74 61 74 69 76 65 20 55
+ 6E 64 65 72 77 72 69 74 65 72 03 00 00 33 31 35
+ 1B 00 00 43 61 73 75 61 6C 74 79 20 54 72 65 61
+ 74 79 20 55 6E 64 65 72 77 72 69 74 65 72 03 00
+ 00 35 32 36 0A 00 00 48 52 20 4D 61 6E 61 67 65
+ 72 03 00 00 31 38 33 03 00 00 35 37 38 03 00 00
+ 33 35 34 07 00 00 4D 61 6E 61 67 65 72 03 00 00
+ 32 33 39 03 00 00 35 35 36 18 00 00 53 65 6E 69
+ 6F 72 20 55 57 2C 20 46 61 63 2E 20 50 72 6F 70
+ 65 72 74 79 03 00 00 33 31 39 14 00 00 41 73 73
+ 74 2E 20 45 6E 67 69 6E 65 65 72 69 6E 67 20 55
+ 57 03 00 00 35 34 38 1A 00 00 54 72 61 69 6E 65
+ 65 20 4D 61 72 69 6E 65 20 55 6E 64 65 72 77 72
+ 69 74 65 72 03 00 00 33 35 35 03 00 00 31 38 38
+ 15 00 00 49 54 20 53 75 70 70 6F 72 74 20 53 70
+ 65 63 69 61 6C 69 73 74 03 00 00 31 39 30 03 00
+ 00 32 34 30 19 00 00 46 61 63 2E 20 50 72 6F 70
+ 65 72 74 79 20 55 6E 64 65 72 77 72 69 74 65 72
+ 03 00 00 35 35 35 13 00 00 4D 61 72 69 6E 65 20
+ 48 75 6C 6C 20 4D 61 6E 61 67 65 72 04 00 00 35
+ 39 33 38 03 00 00 33 35 36 03 00 00 33 35 37 03
+ 00 00 35 38 31 0C 00 00 52 65 63 65 70 74 69 6F
+ 6E 69 73 74 04 00 00 38 34 35 37 03 00 00 35 37
+ 36 19 00 00 48 52 20 4D 61 6E 61 67 65 72 2C 20
+ 53 65 61 20 45 61 73 74 20 41 73 69 61 06 00 00
+ 4D 75 6D 62 61 69 03 00 00 33 38 30 1B 00 00 45
+ 6E 67 69 6E 65 65 72 69 6E 67 20 4C 69 61 69 73
+ 6F 6E 20 4D 61 6E 61 67 65 72 03 00 00 33 35 38
+ 0E 00 00 53 65 6E 69 6F 72 20 4D 61 6E 61 67 65
+ 72 04 00 00 38 34 35 38 04 00 00 38 34 35 39 03
+ 00 00 31 32 36 13 00 00 54 65 63 68 6E 69 63 61
+ 6C 20 41 73 73 69 73 74 61 6E 74 04 00 00 34 34
+ 31 37 10 00 00 4E 6F 6E 2D 4C 69 66 65 20 4D 61
+ 6E 61 67 65 72 04 00 00 39 37 32 39 04 00 00 38
+ 35 37 39 04 00 00 32 37 33 38 03 00 00 31 39 35
+ 1B 00 00 48 65 61 64 20 6F 66 20 43 6C 69 65 6E
+ 74 20 43 6F 6F 72 64 69 6E 61 74 69 6F 6E 03 00
+ 00 31 32 37 16 00 00 53 65 63 72 65 74 61 72 79
+ 2F 52 65 63 65 70 74 69 6F 6E 69 73 74 04 00 00
+ 31 39 34 37 04 00 00 33 38 36 36 03 00 00 32 37
+ 34 03 00 00 36 38 36 03 00 00 31 39 37 1C 00 00
+ 54 65 63 68 6E 2E 41 63 63 6F 75 6E 74 73 20 41
+ 64 6D 69 6E 69 73 74 72 61 74 6F 72 04 00 00 33
+ 32 36 36 04 00 00 38 35 39 35 04 00 00 35 35 37
+ 37 04 00 00 32 31 36 35 13 00 00 4D 61 6E 61 67
+ 65 72 20 4B 6F 72 65 61 6E 20 44 65 73 6B 04 00
+ 00 38 34 32 31 03 00 00 36 30 36 04 00 00 38 36
+ 38 30 03 00 00 31 39 39 03 00 00 35 33 35 16 00
+ 00 55 6E 64 65 72 77 72 69 74 69 6E 67 20 41 73
+ 73 69 73 74 61 6E 74 03 00 00 35 35 39 04 00 00
+ 38 35 31 31 03 00 00 32 30 30 12 00 00 43 6C 69
+ 65 6E 74 20 43 6F 6F 72 64 69 6E 61 74 6F 72 04
+ 00 00 35 32 32 32 04 00 00 38 35 38 33 03 00 00
+ 34 39 37 14 00 00 4D 61 6E 61 67 65 72 20 55 6E
+ 64 65 72 77 72 69 74 69 6E 67 04 00 00 35 39 36
+ 38 14 00 00 42 55 53 20 54 72 61 69 6E 69 6E 67
+ 20 4D 61 6E 61 67 65 72 03 00 00 35 37 35 1A 00
+ 00 52 65 67 69 6F 6E 61 6C 20 50 72 6F 70 65 72
+ 74 79 20 46 61 63 2E 4D 67 72 2E 03 00 00 32 30
+ 33 1B 00 00 44 65 70 75 74 79 20 48 65 61 64 20
+ 45 4E 20 55 6E 64 65 72 77 72 69 74 69 6E 67 03
+ 00 00 35 34 36 19 00 00 46 61 63 75 6C 74 61 74
+ 69 76 65 20 41 64 6D 69 6E 69 73 74 72 61 74 6F
+ 72 04 00 00 36 36 32 32 05 00 00 31 32 35 35 39
+ 05 00 00 31 32 30 38 38 03 00 00 35 31 36 04 00
+ 00 32 38 39 30 15 00 00 49 6E 74 65 72 6E 61 74
+ 69 6F 6E 61 6C 20 53 75 70 70 6F 72 74 03 00 00
+ 34 39 35 18 00 00 50 72 6F 70 65 72 74 79 20 4C
+ 69 61 69 73 6F 6E 20 4D 61 6E 61 67 65 72 04 00
+ 00 36 34 35 37 18 00 00 45 6E 67 69 6E 65 65 72
+ 69 6E 67 20 55 6E 64 65 72 77 72 69 74 69 6E 67
+ 04 00 00 34 30 32 34 03 00 00 31 36 33 12 00 00
+ 48 65 61 64 20 4C 6F 63 61 6C 20 4F 66 66 69 63
+ 65 73 04 00 00 34 38 35 39 16 00 00 4C 6F 74 75
+ 73 20 4E 6F 74 65 73 20 45 6E 74 77 69 63 6B 6C
+ 65 72 04 00 00 38 35 34 32 04 00 00 38 35 32 37
+ 04 00 00 38 35 33 36 04 00 00 36 35 35 33 04 00
+ 00 32 34 35 31 14 00 00 44 65 70 61 72 74 6D 65
+ 6E 74 20 53 65 63 72 65 74 61 72 79 03 00 00 39
+ 36 35 04 00 00 38 36 36 37 10 00 00 52 65 73 65
+ 61 72 63 68 20 26 20 43 6F 6D 6D 2E 04 00 00 38
+ 34 37 38 04 00 00 31 38 34 34 03 00 00 33 34 32
+ 10 00 00 41 63 63 6F 75 6E 74 73 20 4D 61 6E 61
+ 67 65 72 03 00 00 35 33 34 10 00 00 46 61 63 2E
+ 20 50 72 6F 70 65 72 74 79 20 55 57 03 00 00 32
+ 34 31 07 00 00 54 72 61 69 6E 65 65 03 00 00 32
+ 34 32 03 00 00 35 32 35 13 00 00 41 63 63 6F 75
+ 6E 74 20 55 6E 64 65 72 77 72 69 74 65 72 0A 00
+ 00 32 36 2E 30 39 2E 31 39 37 38 0A 00 00 31 35
+ 2E 30 36 2E 31 39 39 38 0A 00 00 30 31 2E 30 31
+ 2E 31 39 35 34 0A 00 00 31 39 2E 30 39 2E 31 39
+ 37 37 0A 00 00 32 30 2E 30 35 2E 31 39 35 31 0A
+ 00 00 30 31 2E 30 38 2E 31 39 39 38 0A 00 00 33
+ 31 2E 31 30 2E 31 39 36 38 0A 00 00 30 34 2E 30
+ 39 2E 31 39 36 34 0A 00 00 31 30 2E 30 37 2E 32
+ 30 30 30 0A 00 00 32 39 2E 30 38 2E 31 39 36 38
+ 0A 00 00 30 31 2E 31 30 2E 31 39 39 36 14 00 00
+ 53 65 6E 6F 69 72 20 52 69 73 6B 20 45 6E 67 69
+ 6E 65 65 72 0A 00 00 30 33 2E 31 30 2E 31 39 37
+ 30 0A 00 00 30 31 2E 30 33 2E 31 39 39 38 0A 00
+ 00 31 34 2E 30 33 2E 31 39 37 31 17 00 00 49 54
+ 20 53 65 63 75 72 69 74 79 20 43 6F 6F 72 64 69
+ 6E 61 74 6F 72 19 00 00 53 65 6E 2E 20 49 54 20
+ 53 65 63 75 72 2E 20 50 72 6F 6A 2E 20 4D 67 72
+ 2E 11 00 00 46 69 6E 61 6E 7A 2D 53 70 65 7A 69
+ 61 6C 69 73 74 16 00 00 47 72 6F 75 70 20 43 6F
+ 6D 70 65 6E 73 61 74 69 6F 6E 20 4D 67 72 12 00
+ 00 43 6F 6E 66 65 72 65 6E 63 65 20 4D 61 6E 61
+ 67 65 72 12 00 00 44 65 70 75 74 79 20 48 65 61
+ 64 20 6F 66 20 54 41 41 19 00 00 53 65 6E 2E 20
+ 56 69 63 65 20 50 72 65 73 69 64 65 6E 74 20 52
+ 65 69 6E 2E 0F 00 00 48 65 61 64 20 6F 66 20 52
+ 26 52 20 48 55 42 0C 00 00 4D 61 6E 68 61 74 74
+ 61 6E 20 4E 59 0A 00 00 48 61 75 73 77 61 72 74
+ 69 6E 03 00 00 4C 58 32 14 00 00 42 65 72 65 69
+ 63 68 73 70 65 72 73 6F 6E 61 6C 63 68 65 66 06
+ 00 00 45 78 74 65 72 6E 19 00 00 48 65 61 64 20
+ 6F 66 20 52 65 69 6E 73 2E 4C 69 61 62 69 6C 69
+ 74 2E 2C 44 01 00 00 56 02 00 00 4E 4C 18 00 00
+ 53 65 6E 69 6F 72 20 43 6C 61 69 6D 73 20 43 6F
+ 6E 73 75 6C 74 61 6E 74 08 00 00 44 69 72 65 63
+ 74 6F 72 07 00 00 42 45 52 4D 55 44 41 0A 00 00
+ 53 74 72 75 63 74 75 72 65 72 0A 00 00 4F 70 65
+ 72 61 74 69 6F 6E 73 06 00 00 32 30 30 31 30 36
+ 02 00 00 42 52 09 00 00 53 61 6F 20 50 61 75 6C
+ 6F 0A 00 00 30 39 2E 30 35 2E 31 39 37 36 0A 00
+ 00 31 34 2E 30 38 2E 31 39 36 37 0A 00 00 30 31
+ 2E 30 37 2E 31 39 39 35 0A 00 00 32 35 2E 30 33
+ 2E 31 39 37 32 0A 00 00 30 33 2E 30 31 2E 32 30
+ 30 30 0A 00 00 32 31 2E 30 34 2E 31 39 37 30 0A
+ 00 00 30 39 2E 30 35 2E 31 39 36 32 0A 00 00 30
+ 32 2E 30 39 2E 31 39 39 36 0A 00 00 31 35 2E 30
+ 34 2E 31 39 37 31 0A 00 00 32 37 2E 31 30 2E 31
+ 39 39 37 0A 00 00 32 32 2E 31 30 2E 31 39 36 38
+ 0A 00 00 32 36 2E 30 35 2E 31 39 39 33 0A 00 00
+ 30 32 2E 30 33 2E 31 39 35 38 0A 00 00 30 31 2E
+ 30 33 2E 31 39 38 34 0A 00 00 31 36 2E 30 35 2E
+ 31 39 35 36 0A 00 00 32 38 2E 30 38 2E 31 39 36
+ 37 0A 00 00 32 30 2E 30 33 2E 31 39 36 32 0A 00
+ 00 30 31 2E 30 33 2E 31 39 39 36 0A 00 00 30 35
+ 2E 30 32 2E 31 39 36 38 0A 00 00 30 35 2E 31 32
+ 2E 31 39 36 38 0A 00 00 31 30 2E 30 34 2E 31 39
+ 39 35 0A 00 00 30 34 2E 30 31 2E 31 39 37 33 0A
+ 00 00 32 39 2E 30 37 2E 31 39 35 39 0A 00 00 32
+ 34 2E 30 36 2E 31 39 36 30 0A 00 00 31 32 2E 30
+ 33 2E 31 39 36 39 1C 00 00 50 65 72 73 6F 6E 61
+ 6C 20 41 73 73 74 2E 20 74 6F 20 43 68 69 65 66
+ 20 52 65 70 2E 0A 00 00 31 33 2E 30 38 2E 31 39
+ 37 34 0A 00 00 30 31 2E 30 36 2E 32 30 30 30 0A
+ 00 00 30 33 2E 30 38 2E 31 39 34 39 0A 00 00 30
+ 31 2E 30 33 2E 31 39 39 32 0A 00 00 32 36 2E 30
+ 31 2E 31 39 36 32 0A 00 00 32 37 2E 30 39 2E 31
+ 39 38 34 0A 00 00 30 34 2E 30 33 2E 31 39 35 34
+ 03 00 00 4E 2F 41 0A 00 00 32 32 2E 30 33 2E 31
+ 39 36 34 0A 00 00 30 31 2E 30 37 2E 31 39 39 39
+ 0A 00 00 30 36 2E 30 36 2E 31 39 37 32 0A 00 00
+ 32 39 2E 30 39 2E 31 39 35 39 0A 00 00 31 36 2E
+ 30 31 2E 31 39 39 31 0A 00 00 32 38 2E 31 32 2E
+ 31 39 36 30                                    
diff --git a/test-data/spreadsheet/BigSSTRecord2CR4 b/test-data/spreadsheet/BigSSTRecord2CR4
new file mode 100755 (executable)
index 0000000..f8fd534
--- /dev/null
@@ -0,0 +1,515 @@
+             3C 00 20 20 0A 00 00 32 34 2E 30 36
+ 2E 31 39 39 36 0A 00 00 31 36 2E 30 32 2E 31 39
+ 35 33 0A 00 00 32 33 2E 30 32 2E 31 39 37 33 0A
+ 00 00 31 35 2E 30 39 2E 31 39 36 38 0A 00 00 32
+ 35 2E 30 38 2E 31 39 39 37 0A 00 00 32 36 2E 30
+ 39 2E 31 39 36 30 0A 00 00 30 32 2E 30 31 2E 32
+ 30 30 30 0A 00 00 32 33 2E 31 30 2E 31 39 36 39
+ 0A 00 00 32 32 2E 30 32 2E 31 39 34 39 0A 00 00
+ 30 38 2E 31 32 2E 31 39 36 35 0A 00 00 30 32 2E
+ 30 38 2E 31 39 39 39 0A 00 00 30 39 2E 30 31 2E
+ 31 39 37 33 0A 00 00 30 31 2E 30 32 2E 32 30 30
+ 30 0A 00 00 30 38 2E 31 32 2E 31 39 35 37 0A 00
+ 00 32 33 2E 30 33 2E 31 39 37 33 02 00 00 32 33
+ 10 00 00 48 F4 74 65 73 73 65 20 61 63 63 75 65
+ 75 69 6C 02 00 00 34 34 0D 00 00 43 6F 6D 6D 75
+ 6E 69 63 61 74 69 6F 6E 1B 00 00 52 65 73 70 2E
+ 73 75 70 70 6F 72 74 20 74 65 63 68 6E 2E 20 49
+ 6E 66 6F 72 6D 2E 02 00 00 36 32 1B 00 00 52 65
+ 73 70 6F 6E 73 69 62 6C 65 20 22 73 70 65 63 69
+ 61 6C 20 6C 69 6E 65 73 22 08 00 00 36 30 33 2D
+ 32 30 30 33 08 00 00 36 30 33 2D 32 30 30 34 08
+ 00 00 36 30 33 2D 32 30 30 35 08 00 00 36 30 33
+ 2D 32 30 30 38 08 00 00 36 30 33 2D 32 30 30 39
+ 08 00 00 36 30 33 2D 32 30 31 30 02 00 00 50 33
+ 14 00 00 55 57 20 50 72 6F 70 65 72 74 79 2F 43
+ 61 73 75 61 6C 74 79 03 00 00 54 4E 44 0C 00 00
+ 44 65 61 6C 20 4D 61 6E 61 67 65 72 13 00 00 55
+ 57 20 53 75 70 70 6F 72 74 20 46 61 6B 20 53 61
+ 63 68 02 00 00 53 33 17 00 00 52 2F 49 20 50 72
+ 6F 64 75 63 74 20 43 6F 6E 74 72 6F 6C 6C 69 6E
+ 67 19 00 00 55 6E 64 65 72 77 72 69 74 69 6E 67
+ 20 53 75 70 70 2E 20 4D 61 72 69 6E 65 19 00 00
+ 48 65 61 64 20 49 6E 74 65 72 6E 2E 20 43 6C 69
+ 65 6E 74 73 20 55 6E 69 74 19 00 00 53 65 6E 2E
+ 46 69 6E 61 6E 63 2E 53 6F 6C 75 74 69 6F 6E 73
+ 20 43 6F 6E 73 13 00 00 54 61 63 74 69 63 61 6C
+ 20 41 6C 6C 6F 63 61 74 69 6F 6E 18 00 00 44 65
+ 70 2E 48 65 61 64 20 54 65 63 68 6E 2E 49 6E 66
+ 72 61 73 74 72 2E 18 00 00 44 69 76 69 73 69 6F
+ 6E 61 6C 20 43 6F 6D 6D 2E 20 4F 66 66 69 63 65
+ 72 19 00 00 44 65 70 75 74 79 20 48 65 61 64 20
+ 42 75 73 2E 20 54 72 61 69 6E 69 6E 67 0F 00 00
+ 43 61 73 68 20 4D 61 6E 61 67 65 6D 65 6E 74 18
+ 00 00 50 45 4B 41 2F 50 34 30 30 2F 48 52 2D 4D
+ 49 53 20 41 70 70 6C 69 63 2E 0B 00 00 48 65 61
+ 64 20 6F 66 20 4B 4E 43 15 00 00 53 70 65 7A 69
+ 61 6C 69 73 74 20 52 56 2D 54 65 63 68 6E 69 6B
+ 19 00 00 43 6F 72 70 2E 20 49 64 65 6E 74 69 74
+ 79 20 53 70 65 63 69 61 6C 69 73 74 14 00 00 48
+ 65 61 64 20 43 61 73 68 20 4D 61 6E 61 67 65 6D
+ 65 6E 74 16 00 00 49 54 20 53 65 63 75 72 69 74
+ 79 20 43 6F 6E 73 75 6C 74 61 6E 74 17 00 00 55
+ 6E 64 65 72 77 72 69 74 65 72 20 54 72 65 61 74
+ 79 20 44 65 73 6B 11 00 00 50 72 6F 6A 65 6B 74
+ 2D 41 73 73 69 73 74 65 6E 74 11 00 00 50 6F 72
+ 74 61 6C 20 43 6F 6E 73 75 6C 74 61 6E 74 10 00
+ 00 53 65 6E 2E 20 55 57 20 50 72 6F 70 65 72 74
+ 79 11 00 00 54 65 61 6D 20 53 65 63 72 65 74 61
+ 72 79 20 52 42 19 00 00 47 72 70 2E 20 53 65 63
+ 75 72 69 74 79 26 53 61 66 65 74 79 20 4D 67 72
+ 2E 19 00 00 4A 75 6E 69 6F 72 20 49 6E 76 65 73
+ 74 2E 20 43 6F 6E 74 72 6F 6C 6C 65 72 16 00 00
+ 65 2D 6D 61 72 6B 65 74 73 20 69 6E 74 65 6C 6C
+ 69 67 65 6E 63 65 0F 00 00 41 72 63 68 69 76 65
+ 20 4D 61 6E 61 67 65 72 19 00 00 41 73 73 69 73
+ 74 2E 20 74 6F 20 48 65 61 64 20 4D 61 72 6B 65
+ 74 69 6E 67 06 00 00 4B F6 63 68 69 6E 18 00 00
+ 41 73 73 69 73 74 61 6E 74 20 74 6F 20 48 65 61
+ 64 20 47 72 70 20 50 4D 14 00 00 48 6F 74 65 6C
+ 66 61 63 68 61 73 73 69 73 74 65 6E 74 69 6E 19
+ 00 00 48 65 61 64 20 42 65 73 74 20 50 72 61 63
+ 74 69 63 65 26 41 75 64 69 74 73 18 00 00 4B 6F
+ 6D 6D 75 6E 69 6B 61 74 69 6F 6E 73 73 70 65 7A
+ 69 61 6C 69 73 74 18 00 00 53 65 6E 2E 20 49 6E
+ 76 65 73 74 6D 2E 20 43 6F 6E 74 72 6F 6C 6C 65
+ 72 0A 00 00 50 4D 4F 20 45 75 72 6F 70 65 17 00
+ 00 53 70 65 63 69 61 6C 20 50 72 6F 6A 65 63 74
+ 20 4D 61 6E 61 67 65 72 18 00 00 53 65 6E 69 6F
+ 72 20 46 69 6E 61 6E 63 69 61 6C 20 4F 66 66 69
+ 63 65 72 15 00 00 49 6E 76 65 73 74 6D 65 6E 74
+ 20 41 63 63 6F 75 6E 74 69 6E 67 19 00 00 48 65
+ 61 64 20 6F 66 20 42 75 73 69 6E 65 73 73 20 54
+ 72 61 69 6E 69 6E 67 14 00 00 41 73 73 2E 20 41
+ 63 63 6F 75 6E 74 20 4D 61 6E 61 67 65 72 02 00
+ 00 44 42 17 00 00 4C 65 69 74 65 72 69 6E 20 45
+ 72 77 65 72 62 20 2F 20 52 65 63 68 74 18 00 00
+ 44 65 70 2E 20 47 72 6F 75 70 20 43 6C 61 69 6D
+ 73 20 43 6F 6F 72 64 2E 17 00 00 4D 61 6E 61 67
+ 65 72 20 53 79 73 74 65 6D 20 53 65 72 76 69 63
+ 65 73 16 00 00 4D 65 6D 62 65 72 20 42 55 53 20
+ 50 65 72 66 6F 72 6D 61 6E 63 65 14 00 00 49 6E
+ 76 65 73 74 6D 65 6E 74 20 52 65 70 6F 72 74 69
+ 6E 67 19 00 00 53 65 6E 2E 20 49 54 20 53 65 63
+ 75 72 69 74 79 20 43 6F 6E 73 75 6C 74 2E 17 00
+ 00 53 61 63 68 62 65 61 72 62 2E 20 45 72 77 65
+ 72 62 26 52 65 63 68 74 19 00 00 53 65 6E 2E 20
+ 41 63 63 6F 75 6E 74 61 6E 74 2F 43 6F 6E 74 72
+ 6F 6C 6C 2E 10 00 00 43 6F 6D 6D 2E 20 43 6F 6E
+ 73 75 6C 74 61 6E 74 17 00 00 4C 69 65 67 65 6E
+ 73 63 68 61 66 74 65 6E 76 65 72 77 61 6C 74 65
+ 72 10 00 00 41 64 6D 69 6E 2E 20 50 72 75 64 65
+ 6E 74 69 61 02 00 00 47 50 0B 00 00 43 75 72 61
+ 74 6F 72 73 68 69 70 19 00 00 48 65 61 64 20 6F
+ 66 20 57 6F 72 6B 73 74 2E 20 49 6E 66 72 61 73
+ 74 72 2E 18 00 00 4D 67 72 2E 20 44 61 74 61 20
+ 43 61 70 74 2E 26 54 61 78 6F 6E 6F 6D 79 19 00
+ 00 54 65 61 6D 6C 65 69 74 65 72 20 54 65 63 68
+ 6E 2E 20 53 75 70 70 6F 72 74 19 00 00 48 65 61
+ 64 20 53 52 20 54 65 63 68 6E 6F 6C 6F 67 79 20
+ 53 74 61 6E 64 2E 12 00 00 43 6F 6D 6D 2E 20 41
+ 73 73 2E 20 52 FC 73 63 68 6C 2E 0D 00 00 4C 6F
+ 63 61 6C 20 4F 66 66 69 63 65 72 06 00 00 4C 54
+ 50 52 20 44 12 00 00 53 74 76 2E 20 47 72 75 70
+ 70 65 6E 6C 65 69 74 65 72 06 00 00 4C 54 50 52
+ 20 45 06 00 00 4C 54 50 52 20 47 06 00 00 4C 54
+ 50 52 20 49 06 00 00 4C 54 50 52 20 46 06 00 00
+ 4C 54 50 52 20 41 09 00 00 52 65 70 6F 72 74 69
+ 6E 67 19 00 00 47 72 6F 75 70 20 49 54 20 53 65
+ 63 75 72 69 74 79 20 4F 66 66 69 63 65 72 06 00
+ 00 4C 54 50 52 20 48 18 00 00 4C 65 69 74 65 72
+ 20 48 79 70 6F 74 68 65 6B 65 6E 2F 41 64 6D 69
+ 6E 2E 06 00 00 4C 54 50 52 20 43 19 00 00 53 61
+ 63 68 62 65 61 72 62 65 69 74 65 72 69 6E 20 48
+ 79 70 6F 74 68 65 6B 11 00 00 41 73 73 69 73 74
+ 61 6E 74 20 43 4C 4F 2F 43 43 4F 18 00 00 50 72
+ 6F 6A 2E 20 4D 61 6E 61 67 65 72 20 53 70 6F 6E
+ 73 6F 72 69 6E 67 0A 00 00 4C 65 69 74 65 72 20
+ 42 61 75 11 00 00 48 65 61 64 20 6F 66 20 54 65
+ 6C 65 70 68 6F 6E 79 18 00 00 53 65 6E 69 6F 72
+ 20 49 6E 66 6F 72 6D 61 74 69 6F 6E 20 53 70 65
+ 63 2E 18 00 00 41 73 73 2E 20 54 61 63 74 69 63
+ 61 6C 20 41 6C 6C 6F 63 61 74 69 6F 6E 12 00 00
+ 50 72 6F 6A 65 63 74 20 4D 61 6E 61 67 65 6D 65
+ 6E 74 19 00 00 48 65 61 64 20 49 6E 76 2E 46 75
+ 6E 64 73 2F 4F 70 65 72 61 74 69 6F 6E 73 18 00
+ 00 46 69 6E 61 6E 63 2E 20 4F 66 66 2E 20 73 77
+ 69 66 74 72 65 2E 63 6F 6D 19 00 00 4C 65 61 72
+ 6E 69 6E 67 43 6F 6F 72 64 69 6E 61 74 6F 72 20
+ 5A 4F 52 52 4F 17 00 00 48 65 61 64 20 43 4D 53
+ 20 43 6C 65 61 72 69 6E 67 20 48 6F 75 73 65 18
+ 00 00 45 6E 67 69 6E 65 65 72 69 6E 67 20 55 57
+ 20 41 73 73 69 73 74 61 6E 74 15 00 00 50 72 6F
+ 70 65 72 74 79 20 50 72 6F 64 75 63 74 20 4D 67
+ 72 2E 06 00 00 4C 54 50 52 20 42 0E 00 00 48 65
+ 61 64 20 50 72 75 64 65 6E 74 69 61 02 00 00 44
+ 57 19 00 00 48 65 61 64 20 44 61 74 61 20 57 61
+ 72 65 68 6F 75 73 65 20 53 65 72 76 2E 02 00 00
+ 47 45 19 00 00 48 65 61 64 20 43 6F 6E 74 72 6F
+ 6C 6C 69 6E 67 20 50 72 6F 6A 65 63 74 73 16 00
+ 00 50 6F 72 74 61 6C 20 43 6F 6E 74 65 6E 74 20
+ 4D 61 6E 61 67 65 72 02 00 00 20 35 02 00 00 20
+ 34 25 00 00 41 73 73 69 73 74 61 6E 74 65 20 64
+ E9 70 61 72 74 65 6D 65 6E 74 20 74 72 61 69 74
+ E9 20 6E 6F 6E 20 76 69 65 03 00 00 43 34 32 03
+ 00 00 43 34 33 03 00 00 43 34 34 03 00 00 43 34
+ 35 03 00 00 43 34 36 0D 00 00 52 75 6E 4F 66 66
+ 20 52 65 61 63 6F 6C 03 00 00 43 34 37 03 00 00
+ 43 34 38 03 00 00 43 34 39 03 00 00 43 35 30 12
+ 00 00 43 6C 61 69 6D 73 20 4D 61 6E 61 67 65 72
+ 20 53 45 41 0F 00 00 50 72 6F 63 65 73 73 20 41
+ 6E 61 6C 79 73 74 0B 00 00 54 65 61 6D 20 4C 65
+ 61 64 65 72 18 00 00 43 61 73 75 61 6C 74 79 20
+ 4C 69 61 69 73 6F 6E 20 4D 61 6E 61 67 65 72 17
+ 00 00 48 75 6D 61 6E 20 52 65 73 6F 75 72 63 65
+ 73 20 4F 66 66 69 63 65 72 0F 00 00 46 61 63 20
+ 55 6E 64 65 72 77 72 69 74 65 72 13 00 00 48 65
+ 61 64 20 4F 70 65 72 61 74 69 6F 6E 73 20 53 53
+ 43 1A 00 00 43 61 73 75 61 6C 74 79 20 54 72 65
+ 61 74 79 20 55 57 20 4D 61 6E 61 67 65 72 0A 00
+ 00 4D 61 6E 61 67 65 72 2D 49 54 1F 00 00 46 61
+ 63 75 6C 74 61 74 69 76 65 20 55 57 20 53 75 70
+ 70 6F 72 74 20 43 61 73 75 61 6C 74 79 1B 00 00
+ 48 65 61 64 20 4C 65 61 72 6E 69 6E 67 20 26 20
+ 44 65 76 65 6C 6F 70 6D 65 6E 74 22 00 00 48 65
+ 61 64 20 6F 66 20 46 61 63 20 50 72 6F 70 65 72
+ 74 79 20 26 20 45 6E 67 69 6E 65 65 72 69 6E 67
+ 12 00 00 41 63 63 6F 75 6E 74 69 6E 67 20 4D 61
+ 6E 61 67 65 72 05 00 00 37 30 32 34 31 29 00 00
+ 48 65 61 64 20 6F 66 20 41 6D 65 72 69 63 61 73
+ 20 44 69 76 69 73 69 6F 6E 20 48 75 6D 61 6E 20
+ 52 65 73 6F 75 72 63 65 73 02 00 00 30 39 05 00
+ 00 38 30 33 38 33 07 00 00 41 6E 61 6C 79 73 74
+ 03 00 00 31 31 30 05 00 00 33 32 34 35 31 1E 00
+ 00 47 72 6F 75 70 20 50 72 6F 64 75 63 74 20 4D
+ 61 6E 61 67 65 72 20 43 61 73 75 61 6C 74 79 02
+ 00 00 30 31 05 00 00 38 31 34 38 39 13 00 00 46
+ 69 6E 61 6E 63 69 61 6C 20 41 6E 61 6C 79 73 74
+ 20 31 03 00 00 31 32 30 05 00 00 38 30 35 30 30
+ 09 00 00 50 72 69 6E 63 69 70 61 6C 02 00 00 30
+ 34 18 00 00 48 65 61 64 20 49 6E 76 65 73 74 6D
+ 65 6E 74 20 41 63 63 6F 75 6E 74 2E 14 00 00 50
+ 6F 72 74 66 6F 6C 69 6F 20 4D 61 6E 61 67 65 6D
+ 65 6E 74 19 00 00 41 73 73 2E 49 6E 76 65 73 74
+ 6F 72 20 52 65 6C 61 74 69 6F 6E 20 4D 67 72 19
+ 00 00 45 6C 65 63 74 72 6F 6E 69 63 20 52 69 73
+ 6B 20 45 78 63 68 61 6E 67 65 73 09 00 00 54 4C
+ 20 42 75 66 66 65 74 14 00 00 4C 65 61 72 6E 69
+ 6E 67 20 43 6F 6F 72 64 69 6E 61 74 6F 72 18 00
+ 00 54 65 63 68 6E 69 63 61 6C 20 49 6E 66 72 61
+ 73 74 72 75 63 74 75 72 65 19 00 00 48 65 61 64
+ 20 54 65 63 68 6E 2E 49 6E 66 72 61 73 74 72 75
+ 63 74 75 72 65 19 00 00 49 55 46 20 43 6F 6D 6D
+ 75 6E 69 63 61 74 69 6F 6E 20 4D 61 6E 61 67 65
+ 72 12 00 00 43 46 4F 20 42 75 73 69 6E 65 73 73
+ 20 47 72 6F 75 70 16 00 00 54 4C 20 45 69 6E 72
+ 69 63 68 74 75 6E 67 73 70 6C 61 6E 75 6E 67 15
+ 00 00 49 6E 76 65 73 74 6D 65 6E 74 20 43 6F 6E
+ 74 72 6F 6C 6C 65 72 18 00 00 48 65 61 64 20 6F
+ 66 20 4C 69 62 72 61 72 79 20 53 65 72 76 69 63
+ 65 73 0C 00 00 52 69 73 6B 20 4D 61 6E 61 67 65
+ 72 19 00 00 46 75 6E 63 74 69 6F 6E 61 6C 20 44
+ 65 73 69 67 6E 20 41 6E 61 6C 79 73 74 16 00 00
+ 41 73 73 69 73 74 61 6E 74 20 52 69 73 6B 20 4D
+ 61 6E 61 67 65 72 04 00 00 36 38 38 30 13 00 00
+ 53 61 63 68 62 65 61 72 62 65 69 74 65 72 20 46
+ 69 62 75 04 00 00 36 38 38 37 08 00 00 45 6E 67
+ 69 6E 65 65 72 04 00 00 36 38 39 32 04 00 00 36
+ 38 39 36 04 00 00 36 39 30 39 0C 00 00 50 72 69
+ 63 69 6E 67 2F 44 61 74 61 04 00 00 36 39 31 31
+ 0E 00 00 43 41 44 2D 53 70 65 7A 69 61 6C 69 73
+ 74 04 00 00 36 39 31 34 04 00 00 36 39 32 33 17
+ 00 00 47 72 6C 2E 20 42 65 74 72 69 65 62 20 4D
+ 79 74 68 65 6E 71 75 61 69 04 00 00 36 39 32 38
+ 0D 00 00 48 65 61 64 20 6F 66 20 4C 45 2F 4C 54
+ 04 00 00 36 39 33 35 04 00 00 36 39 33 39 14 00
+ 00 54 65 63 68 6E 69 73 63 68 65 72 20 5A 65 69
+ 63 68 6E 65 72 04 00 00 36 39 34 33 04 00 00 36
+ 39 35 36 13 00 00 46 61 63 68 72 65 66 65 72 65
+ 6E 74 20 55 6D 77 65 6C 74 04 00 00 36 39 35 37
+ 04 00 00 36 39 36 36 18 00 00 42 65 61 75 66 74
+ 72 61 67 74 65 20 4A 75 6E 69 6F 72 20 50 6F 77
+ 65 72 04 00 00 36 39 37 31 04 00 00 36 39 39 34
+ 04 00 00 37 30 30 33 04 00 00 37 30 30 37 17 00
+ 00 48 65 61 64 20 43 6F 72 70 6F 72 61 74 65 20
+ 44 65 76 65 6C 6F 70 2E 04 00 00 37 30 30 38 14
+ 00 00 4C 65 69 74 65 6E 64 65 72 20 4B FC 63 68
+ 65 6E 63 68 65 66 04 00 00 37 30 30 39 17 00 00
+ 54 4C 20 45 6C 65 6B 74 72 6F 20 26 20 47 65 62
+ 2E 74 65 63 68 6E 2E 04 00 00 37 30 31 31 0F 00
+ 00 53 74 76 2E 20 4B FC 63 68 65 6E 63 68 65 66
+ 04 00 00 37 30 31 34 04 00 00 37 30 32 33 04 00
+ 00 37 30 32 34 04 00 00 37 30 32 37 04 00 00 37
+ 30 35 31 18 00 00 53 65 6E 2E 20 43 72 65 64 69
+ 74 20 52 69 73 6B 20 4D 61 6E 61 67 65 72 04 00
+ 00 37 30 35 32 04 00 00 37 30 35 37 12 00 00 50
+ 72 6F 6A 65 63 74 20 53 70 65 63 69 61 6C 69 73
+ 74 04 00 00 37 30 36 32 04 00 00 37 30 36 36 18
+ 00 00 48 65 61 64 20 6F 66 20 4D 65 64 69 63 61
+ 6C 20 53 65 72 76 69 63 65 73 04 00 00 37 30 36
+ 39 04 00 00 37 30 38 33 04 00 00 37 30 38 34 0A
+ 00 00 43 49 2D 4D 61 6E 61 67 65 72 04 00 00 37
+ 30 38 36 13 00 00 47 72 6F 75 70 20 48 52 20 43
+ 6F 6E 74 72 6F 6C 6C 65 72 04 00 00 37 30 39 31
+ 04 00 00 37 30 39 32 15 00 00 47 72 6C 2E 20 53
+ 70 65 63 69 61 6C 20 42 75 73 69 6E 65 73 73 04
+ 00 00 37 30 39 33 04 00 00 37 30 39 35 04 00 00
+ 37 30 39 37 18 00 00 42 75 73 69 6E 65 73 73 20
+ 41 70 70 6C 2E 20 41 72 63 68 69 74 65 63 74 04
+ 00 00 37 31 30 30 04 00 00 37 31 30 32 12 00 00
+ 4D 61 6E 61 67 65 6D 65 6E 74 20 53 75 70 70 6F
+ 72 74 04 00 00 37 31 32 30 04 00 00 37 31 32 35
+ 04 00 00 37 31 32 38 04 00 00 37 31 32 39 04 00
+ 00 37 31 33 33 04 00 00 37 31 34 30 04 00 00 37
+ 31 34 33 08 00 00 41 6B 74 75 61 72 69 6E 04 00
+ 00 37 31 35 31 04 00 00 37 31 35 37 16 00 00 41
+ 73 73 69 73 74 61 6E 74 20 74 6F 20 55 6E 69 74
+ 20 48 65 61 64 04 00 00 37 31 36 30 04 00 00 37
+ 31 36 36 10 00 00 53 65 63 72 65 74 61 72 79 20
+ 74 6F 20 44 4F 4F 04 00 00 37 31 37 36 04 00 00
+ 37 31 38 30 15 00 00 47 72 75 70 70 65 6E 6C 65
+ 69 74 65 72 20 53 75 70 70 6F 72 74 04 00 00 37
+ 31 38 31 18 00 00 48 65 61 64 20 6F 66 20 48 6F
+ 74 65 6C 20 4F 70 65 72 61 74 69 6F 6E 73 04 00
+ 00 37 31 38 32 02 00 00 55 53 08 00 00 4E 65 77
+ 20 59 6F 72 6B 04 00 00 37 32 31 30 04 00 00 37
+ 32 31 33 04 00 00 37 32 36 37 04 00 00 37 32 37
+ 33 19 00 00 53 65 63 74 69 6F 6E 20 48 65 61 64
+ 20 53 70 65 63 69 61 6C 20 41 73 73 2E 04 00 00
+ 37 32 38 30 19 00 00 48 65 61 64 20 53 74 72 61
+ 74 2E 20 50 6C 61 6E 6E 2E 26 20 50 72 6F 6A 2E
+ 04 00 00 37 32 38 34 04 00 00 37 33 31 38 04 00
+ 00 37 33 31 39 04 00 00 37 33 32 32 04 00 00 37
+ 33 32 33 04 00 00 37 33 33 31 04 00 00 37 33 33
+ 34 03 00 00 47 49 41 04 00 00 37 33 33 38 19 00
+ 00 47 49 41 20 4F 66 66 69 63 65 26 43 6F 6D 6D
+ 75 6E 69 63 61 74 69 6F 6E 73 04 00 00 37 33 33
+ 39 0B 00 00 4F 72 67 61 6E 69 73 61 74 6F 72 04
+ 00 00 37 33 34 31 06 00 00 41 6B 74 75 61 72 04
+ 00 00 37 33 34 35 04 00 00 37 33 34 39 04 00 00
+ 37 33 36 30 04 00 00 37 33 36 31 04 00 00 37 33
+ 36 32 04 00 00 37 33 36 33 04 00 00 37 33 36 37
+ 04 00 00 37 33 37 37 04 00 00 37 33 37 38 15 00
+ 00 41 75 73 62 69 6C 64 75 6E 67 73 73 61 63 68
+ 62 65 61 72 62 2E 04 00 00 37 33 39 30 04 00 00
+ 37 33 39 32 04 00 00 37 34 32 30 04 00 00 37 34
+ 33 35 04 00 00 37 34 34 32 04 00 00 37 34 35 35
+ 11 00 00 54 4C 20 45 6C 65 6B 74 72 6F 74 65 63
+ 68 6E 69 6B 04 00 00 37 34 36 30 04 00 00 37 34
+ 36 31 04 00 00 37 34 37 39 04 00 00 37 34 39 32
+ 04 00 00 37 34 39 35 04 00 00 37 34 39 36 17 00
+ 00 55 65 62 65 72 73 65 74 7A 2E 2F 54 65 72 6D
+ 69 6E 6F 6C 6F 67 69 6E 04 00 00 37 35 30 30 0D
+ 00 00 4C 65 67 61 6C 20 43 6F 75 6E 73 65 6C 04
+ 00 00 37 35 30 33 04 00 00 37 35 31 30 13 00 00
+ 53 61 63 68 62 65 61 72 62 2E 20 47 72 6F 75 70
+ 20 50 4D 02 00 00 43 55 04 00 00 37 35 33 39 11
+ 00 00 54 61 74 65 6E 20 73 74 61 74 74 20 57 6F
+ 72 74 65 04 00 00 37 35 34 32 14 00 00 53 65 6E
+ 69 6F 72 20 41 75 64 69 74 20 4D 61 6E 61 67 65
+ 72 04 00 00 37 35 34 37 04 00 00 37 35 34 39 04
+ 00 00 37 35 35 38 04 00 00 37 35 36 32 12 00 00
+ 50 72 6F 6A 65 63 74 20 43 6F 6E 73 75 6C 74 61
+ 6E 74 04 00 00 37 35 36 35 0C 00 00 43 6F 6D 6D
+ 69 73 2D 4B FC 63 68 65 04 00 00 37 35 36 38 04
+ 00 00 37 35 37 31 04 00 00 37 35 37 33 13 00 00
+ 53 61 63 68 62 65 61 72 62 65 69 74 65 72 20 42
+ 65 62 75 04 00 00 37 35 37 34 19 00 00 53 61 63
+ 68 62 65 61 72 62 2E 20 52 65 63 68 6E 75 6E 67
+ 73 77 65 73 65 6E 04 00 00 37 35 37 37 04 00 00
+ 37 35 38 31 13 00 00 48 65 61 64 20 6F 66 20 4C
+ 41 2F 4C 45 2F 4C 4E 20 46 4D 04 00 00 37 35 39
+ 32 04 00 00 37 35 39 33 04 00 00 37 35 39 39 04
+ 00 00 37 36 30 31 04 00 00 37 36 32 31 04 00 00
+ 37 36 32 36 04 00 00 37 36 32 39 11 00 00 41 63
+ 74 75 61 72 69 61 6C 20 41 6E 61 6C 79 73 74 04
+ 00 00 37 36 34 31 04 00 00 37 36 34 37 04 00 00
+ 37 36 34 38 09 00 00 45 63 6F 6E 6F 6D 69 73 74
+ 04 00 00 37 36 34 39 04 00 00 37 36 35 30 04 00
+ 00 37 36 35 32 0E 00 00 50 72 6F 6A 65 6B 74 6D
+ 61 6E 61 67 65 72 04 00 00 37 36 35 39 04 00 00
+ 37 36 36 30 12 00 00 4B 6F 6E 7A 65 72 6E 6B 6F
+ 6F 72 64 69 6E 61 74 6F 72 04 00 00 37 36 36 31
+ 04 00 00 37 36 36 33 04 00 00 37 36 38 31 04 00
+ 00 37 36 38 36 04 00 00 37 36 38 38 04 00 00 37
+ 36 39 30 04 00 00 37 36 39 32 04 00 00 37 36 39
+ 37 04 00 00 37 37 30 38 18 00 00 4D 65 6D 62 65
+ 72 20 6F 66 20 45 78 65 63 75 74 69 76 65 20 54
+ 65 61 6D 04 00 00 37 37 31 33 0E 00 00 49 6E 6E
+ 65 6E 61 72 63 68 69 74 65 6B 74 04 00 00 37 37
+ 32 33 0E 00 00 53 65 6E 69 6F 72 20 41 63 74 75
+ 61 72 79 04 00 00 37 37 33 31 04 00 00 37 37 34
+ 35 04 00 00 37 37 35 33 04 00 00 37 37 35 36 04
+ 00 00 37 37 37 37 04 00 00 37 37 37 38 04 00 00
+ 37 37 38 33 04 00 00 37 37 38 37 12 00 00 48 65
+ 61 64 20 6F 66 20 44 65 70 61 72 74 6D 65 6E 74
+ 04 00 00 37 37 38 39 04 00 00 37 37 39 38 04 00
+ 00 37 38 31 38 04 00 00 37 38 33 35 04 00 00 37
+ 38 33 36 04 00 00 37 38 37 30 04 00 00 37 38 37
+ 32 1A 00 00 54 4C 20 4D 61 72 69 6E 65 20 55 57
+ 20 47 72 65 61 74 65 72 20 43 68 69 6E 61 03 00
+ 00 32 30 39 12 00 00 50 65 72 73 6F 6E 61 6C 20
+ 41 73 73 69 73 74 61 6E 74 03 00 00 32 31 30 18
+ 00 00 48 65 61 64 20 4D 67 6D 74 26 20 46 69 6E
+ 2E 20 53 65 72 76 69 63 65 73 04 00 00 38 35 33
+ 37 13 00 00 44 61 74 61 20 49 54 2D 4B 6F 6F 72
+ 64 69 6E 61 74 6F 72 03 00 00 34 39 38 05 00 00
+ 31 30 35 32 33 05 00 00 31 30 31 36 34 04 00 00
+ 38 36 33 31 03 00 00 32 34 34 03 00 00 32 34 35
+ 04 00 00 38 36 30 34 04 00 00 36 35 36 39 10 00
+ 00 50 72 69 63 69 70 61 6C 20 4F 66 66 69 63 65
+ 72 04 00 00 38 36 30 31 05 00 00 31 30 34 32 39
+ 03 00 00 31 32 34 04 00 00 35 38 36 32 05 00 00
+ 31 31 30 32 37 03 00 00 35 36 32 03 00 00 35 30
+ 32 04 00 00 33 39 33 32 04 00 00 38 39 32 39 14
+ 00 00 48 65 61 64 20 48 75 6D 61 6E 20 52 65 73
+ 6F 75 72 63 65 73 05 00 00 31 31 38 33 33 04 00
+ 00 35 31 36 38 04 00 00 38 35 37 37 04 00 00 38
+ 36 37 33 03 00 00 33 33 38 03 00 00 33 33 37 14
+ 00 00 53 65 6E 69 6F 72 20 41 64 6D 69 6E 69 73
+ 74 72 61 74 6F 72 04 00 00 38 36 38 33 03 00 00
+ 32 34 37 1C 00 00 4D 61 6E 61 67 65 72 20 4E 6F
+ 6E 2D 4C 69 66 65 20 52 65 69 6E 73 75 72 61 6E
+ 63 65 04 00 00 37 30 32 30 04 00 00 33 38 36 34
+ 03 00 00 33 38 38 1A 00 00 48 65 61 64 20 6F 66
+ 20 46 69 6E 61 6E 63 69 61 6C 20 41 64 76 69 73
+ 6F 72 79 03 00 00 32 31 32 1D 00 00 41 73 73 74
+ 2E 20 74 6F 20 43 68 69 65 66 20 52 65 70 72 65
+ 73 65 6E 74 61 74 69 76 65 05 00 00 31 30 30 37
+ 39 03 00 00 32 31 39 1A 00 00 43 6F 6E 74 72 6F
+ 6C 6C 65 72 2C 20 52 65 69 6E 73 2E 41 63 63 6F
+ 75 6E 74 73 03 00 00 33 36 36 03 00 00 31 33 35
+ 03 00 00 35 33 39 03 00 00 35 30 39 1D 00 00 48
+ 65 61 64 20 6F 66 20 43 6F 72 70 6F 72 61 74 65
+ 20 44 65 76 65 6C 6F 70 6D 65 6E 74 03 00 00 31
+ 34 35 17 00 00 52 65 70 72 65 73 65 6E 74 61 74
+ 69 76 65 20 50 72 6F 70 65 72 74 79 03 00 00 35
+ 32 32 0E 00 00 4D 61 72 69 6E 65 20 4D 61 6E 61
+ 67 65 72 03 00 00 35 32 31 04 00 00 33 37 35 38
+ 04 00 00 36 39 37 36 04 00 00 36 31 35 30 04 00
+ 00 39 31 35 34 19 00 00 48 65 61 64 20 52 65 69
+ 6E 73 75 72 61 6E 63 65 20 41 63 63 6F 75 6E 74
+ 2E 02 00 00 45 53 02 00 00 53 4F 04 00 00 32 39
+ 33 34 10 00 00 55 6E 64 65 72 77 72 69 74 65 72
+ 20 53 6F 52 69 02 00 00 45 59 04 00 00 32 39 36
+ 37 12 00 00 41 64 6D 69 6E 69 73 74 72 61 74 69
+ 6F 6E 20 53 53 43 02 00 00 45 50 02 00 00 50 31
+ 04 00 00 32 39 38 36 18 00 00 55 57 20 53 75 70
+ 70 6F 72 74 20 46 61 63 2E 20 50 72 6F 70 65 72
+ 74 79 04 00 00 33 30 35 35 0D 00 00 53 65 63 72
+ 65 74 61 72 79 20 53 53 43 04 00 00 33 30 38 31
+ 02 00 00 43 33 04 00 00 33 31 30 32 04 00 00 33
+ 31 30 33 04 00 00 33 31 30 37 02 00 00 45 4F 04
+ 00 00 33 31 31 31 04 00 00 33 31 31 32 02 00 00
+ 45 45 04 00 00 33 31 31 36 18 00 00 48 65 61 64
+ 20 41 70 70 6C 69 63 61 74 69 6F 6E 20 53 75 70
+ 70 6F 72 74 02 00 00 45 44 04 00 00 33 31 31 37
+ 04 00 00 33 31 33 31 13 00 00 42 75 73 69 6E 65
+ 73 73 20 45 78 70 65 72 74 20 53 53 43 04 00 00
+ 33 31 33 33 02 00 00 53 31 04 00 00 33 31 34 34
+ 11 00 00 55 6E 64 65 72 77 72 69 74 65 72 20 53
+ 57 49 46 54 02 00 00 45 47 04 00 00 33 31 34 38
+ 11 00 00 46 69 6E 61 6E 63 69 61 6C 20 41 6E 61
+ 6C 79 73 74 04 00 00 38 32 34 30 10 00 00 4C 65
+ 67 61 6C 20 43 6F 6E 73 75 6C 74 61 6E 74 04 00
+ 00 38 32 34 38 04 00 00 38 32 35 32 04 00 00 38
+ 32 35 35 04 00 00 38 32 36 30 04 00 00 38 32 36
+ 39 18 00 00 41 73 73 2E 20 53 74 61 62 73 73 74
+ 2E 20 53 69 63 68 65 72 68 65 69 74 04 00 00 38
+ 32 37 32 04 00 00 38 32 37 35 04 00 00 38 32 37
+ 39 16 00 00 46 FC 68 72 75 6E 67 73 61 73 73 69
+ 73 74 65 6E 74 69 6E 20 43 43 04 00 00 38 32 38
+ 36 19 00 00 53 65 6B 72 65 74 61 72 69 61 74 73
+ 6D 69 74 61 72 62 65 69 74 65 72 49 6E 04 00 00
+ 38 33 30 38 04 00 00 38 33 33 30 04 00 00 38 33
+ 33 35 04 00 00 38 33 33 39 04 00 00 38 33 34 34
+ 17 00 00 48 65 61 64 20 6F 66 20 41 63 74 75 61
+ 72 69 61 6C 20 50 72 6F 6A 2E 04 00 00 38 33 35
+ 34 04 00 00 38 33 35 37 04 00 00 38 33 37 38 04
+ 00 00 38 33 38 34 04 00 00 38 33 38 36 04 00 00
+ 38 33 38 37 04 00 00 38 33 38 38 04 00 00 38 33
+ 39 30 04 00 00 38 34 30 32 04 00 00 38 34 30 35
+ 10 00 00 4B 6F 6F 72 64 69 6E 61 74 69 6F 6E 20
+ 54 43 45 04 00 00 38 34 30 38 11 00 00 53 65 6E
+ 69 6F 72 20 41 63 63 6F 75 6E 74 61 6E 74 04 00
+ 00 38 34 30 39 15 00 00 41 63 74 75 61 72 69 61
+ 6C 20 44 65 76 65 6C 6F 70 6D 65 6E 74 04 00 00
+ 38 34 31 37 04 00 00 38 34 32 32 04 00 00 38 34
+ 32 35 04 00 00 38 34 32 36 14 00 00 4C 65 69 74
+ 65 72 69 6E 20 53 65 6B 72 65 74 61 72 69 61 74
+ 04 00 00 38 34 32 38 04 00 00 38 34 33 32 04 00
+ 00 38 34 33 36 04 00 00 38 34 33 38 04 00 00 38
+ 34 33 39 04 00 00 38 34 34 34 04 00 00 38 34 35
+ 30 04 00 00 38 34 35 32 04 00 00 38 34 36 39 04
+ 00 00 38 34 37 30 04 00 00 38 34 37 33 04 00 00
+ 38 34 37 37 05 00 00 31 31 30 33 37 05 00 00 31
+ 31 33 33 33 05 00 00 31 31 36 35 32 05 00 00 31
+ 31 36 39 38 05 00 00 31 31 38 36 39 05 00 00 31
+ 31 39 36 30 05 00 00 31 31 39 36 34 05 00 00 31
+ 31 39 37 34 05 00 00 31 32 30 31 37 05 00 00 31
+ 32 30 35 33 05 00 00 31 32 31 38 32 05 00 00 31
+ 32 32 39 36 05 00 00 31 32 33 30 30 05 00 00 31
+ 32 33 31 32 05 00 00 31 32 36 34 33 05 00 00 31
+ 32 36 37 37 05 00 00 31 32 36 38 34 05 00 00 31
+ 32 37 32 34 05 00 00 31 32 37 37 38 05 00 00 31
+ 32 38 34 37 05 00 00 31 32 38 38 30 05 00 00 31
+ 32 39 36 32 05 00 00 31 32 39 37 39 05 00 00 31
+ 33 30 30 31 05 00 00 31 33 30 32 34 05 00 00 31
+ 33 30 36 33 05 00 00 31 33 30 37 39 05 00 00 31
+ 33 31 34 30 05 00 00 31 33 31 34 34 05 00 00 31
+ 33 31 34 35 04 00 00 33 37 39 32 04 00 00 35 34
+ 35 35 14 00 00 50 72 6F 64 75 63 74 20 4D 61 6E
+ 61 67 65 72 20 53 61 63 68 04 00 00 35 35 38 36
+ 04 00 00 35 36 36 39 04 00 00 37 34 37 38 03 00
+ 00 31 30 30 0F 00 00 46 65 6D 6D 65 20 64 65 20
+ 6D E9 6E 61 67 65 02 00 00 31 31 13 00 00 47 65
+ 73 74 69 6F 6E 20 69 6E 66 6F 72 6D 61 74 69 6F
+ 6E 02 00 00 31 34 0C 00 00 44 69 72 65 63 74 65
+ 75 72 20 52 48 02 00 00 31 35 12 00 00 73 6F 75
+ 73 63 2E 46 61 63 20 64 6F 6D 6D 61 67 65 73 02
+ 00 00 31 38 14 00 00 44 E9 6C E9 67 75 E9 20 73
+ 6F 75 73 63 72 69 70 74 69 6F 6E 02 00 00 32 32
+ 0F 00 00 48 F4 74 65 73 73 65 20 61 63 63 65 75
+ 69 6C 0A 00 00 73 65 63 72 E9 74 61 69 72 65 02
+ 00 00 32 38 02 00 00 32 39 16 00 00 67 65 73 74
+ 69 6F 6E 6E 61 69 72 65 20 63 6F 6D 70 74 61 62
+ 6C 65 01 00 00 33 20 00 00 52 65 73 70 6F 6E 73
+ 69 62 6C 65 20 67 65 73 74 69 6F 6E 20 64 75 20
+ 70 65 72 73 6F 6E 6E 65 6C 02 00 00 33 30 16 00
+ 00 47 65 73 74 69 6F 6E 6E 61 69 72 65 20 63 6F
+ 6D 70 74 61 62 6C 65 1E 00 00 52 65 73 70 6F 6E
+ 73 69 62 6C 65 20 72 69 73 71 75 65 73 20 74 65
+ 63 68 6E 69 71 75 65 73 02 00 00 33 34 09 00 00
+ 43 6F 6D 70 74 61 62 6C 65 02 00 00 33 36 02 00
+ 00 33 38 1D 00 00 52 65 73 70 2E 73 6F 75 73 63
+ 2E 72 69 73 71 75 65 73 20 74 65 63 68 6E 69 71
+ 75 65 73 02 00 00 33 39 17 00 00 54 65 63 68 6E
+ 2E 73 65 72 76 69 63 65 73 20 67 E9 6E E9 72 61
+ 75 78 17 00 00 52 65 73 70 6F 6E 73 69 62 6C 65
+ 20 42 61 63 6B 20 6F 66 66 69 63 65 17 00 00 52
+ 65 73 70 6F 6E 73 69 62 6C 65 20 62 75 72 65 61
+ 75 74 69 71 75 65 02 00 00 34 33 02 00 00 34 37
+ 16 00 00 41 73 73 69 73 74 61 6E 74 65 20 64 65
+ 20 73 65 63 74 69 6F 6E 73 19 00 00 41 6E 61 6C
+ 79 73 74 65 20 72 E9 67 6C 65 75 72 20 73 69 6E
+ 73 69 74 72 65 02 00 00 35 33 02 00 00 35 34 02
+ 00 00 35 39 17 00 00 53 65 63 72 E9 74 61 69 72
+ 65 20 64 65 20 44 69 72 65 63 74 69 6F 6E 01 00
+ 00 36 17 00 00 52 65 73 70 2E 53 69 6E 69 73 74
+ 72 65 20 6A 75 72 69 64 69 71 75 65 02 00 00 36
+ 33 02 00 00 36 38 15 00 00 53 6F 75 73 63 72 2E
+ 74 72 61 69 74 E9 73 20 6A 75 6E 69 6F 72 02 00
+ 00 37 32 18 00 00 41 73 73 69 73 74 61 6E 74 20
+ 73 6F 75 73 63 2E 20 54 72 61 69 74 E9 73 02 00
+ 00 37 36 0C 00 00 53 6F 75 73 63 2E 46 61 63 20
+ 52 43 02 00 00 37 37 0E 00 00 52 65 73 70 6F 6E
+ 73 69 62 6C 65 20 52 48 02 00 00 37 38 1F 00 00
+ 22 52 65 73 70 6F 6E 73 69 62 6C 65 20 22 22 73
+ 70 65 63 69 61 6C 20 6C 69 6E 65 73 22 22 22 15
+ 00 00 53 6F 75 73 63 72 69 70 74 65 75 72 73 20
+ 74 72 61 69 74 E9 73 1E 00 00 41 64 6D 69 6E 69
+ 73 74 72 61 74 65 75 72 20 73 79 73 74 E8 6D 65
+ 20 72 E9 73 65 61 75 78 04 00 00 53 52 49 53 0E
+ 00 00 43 6C 61 69 6D 73 20 73 75 70 70 6F 72 74
+ 15 00 00 41 63 63 6F 75 6E 74 61 6E 74 2F 20 48
+ 52 20 61 64 6D 69 6E 2E                        
diff --git a/test-data/spreadsheet/BigSSTRecord2CR5 b/test-data/spreadsheet/BigSSTRecord2CR5
new file mode 100755 (executable)
index 0000000..e110574
--- /dev/null
@@ -0,0 +1,515 @@
+                         3C 00 18 20 15 00 00 53
+ 65 63 72 65 74 61 72 79 2F 66 61 63 2F 61 64 6D
+ 6E 69 73 2E 02 00 00 43 45 17 00 00 43 6C 69 65
+ 6E 74 20 52 65 6C 61 74 69 6F 6E 20 4D 61 6E 61
+ 67 65 72 02 00 00 4D 4E 04 00 00 38 37 39 36 04
+ 00 00 53 52 4E 4D 02 00 00 4D 55 02 00 00 50 52
+ 05 00 00 31 32 30 31 31 02 00 00 4D 47 05 00 00
+ 31 31 36 31 30 05 00 00 31 30 34 38 33 02 00 00
+ 53 43 05 00 00 31 30 32 31 32 02 00 00 4C 55 04
+ 00 00 33 36 32 34 08 00 00 53 52 4E 4D 2C 20 41
+ 44 02 00 00 4D 57 04 00 00 37 30 33 33 05 00 00
+ 31 32 37 34 30 05 00 00 31 31 35 33 38 02 00 00
+ 4D 50 02 00 00 4D 46 05 00 00 31 31 34 37 32 04
+ 00 00 32 37 30 38 04 00 00 38 32 34 39 02 00 00
+ 4D 54 04 00 00 35 39 38 32 04 00 00 36 39 33 36
+ 04 00 00 35 34 31 32 04 00 00 35 38 33 37 07 00
+ 00 53 52 4E 4D 2C 20 44 02 00 00 41 52 04 00 00
+ 37 33 34 32 05 00 00 31 32 39 33 33 04 00 00 36
+ 30 36 32 04 00 00 37 38 35 39 19 00 00 41 73 73
+ 65 74 20 26 20 4C 69 61 62 69 6C 69 74 79 20 4D
+ 61 6E 61 67 65 72 19 00 00 48 65 61 64 20 6F 66
+ 20 47 72 6F 75 70 77 61 72 65 26 50 6F 72 74 61
+ 6C 73 0F 00 00 48 65 61 64 20 43 49 4F 20 4F 66
+ 66 69 63 65 19 00 00 53 65 6E 69 6F 72 20 50 72
+ 6F 63 75 72 65 6D 65 6E 74 20 4F 66 66 69 63 2E
+ 02 00 00 53 44 18 00 00 48 65 61 64 20 6F 66 20
+ 53 65 72 76 65 72 20 45 6E 67 69 6E 65 65 72 2E
+ 13 00 00 43 4D 53 20 44 61 74 61 20 43 6F 6E 73
+ 75 6C 74 61 6E 74 15 00 00 44 65 70 75 74 79 20
+ 50 6F 72 74 61 6C 20 4D 61 6E 61 67 65 72 0B 00
+ 00 54 61 78 20 43 6F 75 6E 73 65 6C 02 00 00 4E
+ 52 14 00 00 48 65 61 64 20 6F 66 20 41 70 70 2E
+ 20 49 6E 74 65 67 72 2E 13 00 00 48 65 61 64 20
+ 49 54 20 49 6E 76 65 73 74 6D 65 6E 74 73 09 00
+ 00 50 72 75 64 65 6E 74 69 61 04 00 00 38 31 39
+ 39 04 00 00 33 31 39 30 05 00 00 31 33 30 39 36
+ 04 00 00 38 32 34 37 02 00 00 55 54 04 00 00 35
+ 32 35 36 04 00 00 35 32 33 36 05 00 00 31 31 30
+ 31 36 04 00 00 34 36 30 32 04 00 00 34 36 30 36
+ 05 00 00 31 31 38 32 36 05 00 00 31 31 35 36 31
+ 04 00 00 32 34 34 38 05 00 00 31 32 32 31 32 04
+ 00 00 36 39 33 37 05 00 00 31 30 31 36 32 05 00
+ 00 31 32 34 31 34 04 00 00 38 31 38 35 04 00 00
+ 36 39 30 33 04 00 00 33 37 31 36 04 00 00 37 30
+ 32 39 04 00 00 36 35 36 35 05 00 00 31 32 39 38
+ 35 05 00 00 31 31 31 33 30 04 00 00 32 39 30 35
+ 04 00 00 38 34 32 34 04 00 00 34 39 35 36 04 00
+ 00 35 34 39 36 04 00 00 32 34 35 34 05 00 00 31
+ 32 30 32 32 04 00 00 32 31 38 32 04 00 00 37 37
+ 38 31 04 00 00 37 34 33 38 04 00 00 37 32 35 31
+ 05 00 00 31 31 31 32 38 05 00 00 31 30 32 30 38
+ 05 00 00 31 30 36 38 32 04 00 00 36 39 30 36 04
+ 00 00 35 32 33 39 04 00 00 38 38 36 31 05 00 00
+ 31 31 30 34 33 05 00 00 31 31 37 32 32 04 00 00
+ 36 32 38 36 02 00 00 4C 49 04 00 00 37 31 39 36
+ 04 00 00 33 31 39 31 04 00 00 34 33 38 30 04 00
+ 00 36 30 38 33 04 00 00 38 35 37 35 04 00 00 36
+ 38 33 32 04 00 00 33 39 31 35 03 00 00 31 31 33
+ 05 00 00 31 32 39 30 31 05 00 00 31 31 35 32 38
+ 04 00 00 35 30 36 39 05 00 00 31 32 38 35 35 05
+ 00 00 31 32 31 33 30 04 00 00 36 34 35 35 04 00
+ 00 34 39 34 31 04 00 00 33 35 32 35 02 00 00 54
+ 45 04 00 00 37 30 33 32 04 00 00 35 32 39 37 05
+ 00 00 31 30 32 39 32 04 00 00 39 37 39 31 05 00
+ 00 31 30 35 31 39 04 00 00 31 35 30 30 04 00 00
+ 33 35 37 34 04 00 00 31 39 32 36 04 00 00 33 35
+ 36 33 04 00 00 33 39 35 33 05 00 00 31 31 33 32
+ 37 05 00 00 31 32 38 33 36 04 00 00 35 35 33 31
+ 04 00 00 36 32 37 37 04 00 00 38 39 33 31 04 00
+ 00 35 37 33 30 05 00 00 38 30 33 36 31 15 00 00
+ 50 6F 73 69 74 69 6F 6E 20 4E 6F 74 20 44 65 66
+ 69 6E 65 64 2C 03 00 00 35 34 32 04 00 00 33 35
+ 31 37 05 00 00 31 30 35 36 31 05 00 00 31 30 35
+ 36 32 05 00 00 31 30 35 36 33 05 00 00 31 30 35
+ 36 38 05 00 00 31 30 35 37 37 05 00 00 31 30 35
+ 38 30 11 00 00 4C 65 69 74 65 72 20 50 43 20 53
+ 75 70 70 6F 72 74 05 00 00 31 30 35 38 31 05 00
+ 00 31 30 35 38 35 05 00 00 31 30 35 38 39 05 00
+ 00 31 30 36 30 36 05 00 00 31 30 36 31 33 13 00
+ 00 43 72 65 64 69 74 20 52 69 73 6B 20 41 6E 61
+ 6C 79 73 74 05 00 00 31 30 36 31 35 05 00 00 31
+ 30 36 31 37 15 00 00 45 78 70 65 72 74 65 20 4E
+ 61 74 75 72 67 65 66 61 68 72 65 6E 05 00 00 31
+ 30 36 31 38 05 00 00 31 30 36 32 35 05 00 00 31
+ 30 36 32 36 05 00 00 31 30 36 33 34 05 00 00 31
+ 30 36 33 39 0C 00 00 41 73 73 69 73 74 61 6E 74
+ 20 43 58 05 00 00 31 30 36 35 37 05 00 00 31 30
+ 36 37 35 0E 00 00 4C 65 69 74 65 72 20 53 75 70
+ 70 6F 72 74 05 00 00 31 30 36 37 36 05 00 00 31
+ 30 36 38 37 05 00 00 31 30 36 39 32 05 00 00 31
+ 30 37 30 34 10 00 00 53 70 65 7A 69 61 6C 69 73
+ 74 69 6E 20 47 49 53 05 00 00 31 30 37 33 30 05
+ 00 00 31 30 37 33 33 05 00 00 31 30 37 34 33 16
+ 00 00 48 65 61 64 20 41 70 70 6C 2E 20 44 65 76
+ 65 6C 6F 70 6D 65 6E 74 05 00 00 31 30 37 34 36
+ 19 00 00 55 6E 69 76 65 72 73 2E 52 65 6C 61 74
+ 69 6F 6E 73 20 4D 61 6E 61 67 65 72 05 00 00 31
+ 30 37 34 39 05 00 00 31 30 37 36 38 0A 00 00 48
+ 65 61 64 20 6F 66 20 49 46 05 00 00 31 30 37 37
+ 39 0E 00 00 54 65 61 6D 20 4C 65 61 64 65 72 20
+ 50 56 05 00 00 31 30 37 39 37 05 00 00 31 30 38
+ 30 33 05 00 00 31 30 38 30 36 05 00 00 31 30 38
+ 30 38 05 00 00 31 30 38 31 34 05 00 00 31 30 38
+ 32 31 05 00 00 31 30 38 32 35 11 00 00 54 4C 20
+ 52 65 63 68 6E 75 6E 67 73 77 65 73 65 6E 05 00
+ 00 31 30 38 32 37 0A 00 00 50 43 20 53 75 70 70
+ 6F 72 74 05 00 00 31 30 38 32 38 15 00 00 4C 65
+ 69 74 65 72 20 53 70 72 61 63 68 65 6E 64 69 65
+ 6E 73 74 05 00 00 31 30 38 33 30 15 00 00 53 65
+ 6B 72 65 74 E4 72 69 6E 2F 53 61 63 68 62 65 61
+ 72 62 2E 05 00 00 31 30 38 33 34 05 00 00 31 30
+ 38 33 35 02 00 00 46 49 05 00 00 31 30 38 33 36
+ 05 00 00 31 30 38 34 30 05 00 00 31 30 38 34 36
+ 05 00 00 31 30 38 36 31 05 00 00 31 30 38 36 32
+ 12 00 00 41 75 64 69 74 20 26 20 49 6E 73 70 65
+ 63 74 69 6F 6E 05 00 00 31 30 38 36 33 05 00 00
+ 31 30 38 37 31 05 00 00 31 30 38 38 33 05 00 00
+ 31 30 38 39 30 05 00 00 31 30 38 39 33 17 00 00
+ 41 73 73 69 73 74 61 6E 74 20 74 6F 20 44 65 70
+ 74 2E 20 48 65 61 64 05 00 00 31 30 38 39 39 05
+ 00 00 31 30 39 30 33 05 00 00 31 30 39 30 35 05
+ 00 00 31 30 39 31 33 19 00 00 47 72 6C 2E 20 47
+ 72 61 66 69 73 63 68 65 20 50 72 6F 64 75 6B 74
+ 69 6F 6E 05 00 00 31 30 39 31 35 05 00 00 31 30
+ 39 31 38 05 00 00 31 30 39 32 30 05 00 00 31 30
+ 39 32 33 05 00 00 31 30 39 32 34 05 00 00 31 30
+ 39 33 39 05 00 00 31 30 39 34 32 05 00 00 31 30
+ 39 34 33 05 00 00 31 30 39 35 31 05 00 00 31 30
+ 39 35 35 05 00 00 31 30 39 35 37 13 00 00 54 65
+ 61 6D 6C 65 61 64 65 72 20 52 65 73 65 61 72 63
+ 68 05 00 00 31 30 39 36 32 05 00 00 31 30 39 37
+ 30 05 00 00 31 30 39 37 34 05 00 00 31 30 39 37
+ 35 05 00 00 31 30 39 37 36 05 00 00 31 30 39 38
+ 38 05 00 00 31 30 39 39 36 05 00 00 31 31 30 30
+ 33 05 00 00 31 31 30 30 34 02 00 00 4D 44 05 00
+ 00 31 31 30 30 38 12 00 00 48 65 61 64 20 44 69
+ 76 69 73 69 6F 6E 61 6C 20 4D 44 05 00 00 31 31
+ 30 30 39 05 00 00 31 31 30 31 32 05 00 00 31 31
+ 30 31 33 05 00 00 31 31 30 31 34 16 00 00 47 72
+ 75 70 70 65 6E 6C 65 69 74 65 72 20 4D 61 74 65
+ 72 69 61 6C 05 00 00 31 31 30 32 33 02 00 00 4B
+ 42 05 00 00 31 31 30 32 38 0E 00 00 4B 42 4D 2D
+ 50 72 61 6B 74 69 6B 61 6E 74 05 00 00 31 31 30
+ 32 39 10 00 00 4B 42 4D 2D 50 72 61 6B 74 69 6B
+ 61 6E 74 69 6E 05 00 00 31 31 30 33 30 05 00 00
+ 31 31 30 33 31 05 00 00 31 31 30 33 33 05 00 00
+ 31 31 30 33 34 05 00 00 31 31 30 33 35 19 00 00
+ 55 57 20 4D 67 20 54 72 65 61 74 79 20 50 72 6F
+ 70 2E 20 26 20 43 61 73 2E 05 00 00 31 31 30 33
+ 36 05 00 00 31 31 30 33 38 05 00 00 31 31 30 33
+ 39 17 00 00 55 53 20 47 41 41 50 20 52 65 70 6F
+ 72 74 2E 20 4D 61 6E 61 67 65 72 05 00 00 31 31
+ 30 34 30 19 00 00 50 72 6F 63 65 73 73 20 4D 61
+ 6E 61 67 2E 20 46 69 6E 26 43 6F 6E 74 72 2E 05
+ 00 00 31 31 30 34 34 14 00 00 4C 65 67 61 6C 20
+ 43 6C 61 69 6D 73 20 43 6F 75 6E 73 65 6C 05 00
+ 00 31 31 30 35 31 05 00 00 31 31 30 35 37 05 00
+ 00 31 31 30 36 32 05 00 00 31 31 30 37 30 05 00
+ 00 31 31 30 37 32 05 00 00 31 31 30 37 37 05 00
+ 00 31 31 30 37 38 05 00 00 31 31 30 38 30 05 00
+ 00 31 31 30 38 31 19 00 00 54 65 61 6D 6C 65 69
+ 74 65 72 69 6E 20 53 65 6B 72 65 74 2E 2F 56 65
+ 72 77 05 00 00 31 31 30 38 32 0E 00 00 53 65 6E
+ 69 6F 72 20 41 6E 61 6C 79 73 74 02 00 00 47 4F
+ 05 00 00 31 31 30 38 36 05 00 00 31 31 30 38 37
+ 05 00 00 31 31 30 38 38 05 00 00 31 31 30 38 39
+ 15 00 00 53 74 76 2E 20 42 65 74 72 69 65 62 73
+ 6C 65 69 74 65 72 69 6E 05 00 00 31 31 30 39 30
+ 05 00 00 31 31 30 39 31 05 00 00 31 31 30 39 34
+ 05 00 00 31 31 30 39 36 05 00 00 31 31 30 39 38
+ 05 00 00 31 31 30 39 39 05 00 00 31 31 31 30 30
+ 05 00 00 31 31 31 30 31 05 00 00 31 31 31 30 32
+ 05 00 00 31 31 31 30 33 05 00 00 31 31 31 30 39
+ 05 00 00 31 31 31 33 33 05 00 00 31 31 31 33 35
+ 05 00 00 31 31 31 33 38 0A 00 00 4B FC 63 68 65
+ 6E 63 68 65 66 05 00 00 31 31 31 33 39 05 00 00
+ 31 31 31 34 32 05 00 00 31 31 31 34 34 05 00 00
+ 31 31 31 34 35 05 00 00 31 31 31 34 36 16 00 00
+ 48 65 61 64 20 6F 66 20 54 65 63 68 2E 20 54 72
+ 61 69 6E 69 6E 67 05 00 00 31 31 31 34 37 19 00
+ 00 42 65 74 72 69 65 62 73 6C 65 69 74 65 72 69
+ 6E 20 52 65 73 74 2E 20 47 4F 05 00 00 31 31 31
+ 35 33 05 00 00 31 31 31 35 35 19 00 00 54 65 6C
+ 65 6D 61 74 69 6B 20 53 79 73 74 65 6D 69 6E 67
+ 65 6E 69 65 75 72 05 00 00 31 31 31 35 38 05 00
+ 00 31 31 31 36 30 05 00 00 31 31 31 36 35 05 00
+ 00 31 31 31 36 37 05 00 00 31 31 31 36 38 05 00
+ 00 31 31 31 36 39 05 00 00 31 31 31 37 30 17 00
+ 00 48 6F 74 65 6C 66 61 63 68 61 73 73 69 73 74
+ 65 6E 74 69 6E 20 4C 4C 05 00 00 31 31 31 37 31
+ 05 00 00 31 31 31 37 32 05 00 00 31 31 31 37 33
+ 05 00 00 31 31 31 37 34 05 00 00 31 31 31 37 35
+ 05 00 00 31 31 31 37 36 05 00 00 31 31 31 37 37
+ 05 00 00 31 31 31 37 38 05 00 00 31 31 31 37 39
+ 05 00 00 31 31 31 38 30 05 00 00 31 31 31 38 31
+ 05 00 00 31 31 31 38 32 05 00 00 31 31 31 38 33
+ 05 00 00 31 31 31 38 34 05 00 00 31 31 31 38 35
+ 05 00 00 31 31 31 38 37 05 00 00 31 31 31 38 38
+ 05 00 00 31 31 31 39 31 05 00 00 31 31 31 39 33
+ 05 00 00 31 31 31 39 34 17 00 00 42 65 74 72 69
+ 65 62 73 6C 65 69 74 65 72 20 52 65 73 74 2E 20
+ 54 55 05 00 00 31 31 31 39 35 05 00 00 31 31 31
+ 39 36 05 00 00 31 31 31 39 37 05 00 00 31 31 31
+ 39 38 05 00 00 31 31 31 39 39 05 00 00 31 31 32
+ 30 30 05 00 00 31 31 32 30 31 05 00 00 31 31 32
+ 30 32 05 00 00 31 31 32 30 34 05 00 00 31 31 32
+ 30 35 05 00 00 31 31 32 30 36 05 00 00 31 31 32
+ 30 37 05 00 00 31 31 32 30 39 05 00 00 31 31 32
+ 31 38 14 00 00 49 2D 26 20 44 2D 41 73 73 69 73
+ 74 65 6E 74 69 6E 20 4C 4C 05 00 00 31 31 32 31
+ 39 12 00 00 50 65 72 73 6F 6E 61 6C 65 6E 74 77
+ 69 63 6B 6C 65 72 05 00 00 31 31 32 34 33 05 00
+ 00 31 31 32 34 35 05 00 00 31 31 32 34 38 05 00
+ 00 31 31 32 34 39 05 00 00 31 31 32 35 30 05 00
+ 00 31 31 32 35 39 05 00 00 31 31 32 36 33 05 00
+ 00 31 31 32 36 36 19 00 00 53 65 6E 69 6F 72 20
+ 41 63 63 6F 75 6E 74 2E 20 43 6F 6E 73 6F 6C 69
+ 64 2E 05 00 00 31 31 32 37 31 05 00 00 31 31 32
+ 37 32 05 00 00 31 31 32 39 30 05 00 00 31 31 32
+ 39 31 05 00 00 31 31 32 39 32 05 00 00 31 31 32
+ 39 33 05 00 00 31 31 33 30 36 05 00 00 31 31 33
+ 30 38 05 00 00 31 31 33 33 30 05 00 00 31 31 33
+ 33 34 05 00 00 31 31 33 33 35 05 00 00 31 31 33
+ 34 33 14 00 00 42 65 74 72 69 65 62 73 70 72 61
+ 6B 74 69 6B 65 72 2D 4C 4C 05 00 00 31 31 33 35
+ 31 16 00 00 4D 69 74 61 72 62 2E 20 57 61 72 65
+ 6E 6B 6F 6E 74 72 6F 6C 6C 65 05 00 00 31 31 33
+ 35 35 05 00 00 31 31 33 35 38 05 00 00 31 31 33
+ 36 34 17 00 00 4C 65 69 74 65 72 69 6E 20 52 65
+ 70 72 E4 73 65 6E 74 61 74 69 6F 6E 05 00 00 31
+ 31 33 36 38 11 00 00 4A 75 6E 69 6F 72 20 41 63
+ 63 6F 75 6E 74 61 6E 74 05 00 00 31 31 33 37 30
+ 05 00 00 31 31 33 37 34 05 00 00 31 31 33 37 38
+ 14 00 00 46 72 61 6E 7A 2E 20 55 65 62 65 72 73
+ 65 74 7A 65 72 69 6E 05 00 00 31 31 33 38 30 14
+ 00 00 43 46 4F 20 42 65 72 6D 75 64 61 20 42 72
+ 61 6E 63 68 65 73 05 00 00 31 31 33 38 37 0A 00
+ 00 33 32 34 2C 20 53 65 6F 75 6C 05 00 00 31 31
+ 33 39 39 18 00 00 54 65 61 6D 6C 65 69 74 65 72
+ 49 6E 20 53 65 6B 72 65 74 61 72 69 61 74 05 00
+ 00 31 31 34 32 35 05 00 00 31 31 34 32 38 05 00
+ 00 31 31 34 33 39 05 00 00 31 31 34 34 30 05 00
+ 00 31 31 34 34 32 05 00 00 31 31 34 34 34 05 00
+ 00 31 31 34 34 39 17 00 00 48 65 61 64 20 6F 66
+ 20 50 72 69 63 69 6E 67 20 43 6F 6E 74 72 6F 6C
+ 05 00 00 31 31 34 36 33 05 00 00 31 31 34 36 34
+ 18 00 00 42 61 75 6C 65 69 74 65 72 2F 43 41 44
+ 20 53 70 65 7A 69 61 6C 69 73 74 05 00 00 31 31
+ 34 36 35 05 00 00 31 31 34 36 37 05 00 00 31 31
+ 34 37 39 05 00 00 31 31 34 38 39 0D 00 00 54 4C
+ 20 41 56 2D 54 65 63 68 6E 69 6B 05 00 00 31 31
+ 35 30 33 05 00 00 31 31 35 32 31 05 00 00 31 31
+ 35 33 31 05 00 00 31 31 35 33 39 05 00 00 31 31
+ 35 34 31 05 00 00 31 31 35 34 37 05 00 00 31 31
+ 35 34 39 05 00 00 31 31 35 37 39 05 00 00 31 31
+ 35 39 33 15 00 00 48 52 2D 4D 49 53 2D 50 72 6F
+ 6A 65 63 74 6D 61 6E 61 67 65 72 05 00 00 31 31
+ 35 39 38 05 00 00 31 31 36 32 33 17 00 00 48 52
+ 20 50 72 6F 63 65 73 73 65 73 20 26 20 50 72 6F
+ 6A 65 63 74 73 05 00 00 31 31 36 32 38 05 00 00
+ 31 31 36 33 39 05 00 00 31 31 36 35 31 19 00 00
+ 46 72 6F 6E 74 20 4F 66 66 69 63 65 20 26 20 45
+ 76 65 6E 74 73 20 4D 67 72 05 00 00 31 31 36 35
+ 37 05 00 00 31 31 36 36 38 05 00 00 31 31 36 36
+ 39 05 00 00 31 31 36 37 31 05 00 00 31 31 36 37
+ 39 05 00 00 31 31 36 38 31 12 00 00 54 65 61 6D
+ 6C 65 69 74 65 72 20 45 6C 65 6B 74 72 6F 05 00
+ 00 31 31 36 38 34 05 00 00 31 31 36 38 36 05 00
+ 00 31 31 36 38 37 05 00 00 31 31 36 38 38 05 00
+ 00 31 30 35 39 33 05 00 00 31 31 35 36 39 05 00
+ 00 31 31 35 33 30 02 00 00 4C 53 04 00 00 34 33
+ 32 37 04 00 00 36 39 34 37 05 00 00 31 32 31 34
+ 31 05 00 00 31 31 30 37 34 04 00 00 39 35 36 33
+ 05 00 00 31 30 38 33 37 04 00 00 38 33 38 31 05
+ 00 00 31 30 31 39 38 05 00 00 31 31 30 35 36 09
+ 00 00 53 52 4E 4D 2C 20 44 2F 50 05 00 00 31 31
+ 30 30 32 04 00 00 34 32 32 33 04 00 00 37 32 37
+ 30 02 00 00 53 4E 04 00 00 38 38 31 38 05 00 00
+ 31 31 33 34 38 04 00 00 37 31 36 37 04 00 00 35
+ 39 39 30 04 00 00 36 32 35 32 02 00 00 50 42 05
+ 00 00 31 30 39 31 36 05 00 00 31 30 39 39 30 04
+ 00 00 37 32 32 35 04 00 00 35 35 31 35 04 00 00
+ 33 33 38 32 05 00 00 31 30 39 30 32 05 00 00 31
+ 32 33 38 34 04 00 00 39 37 38 35 04 00 00 35 30
+ 31 34 04 00 00 33 33 30 37 07 00 00 42 65 72 6D
+ 75 64 61 05 00 00 46 41 4C 53 45 04 00 00 39 35
+ 30 37 04 00 00 35 31 30 39 04 00 00 36 31 38 32
+ 04 00 00 36 32 32 39 04 00 00 33 36 37 35 04 00
+ 00 39 38 36 33 05 00 00 31 31 39 34 34 04 00 00
+ 38 31 36 38 04 00 00 38 37 31 35 04 00 00 37 31
+ 37 38 05 00 00 31 32 37 39 35 04 00 00 36 36 39
+ 31 04 00 00 36 31 34 35 04 00 00 36 39 39 32 05
+ 00 00 31 31 30 37 35 04 00 00 39 37 34 33 04 00
+ 00 36 30 35 30 04 00 00 38 36 36 35 04 00 00 33
+ 39 37 38 04 00 00 34 30 35 36 05 00 00 31 30 33
+ 30 38 04 00 00 34 36 31 39 04 00 00 33 32 37 31
+ 05 00 00 31 30 37 35 35 04 00 00 38 32 38 31 05
+ 00 00 31 32 30 39 35 05 00 00 31 32 33 38 31 05
+ 00 00 31 30 39 32 31 05 00 00 31 30 39 33 36 04
+ 00 00 36 38 34 31 04 00 00 33 39 30 35 04 00 00
+ 33 32 32 39 04 00 00 37 35 38 32 05 00 00 31 31
+ 35 33 32 04 00 00 36 37 32 39 05 00 00 31 32 30
+ 30 31 05 00 00 31 32 30 30 35 05 00 00 31 32 30
+ 31 32 05 00 00 31 32 30 31 33 05 00 00 31 32 30
+ 32 31 05 00 00 31 32 30 32 35 05 00 00 31 32 30
+ 32 36 05 00 00 31 32 30 33 31 05 00 00 31 32 30
+ 34 39 05 00 00 31 32 30 36 30 05 00 00 31 32 30
+ 36 31 05 00 00 31 32 30 36 32 05 00 00 31 32 30
+ 37 38 05 00 00 31 32 30 38 31 05 00 00 31 32 30
+ 38 35 15 00 00 53 61 63 68 62 65 61 72 62 65 69
+ 74 65 72 69 6E 20 42 65 62 75 05 00 00 31 32 30
+ 38 36 05 00 00 31 32 30 38 37 05 00 00 31 32 30
+ 38 39 05 00 00 31 32 30 39 32 18 00 00 41 73 73
+ 69 73 74 65 6E 74 69 6E 20 56 52 2D 50 72 E4 73
+ 69 64 65 6E 74 05 00 00 31 32 30 39 34 05 00 00
+ 31 32 30 39 38 05 00 00 31 32 30 39 39 05 00 00
+ 31 32 31 30 30 05 00 00 31 32 31 30 37 05 00 00
+ 31 32 31 30 39 05 00 00 31 32 31 31 30 05 00 00
+ 31 32 31 32 31 05 00 00 31 32 31 32 32 02 00 00
+ 41 50 05 00 00 31 32 31 32 38 05 00 00 31 32 31
+ 32 39 05 00 00 31 32 31 33 31 16 00 00 41 64 76
+ 65 72 74 69 73 69 6E 67 20 53 70 65 63 69 61 6C
+ 69 73 74 05 00 00 31 32 31 33 33 05 00 00 31 32
+ 31 33 37 05 00 00 31 32 31 33 38 05 00 00 31 32
+ 31 35 38 05 00 00 31 32 31 36 31 05 00 00 31 32
+ 31 36 32 05 00 00 31 32 31 36 33 05 00 00 31 32
+ 31 36 35 05 00 00 31 32 31 38 31 05 00 00 31 32
+ 31 38 34 05 00 00 31 32 31 38 39 05 00 00 31 32
+ 31 39 30 05 00 00 31 32 31 39 31 05 00 00 31 32
+ 31 39 38 05 00 00 31 32 32 30 31 05 00 00 31 32
+ 32 30 38 12 00 00 4B 69 6F 73 6B 6D 69 74 61 72
+ 62 65 69 74 65 72 69 6E 05 00 00 31 32 32 31 30
+ 15 00 00 4F 70 65 72 61 74 69 6F 6E 73 20 4D 61
+ 6E 61 67 65 72 20 43 58 05 00 00 31 32 32 31 36
+ 0A 00 00 48 65 61 64 20 6F 66 20 43 50 11 00 00
+ 4D 61 6E 68 61 74 74 61 6E 20 4E 59 2C 20 55 53
+ 41 05 00 00 31 32 32 31 38 05 00 00 31 32 32 32
+ 31 02 00 00 41 41 05 00 00 31 32 32 32 33 05 00
+ 00 31 32 32 32 39 05 00 00 31 32 32 33 31 05 00
+ 00 31 32 32 33 34 05 00 00 31 32 32 34 37 05 00
+ 00 31 32 32 35 31 05 00 00 31 32 32 36 37 05 00
+ 00 31 32 32 37 38 11 00 00 4A 75 6E 69 6F 72 20
+ 43 6F 6E 74 72 6F 6C 6C 65 72 05 00 00 31 32 32
+ 38 33 05 00 00 31 32 32 39 30 05 00 00 31 32 32
+ 39 31 05 00 00 31 32 33 30 33 05 00 00 31 32 33
+ 30 35 05 00 00 31 32 33 31 33 09 00 00 41 73 73
+ 6F 63 69 61 74 65 05 00 00 31 32 33 31 34 05 00
+ 00 31 32 33 32 32 15 00 00 4C 65 69 74 65 72 20
+ 53 79 73 74 65 6D 2D 54 65 63 68 6E 69 6B 05 00
+ 00 31 32 33 32 33 19 00 00 41 72 63 68 69 76 65
+ 20 26 20 52 65 63 6F 72 64 73 20 4D 61 6E 61 67
+ 65 72 05 00 00 31 32 33 32 34 05 00 00 31 32 33
+ 32 37 05 00 00 31 32 33 33 36 05 00 00 31 32 33
+ 33 37 05 00 00 31 32 33 33 38 05 00 00 31 32 33
+ 34 36 05 00 00 31 32 33 34 37 05 00 00 31 32 33
+ 36 30 05 00 00 31 32 33 36 37 05 00 00 31 32 33
+ 37 37 05 00 00 31 32 33 38 33 05 00 00 31 32 34
+ 31 36 16 00 00 48 65 61 64 20 6F 66 20 47 72 6F
+ 75 70 20 52 65 73 65 72 76 65 73 05 00 00 31 32
+ 34 32 37 12 00 00 46 FC 68 72 75 6E 67 73 2D 41
+ 73 73 69 73 74 65 6E 74 05 00 00 31 32 34 34 34
+ 05 00 00 31 32 34 35 30 05 00 00 31 32 34 35 31
+ 05 00 00 31 32 34 35 33 05 00 00 31 32 34 35 39
+ 19 00 00 53 74 76 2E 20 48 61 75 73 77 69 72 74
+ 73 63 68 2E 4C 65 69 74 65 72 69 6E 05 00 00 31
+ 32 34 36 30 02 00 00 48 4D 05 00 00 31 32 34 36
+ 31 10 00 00 48 4D 53 2D 50 72 61 6B 74 69 6B 61
+ 6E 74 69 6E 05 00 00 31 32 34 36 32 0E 00 00 48
+ 4D 53 2D 50 72 61 6B 74 69 6B 61 6E 74 05 00 00
+ 31 32 34 36 33 05 00 00 31 32 34 36 34 05 00 00
+ 31 32 34 36 35 05 00 00 31 32 34 36 37 05 00 00
+ 31 32 34 36 38 05 00 00 31 32 34 36 39 13 00 00
+ 53 65 72 76 69 63 65 66 61 63 68 6C 65 68 72 6C
+ 69 6E 67 05 00 00 31 32 34 37 30 05 00 00 31 32
+ 34 37 31 05 00 00 31 32 34 37 32 05 00 00 31 32
+ 34 37 34 05 00 00 31 32 34 37 35 05 00 00 31 32
+ 34 37 36 05 00 00 31 32 34 37 37 05 00 00 31 32
+ 34 37 38 05 00 00 31 32 34 38 30 05 00 00 31 32
+ 34 38 31 05 00 00 31 32 34 38 33 05 00 00 31 32
+ 34 38 34 05 00 00 31 32 34 38 35 05 00 00 31 32
+ 34 38 36 05 00 00 31 32 34 38 37 05 00 00 31 32
+ 34 38 38 05 00 00 31 32 34 38 39 05 00 00 31 32
+ 34 39 30 05 00 00 31 32 34 39 31 05 00 00 31 32
+ 34 39 32 05 00 00 31 32 34 39 33 05 00 00 31 32
+ 35 30 30 17 00 00 42 65 74 72 69 65 62 73 6C 65
+ 69 74 65 72 20 52 65 73 74 2E 20 4B 48 05 00 00
+ 31 32 35 30 31 05 00 00 31 32 35 30 32 11 00 00
+ 48 61 75 73 77 69 72 74 73 63 68 61 66 74 73 6D
+ 2E 05 00 00 31 32 35 30 36 05 00 00 31 32 35 30
+ 37 05 00 00 31 32 35 31 31 05 00 00 31 32 35 31
+ 33 05 00 00 31 32 35 31 36 17 00 00 53 65 6E 69
+ 6F 72 20 4D 65 64 69 61 20 43 6F 6E 73 75 6C 74
+ 61 6E 74 05 00 00 31 32 35 31 37 05 00 00 31 32
+ 35 31 38 05 00 00 31 32 35 31 39 19 00 00 4C 65
+ 69 74 65 72 20 4C 61 67 65 72 62 65 77 69 72 74
+ 73 63 68 61 66 74 2E 05 00 00 31 32 35 32 30 0D
+ 00 00 4E 69 67 68 74 20 41 75 64 69 74 6F 72 05
+ 00 00 31 32 35 32 36 13 00 00 4C 65 69 74 65 72
+ 20 4A 75 6E 69 6F 72 20 50 6F 77 65 72 05 00 00
+ 31 32 35 33 32 05 00 00 31 32 35 33 33 05 00 00
+ 31 32 35 33 36 05 00 00 31 32 35 33 37 17 00 00
+ 41 73 73 69 73 74 61 6E 74 20 6F 66 20 44 65 70
+ 61 72 74 6D 65 6E 74 05 00 00 31 32 35 33 38 05
+ 00 00 31 32 35 34 30 05 00 00 31 32 35 34 35 05
+ 00 00 31 32 35 35 31 05 00 00 31 32 35 35 32 05
+ 00 00 31 32 35 36 32 15 00 00 41 75 64 69 6F 2D
+ 56 69 64 65 6F 20 53 75 70 70 6F 72 74 65 72 05
+ 00 00 31 32 35 36 34 0E 00 00 43 68 65 66 20 64
+ 65 20 50 61 72 74 69 65 05 00 00 31 32 35 36 38
+ 05 00 00 31 32 35 37 31 05 00 00 31 32 35 37 32
+ 13 00 00 53 74 76 2E 20 42 65 74 72 69 65 62 73
+ 6C 65 69 74 65 72 05 00 00 31 32 35 37 35 05 00
+ 00 31 32 35 37 36 05 00 00 31 32 35 37 37 05 00
+ 00 31 32 35 37 38 05 00 00 31 32 35 38 30 11 00
+ 00 53 6F 63 69 61 6C 20 43 6F 6E 73 75 6C 74 61
+ 6E 74 05 00 00 31 32 35 38 31 05 00 00 31 32 35
+ 38 33 14 00 00 54 65 61 6D 6C 2E 20 52 E9 63 2E
+ 20 41 64 6C 69 73 77 69 6C 05 00 00 31 32 35 38
+ 39 05 00 00 31 32 35 39 31 05 00 00 31 32 36 30
+ 35 05 00 00 31 32 36 30 36 05 00 00 31 32 36 30
+ 39 0B 00 00 43 68 65 66 20 64 65 20 42 61 72 05
+ 00 00 31 32 36 31 32 19 00 00 48 65 61 64 20 43
+ 6F 72 53 70 6F 6E 73 26 50 75 62 6C 41 66 66 61
+ 69 72 73 05 00 00 31 32 36 32 34 05 00 00 31 32
+ 36 33 33 05 00 00 31 32 36 34 34 05 00 00 31 32
+ 36 35 39 05 00 00 31 32 36 36 31 05 00 00 31 32
+ 36 36 33 05 00 00 31 32 36 36 34 05 00 00 31 32
+ 36 36 37 05 00 00 31 32 36 36 38 05 00 00 31 32
+ 36 37 38 05 00 00 31 32 36 38 30 05 00 00 31 32
+ 36 38 31 05 00 00 31 32 36 38 32 05 00 00 31 32
+ 36 38 33 13 00 00 53 69 63 68 65 72 68 65 69 74
+ 73 66 61 63 68 6D 61 6E 6E 05 00 00 31 32 36 39
+ 34 05 00 00 31 32 36 39 35 05 00 00 31 32 36 39
+ 36 11 00 00 53 61 63 68 62 65 61 72 62 65 69 74
+ 65 72 20 50 56 05 00 00 31 32 36 39 37 05 00 00
+ 31 32 37 30 31 05 00 00 31 32 37 31 32 05 00 00
+ 31 32 37 31 39 05 00 00 31 32 37 32 30 05 00 00
+ 31 32 37 32 33 05 00 00 31 32 37 32 38 05 00 00
+ 31 32 37 33 39 05 00 00 31 32 37 34 31 0A 00 00
+ 41 6C 6C 72 6F 75 6E 64 65 72 05 00 00 31 32 37
+ 34 32 05 00 00 31 32 37 34 39 16 00 00 4D 67 72
+ 20 4B 6E 6F 77 6C 65 64 67 65 20 4E 65 74 77 6F
+ 72 6B 73 05 00 00 31 32 37 35 31 05 00 00 31 32
+ 37 36 35 05 00 00 31 32 37 36 36 05 00 00 31 32
+ 37 36 39 05 00 00 31 32 37 37 30 08 00 00 4F 70
+ 65 72 61 74 6F 72 05 00 00 31 32 37 38 34 16 00
+ 00 41 73 73 69 73 74 61 6E 74 20 4A 75 6E 69 6F
+ 72 20 50 6F 77 65 72 05 00 00 31 32 37 38 35 15
+ 00 00 4D 75 6C 74 69 6D 65 64 69 61 20 53 70 65
+ 63 69 61 6C 69 73 74 05 00 00 31 32 37 38 37 05
+ 00 00 31 32 37 39 30 0C 00 00 33 32 34 2C 20 42
+ 65 69 6A 69 6E 67 05 00 00 31 32 37 39 32 05 00
+ 00 31 32 37 39 34 05 00 00 31 32 37 39 38 05 00
+ 00 31 32 37 39 39 05 00 00 31 32 38 30 31 05 00
+ 00 31 32 38 30 32 05 00 00 31 32 38 30 33 05 00
+ 00 31 32 38 30 37 05 00 00 31 32 38 31 30 05 00
+ 00 31 32 38 31 31 05 00 00 31 32 38 31 33 05 00
+ 00 31 32 38 31 36 05 00 00 31 32 38 31 37 05 00
+ 00 31 32 38 31 38 05 00 00 31 32 38 31 39 05 00
+ 00 31 32 38 32 30 05 00 00 31 32 38 32 32 05 00
+ 00 31 32 38 32 33 05 00 00 31 32 38 32 35 05 00
+ 00 31 32 38 32 36 19 00 00 48 65 61 64 20 50 72
+ 6F 63 65 73 73 26 50 65 72 66 6F 72 6D 2E 4D 67
+ 74 2E 05 00 00 31 32 38 32 38 05 00 00 31 32 38
+ 33 30 05 00 00 31 32 38 33 31 05 00 00 31 32 38
+ 33 33 05 00 00 31 32 38 33 35 05 00 00 31 32 38
+ 33 37 05 00 00 31 32 38 33 38 05 00 00 31 32 38
+ 33 39 05 00 00 31 32 38 34 31 05 00 00 31 32 38
+ 34 33 05 00 00 31 32 38 35 33 05 00 00 31 32 38
+ 35 38 05 00 00 31 32 38 35 39 05 00 00 31 32 38
+ 36 31 05 00 00 31 32 38 37 31 05 00 00 31 32 38
+ 37 39 05 00 00 31 32 38 38 31 05 00 00 31 32 38
+ 38 32 05 00 00 31 32 38 38 33 05 00 00 31 32 38
+ 38 34 05 00 00 31 32 38 38 35 05 00 00 31 32 38
+ 38 37 05 00 00 31 32 38 39 30 05 00 00 31 32 39
+ 30 33 05 00 00 31 32 39 30 34 05 00 00 31 32 39
+ 30 35 05 00 00 31 32 39 31 37 10 00 00 47 72 6F
+ 75 70 20 43 6F 6E 74 72 6F 6C 6C 65 72 05 00 00
+ 31 32 39 32 32 05 00 00 31 32 39 32 35 05 00 00
+ 31 32 39 32 36 19 00 00 49 6E 74 65 72 6E 61 74
+ 69 6F 6E 61 6C 20 54 61 78 20 43 6F 75 6E 73 65
+ 6C 05 00 00 31 32 39 35 31 05 00 00 31 32 39 35
+ 33 05 00 00 31 32 39 35 36 05 00 00 31 32 39 35
+ 38 19 00 00 4A 75 6E 2E 20 41 70 70 6C 69 63 61
+ 74 69 6F 6E 20 45 6E 67 69 6E 65 65 72 05 00 00
+ 31 32 39 36 38 05 00 00 31 32 39 37 33 05 00 00
+ 31 32 39 37 34 05 00 00 31 32 39 38 31 05 00 00
+ 31 32 39 39 39 05 00 00 31 33 30 30 30 05 00 00
+ 31 33 30 30 33 05 00 00 31 33 30 30 34 05 00 00
+ 31 33 30 31 39 05 00 00 31 33 30 32 39 05 00 00
+ 31 33 30 33 32 05 00 00 31 33 30 33 34 05 00 00
+ 31 33 30 34 31 05 00 00 31 33 30 36 31 05 00 00
+ 31 33 30 36 34 05 00 00 31 33 30 36 35 05 00 00
+ 31 33 30 38 35 05 00 00 31 33 30 38 36 05 00 00
+ 31 33 31 30 31 05 00 00 31 33 31 33 30 05 00 00
+ 31 33 31 33 37 05 00 00 31 33 31 34 31 02 00 00
+ 4E 59 05 00 00 38 30 30 31 36 1C 00 00 48 65 61
+ 64 20 6F 66 20 45 63 6F 6E 6F 6D 69 63 20 52 65
+ 73 65 61 72 63 68 20 4E 59 05 00 00 38 30 31 35
+ 39 05 00 00 38 30 32 36 35 05 00 00 38 30 35 36
+ 39 05 00 00 38 30 31 36 34 26 00 00 48 65 61 64
+ 20 6F 66 20 4B 6E 6F 77 6C 65 64 67 65 20 26 20
+ 49 6E 66 6F 72 6D 61 74 69 6F 6E 20 4D 67 6E 74
+ 2E 2C 06 00 00 41 72 6D 6F 6E 6B 19 00 00 48 65
+ 61 64 20 6F 66 20 55 6E 64 65 72 77 72 69 74 69
+ 6E 67 20 53 65 72 76 19 00 00 48 65 61 64 20 6F
+ 66 20 53 74 72 61 74 2E 26 20 44 65 76 2E 20 55
+ 6E 69 74 08 00 00 33 32 34 2D 53 6F 75 6C 05 00
+ 00 4C 45 47 41 4C 04 00 00 4C 45 31 31 05 00 00
+ 38 30 33 35 39 0F 00 00 47 65 6E 65 72 61 6C 20
+ 43 6F 75 6E 73 65 6C 03 00 00 30 30 31 09 00 00
+ 42 72 75 78 65 6C 6C 65 73 10 00 00 4D 65 64 65
+ 78 20 53 70 65 63 69 61 6C 69 73 74 02 00 00 4D
+ 4F 02 00 00 54 4F 02 00 00 50 46 06 00 00 4C 30
+ 30 35 38 32                                    
diff --git a/test-data/spreadsheet/BigSSTRecord2CR6 b/test-data/spreadsheet/BigSSTRecord2CR6
new file mode 100755 (executable)
index 0000000..a937fe4
--- /dev/null
@@ -0,0 +1,515 @@
+             3C 00 1A 20 02 00 00 53 4C 02 00 00
+ 5A 48 02 00 00 46 50 02 00 00 44 44 02 00 00 49
+ 5A 12 00 00 43 75 73 74 6F 64 79 20 4D 61 6E 61
+ 67 65 6D 65 6E 74 13 00 00 55 73 65 72 20 53 75
+ 70 70 6F 72 74 20 48 69 50 6F 72 74 19 00 00 48
+ 65 61 64 20 49 6E 76 65 73 74 6D 65 6E 74 20 43
+ 65 6E 74 65 72 20 5A 48 0E 00 00 41 64 6D 69 6E
+ 69 73 74 72 61 74 69 6F 6E 16 00 00 44 65 70 75
+ 74 79 20 44 65 70 61 72 74 6D 65 6E 74 20 48 65
+ 61 64 02 00 00 49 47 14 00 00 55 6E 64 65 72 77
+ 72 69 74 69 6E 67 20 4D 61 6E 61 67 65 72 11 00
+ 00 48 65 61 64 20 46 69 78 65 64 20 49 6E 63 6F
+ 6D 65 02 00 00 57 49 02 00 00 46 4E 02 00 00 4C
+ 46 16 00 00 48 65 61 64 20 49 6E 76 65 73 74 6D
+ 65 6E 74 20 41 64 6D 69 6E 2E 02 00 00 54 41 18
+ 00 00 48 65 61 64 20 54 61 63 74 69 63 61 6C 20
+ 41 6C 6C 6F 63 61 74 69 6F 6E 18 00 00 4F 70 65
+ 72 61 74 69 6F 6E 73 20 26 20 54 61 78 20 4F 66
+ 66 69 63 65 72 02 00 00 41 4D 12 00 00 53 65 6E
+ 69 6F 72 20 43 61 73 75 61 6C 74 79 20 55 57 02
+ 00 00 45 51 16 00 00 44 69 76 2E 20 46 69 6E 61
+ 6E 63 69 61 6C 20 4F 66 66 69 63 65 72 02 00 00
+ 49 49 18 00 00 41 73 73 69 73 74 65 6E 74 69 6E
+ 20 4C 49 2D 56 65 72 77 61 6C 74 65 72 0C 00 00
+ 53 65 63 74 69 6F 6E 20 48 65 61 64 02 00 00 50
+ 56 02 00 00 44 55 11 00 00 4C 65 69 74 65 72 20
+ 48 79 70 6F 74 68 65 6B 65 6E 19 00 00 48 65 61
+ 64 20 53 65 63 74 6F 72 20 53 74 72 61 74 2E 20
+ 45 75 72 6F 70 65 0D 00 00 48 65 61 64 20 45 71
+ 75 69 74 69 65 73 19 00 00 4C 69 65 67 65 6E 73
+ 63 68 61 66 74 65 6E 76 65 72 77 61 6C 74 65 72
+ 69 6E 19 00 00 44 65 70 75 74 79 20 48 65 61 64
+ 20 49 6E 76 65 73 74 2E 41 64 6D 69 6E 2E 14 00
+ 00 4C 65 69 74 65 72 20 4C 49 2D 56 65 72 77 61
+ 6C 74 75 6E 67 04 00 00 38 36 37 31 03 00 00 35
+ 36 39 03 00 00 31 33 30 04 00 00 31 37 34 30 03
+ 00 00 32 30 36 0A 00 00 49 54 20 4D 61 6E 61 67
+ 65 72 03 00 00 35 34 31 0C 00 00 49 54 20 45 78
+ 65 63 75 74 69 76 65 0E 00 00 4F 66 66 69 63 65
+ 20 4D 61 6E 61 67 65 72 04 00 00 35 37 30 32 04
+ 00 00 38 35 36 32 18 00 00 4D 67 72 20 52 65 73
+ 65 61 72 63 68 20 26 20 43 6F 6D 6D 75 6E 69 63
+ 2E 04 00 00 38 35 36 39 04 00 00 36 35 32 31 04
+ 00 00 39 31 36 31 03 00 00 35 39 37 04 00 00 32
+ 30 34 31 03 00 00 33 36 33 1A 00 00 52 65 63 65
+ 70 74 69 6F 6E 69 73 74 2F 54 65 6C 65 70 68 6F
+ 6E 65 20 4F 70 2E 03 00 00 33 36 34 04 00 00 36
+ 30 35 32 0F 00 00 48 75 6D 61 6E 20 52 65 73 6F
+ 75 72 63 65 73 03 00 00 31 32 38 03 00 00 31 30
+ 34 1E 00 00 47 65 6E 65 72 61 6C 20 4D 67 72 20
+ 4E 6F 6E 2D 4C 69 66 65 20 28 53 69 6E 67 61 70
+ 2E 29 03 00 00 34 39 31 0A 00 00 30 33 2E 30 38
+ 2E 31 39 39 38 0A 00 00 31 36 2E 30 38 2E 31 39
+ 36 34 0A 00 00 30 31 2E 30 37 2E 31 39 39 38 0A
+ 00 00 32 34 2E 30 31 2E 31 39 35 36 0A 00 00 30
+ 31 2E 30 37 2E 31 39 39 36 0A 00 00 30 34 2E 30
+ 36 2E 31 39 36 32 0A 00 00 30 36 2E 30 33 2E 32
+ 30 30 30 0A 00 00 31 36 2E 30 36 2E 31 39 36 35
+ 0A 00 00 31 35 2E 30 38 2E 32 30 30 30 0A 00 00
+ 31 37 2E 30 37 2E 31 39 37 31 0A 00 00 30 31 2E
+ 30 32 2E 31 39 39 39 0A 00 00 30 35 2E 31 32 2E
+ 31 39 37 32 0A 00 00 30 32 2E 30 32 2E 32 30 30
+ 30 0A 00 00 32 33 2E 30 31 2E 31 39 37 35 0A 00
+ 00 30 31 2E 30 39 2E 31 39 39 37 0A 00 00 32 30
+ 2E 30 36 2E 31 39 36 39 0A 00 00 30 32 2E 30 36
+ 2E 31 39 39 37 0A 00 00 32 31 2E 30 32 2E 31 39
+ 37 35 0A 00 00 31 31 2E 30 38 2E 31 39 39 37 0A
+ 00 00 30 31 2E 30 39 2E 31 39 37 33 0A 00 00 30
+ 32 2E 30 35 2E 31 39 37 32 0A 00 00 30 31 2E 30
+ 39 2E 31 39 39 35 15 00 00 45 6E 67 69 6E 65 65
+ 72 69 6E 67 20 41 73 73 69 73 74 61 6E 74 0A 00
+ 00 32 36 2E 30 38 2E 31 39 38 30 0A 00 00 31 39
+ 2E 31 30 2E 31 39 39 38 0A 00 00 31 35 2E 30 36
+ 2E 31 39 36 30 0A 00 00 30 31 2E 30 34 2E 31 39
+ 39 36 0A 00 00 31 39 2E 31 32 2E 31 39 36 34 0A
+ 00 00 32 37 2E 31 30 2E 31 39 36 36 0A 00 00 32
+ 37 2E 30 38 2E 31 39 37 34 0A 00 00 31 30 2E 30
+ 37 2E 31 39 39 35 0A 00 00 33 30 2E 31 31 2E 31
+ 39 37 30 0A 00 00 31 38 2E 30 33 2E 31 39 39 36
+ 0A 00 00 31 37 2E 31 30 2E 31 39 34 38 0A 00 00
+ 30 31 2E 30 31 2E 31 39 37 30 0A 00 00 30 36 2E
+ 31 30 2E 31 39 36 35 0A 00 00 32 36 2E 30 39 2E
+ 31 39 35 36 0A 00 00 30 33 2E 31 31 2E 31 39 39
+ 33 0A 00 00 31 30 2E 30 37 2E 31 39 37 30 0A 00
+ 00 30 31 2E 30 32 2E 31 39 39 38 0A 00 00 32 37
+ 2E 30 32 2E 31 39 35 39 0A 00 00 30 31 2E 30 36
+ 2E 31 39 39 36 0A 00 00 31 30 2E 30 32 2E 31 39
+ 36 36 0A 00 00 31 38 2E 31 31 2E 31 39 39 36 27
+ 00 00 43 6C 69 65 6E 74 20 4D 61 6E 61 67 65 72
+ 2F 50 72 6F 70 65 72 74 79 20 50 72 6F 64 75 63
+ 74 20 4D 61 6E 61 67 65 72 0A 00 00 30 31 2E 31
+ 30 2E 31 39 36 32 0A 00 00 31 36 2E 31 30 2E 31
+ 39 39 32 03 00 00 4D 59 52 03 00 00 50 48 50 0A
+ 00 00 32 38 2E 30 38 2E 31 39 35 34 0A 00 00 31
+ 38 2E 30 31 2E 31 39 39 39 0A 00 00 32 35 2E 30
+ 35 2E 31 39 37 34 1C 00 00 41 73 73 74 2E 4D 67
+ 72 2E 20 54 6F 20 43 6C 69 65 6E 74 20 4D 67 72
+ 20 54 65 61 6D 0A 00 00 30 39 2E 30 33 2E 31 39
+ 35 35 0A 00 00 30 31 2E 30 37 2E 32 30 30 30 0A
+ 00 00 30 33 2E 30 33 2E 31 39 35 36 0A 00 00 31
+ 32 2E 30 32 2E 31 39 39 36 0A 00 00 30 31 2E 30
+ 39 2E 32 30 30 30 03 00 00 32 35 36 0A 00 00 32
+ 31 2E 31 31 2E 31 39 35 39 0A 00 00 32 36 2E 30
+ 39 2E 31 39 36 35 0A 00 00 30 31 2E 31 31 2E 31
+ 39 39 38 02 00 00 6E 6F 0A 00 00 31 33 2E 30 39
+ 2E 31 39 36 39 1C 00 00 41 73 73 6F 63 69 61 74
+ 65 20 46 69 6E 61 6E 63 69 61 6C 20 41 64 76 69
+ 73 6F 72 79 03 00 00 79 65 73 0A 00 00 30 35 2E
+ 31 32 2E 31 39 35 36 0A 00 00 31 32 2E 30 39 2E
+ 31 39 38 34 1A 00 00 53 65 6E 69 6F 72 20 4D 61
+ 6E 61 67 65 72 20 45 6E 67 69 6E 65 65 72 69 6E
+ 67 0A 00 00 30 39 2E 30 38 2E 31 39 36 30 03 00
+ 00 54 48 42 0A 00 00 32 34 2E 30 32 2E 31 39 35
+ 34 0A 00 00 30 31 2E 30 36 2E 31 39 39 38 0A 00
+ 00 30 38 2E 30 33 2E 31 39 36 39 0A 00 00 31 34
+ 2E 30 34 2E 31 39 39 37 0A 00 00 32 31 2E 30 38
+ 2E 31 39 36 37 0A 00 00 30 37 2E 30 37 2E 31 39
+ 39 37 0A 00 00 33 30 2E 31 31 2E 31 39 36 30 0A
+ 00 00 30 32 2E 30 35 2E 31 39 39 37 0A 00 00 32
+ 39 2E 30 37 2E 31 39 35 35 0A 00 00 30 33 2E 30
+ 33 2E 31 39 39 37 0A 00 00 32 35 2E 30 35 2E 31
+ 39 35 37 0A 00 00 30 31 2E 30 39 2E 31 39 39 36
+ 0A 00 00 31 38 2E 30 31 2E 31 39 34 32 0A 00 00
+ 30 31 2E 30 33 2E 31 39 39 39 0A 00 00 32 32 2E
+ 30 36 2E 31 39 36 38 0A 00 00 30 31 2E 31 32 2E
+ 31 39 39 38 0A 00 00 30 33 2E 30 35 2E 31 39 36
+ 39 0A 00 00 30 31 2E 30 35 2E 31 39 39 38 0A 00
+ 00 32 32 2E 30 38 2E 31 39 35 37 0A 00 00 31 35
+ 2E 30 37 2E 31 39 38 35 0A 00 00 32 32 2E 30 35
+ 2E 31 39 36 36 0A 00 00 30 38 2E 30 32 2E 31 39
+ 39 36 0A 00 00 32 31 2E 31 32 2E 31 39 37 37 0A
+ 00 00 30 33 2E 30 34 2E 31 39 35 36 0A 00 00 31
+ 32 2E 30 31 2E 31 39 39 36 0A 00 00 30 38 2E 30
+ 37 2E 31 39 36 30 0A 00 00 30 31 2E 30 34 2E 31
+ 39 39 39 0A 00 00 30 36 2E 30 31 2E 31 39 36 33
+ 0A 00 00 30 31 2E 31 30 2E 31 39 39 38 0A 00 00
+ 30 34 2E 30 35 2E 31 39 35 35 0A 00 00 32 33 2E
+ 30 39 2E 31 39 39 36 0A 00 00 32 33 2E 30 39 2E
+ 31 39 37 30 0A 00 00 30 39 2E 30 33 2E 31 39 36
+ 37 0A 00 00 30 36 2E 30 39 2E 32 30 30 30 0A 00
+ 00 31 33 2E 30 39 2E 31 39 35 32 0A 00 00 31 37
+ 2E 30 31 2E 32 30 30 30 0A 00 00 31 31 2E 30 39
+ 2E 31 39 36 31 0A 00 00 30 33 2E 31 31 2E 31 39
+ 39 39 0A 00 00 31 39 2E 30 32 2E 31 39 36 32 0A
+ 00 00 30 31 2E 30 31 2E 31 39 39 36 0A 00 00 32
+ 33 2E 30 37 2E 31 39 36 30 0A 00 00 32 31 2E 30
+ 32 2E 32 30 30 30 0A 00 00 31 32 2E 31 31 2E 31
+ 39 36 39 0A 00 00 32 34 2E 30 35 2E 31 39 39 39
+ 0A 00 00 30 38 2E 31 32 2E 31 39 36 31 0A 00 00
+ 30 31 2E 30 34 2E 31 39 39 37 0A 00 00 30 34 2E
+ 30 34 2E 31 39 36 34 12 00 00 53 65 6E 69 6F 72
+ 20 55 6E 64 65 72 77 72 69 74 65 72 0A 00 00 32
+ 33 2E 30 32 2E 31 39 36 35 0A 00 00 31 38 2E 30
+ 39 2E 31 39 36 39 0A 00 00 30 31 2E 30 34 2E 31
+ 39 39 38 0A 00 00 31 31 2E 30 33 2E 31 39 35 32
+ 0A 00 00 31 37 2E 31 30 2E 31 39 37 34 0A 00 00
+ 30 33 2E 30 37 2E 31 39 39 35 0A 00 00 30 32 2E
+ 30 34 2E 31 39 36 38 0A 00 00 31 34 2E 30 32 2E
+ 32 30 30 30 0A 00 00 31 34 2E 30 33 2E 31 39 36
+ 31 0A 00 00 31 37 2E 30 36 2E 31 39 39 36 0A 00
+ 00 33 31 2E 30 38 2E 31 39 36 35 0A 00 00 31 37
+ 2E 30 32 2E 31 39 39 37 0A 00 00 30 35 2E 30 37
+ 2E 31 39 36 36 0A 00 00 32 30 2E 30 33 2E 32 30
+ 30 30 16 00 00 41 64 6D 69 6E 69 73 74 72 61 74
+ 69 76 65 20 4F 66 66 69 63 65 72 0A 00 00 31 33
+ 2E 30 36 2E 31 39 37 32 0A 00 00 33 31 2E 30 35
+ 2E 32 30 30 30 0A 00 00 32 31 2E 30 33 2E 31 39
+ 37 39 0A 00 00 30 32 2E 30 35 2E 32 30 30 30 0A
+ 00 00 32 33 2E 31 31 2E 31 39 36 38 0A 00 00 31
+ 34 2E 30 32 2E 31 39 37 30 0A 00 00 31 30 2E 30
+ 38 2E 31 39 39 38 0A 00 00 30 36 2E 30 39 2E 31
+ 39 36 32 0A 00 00 30 33 2E 31 31 2E 31 39 39 37
+ 0A 00 00 31 34 2E 30 36 2E 31 39 36 37 0A 00 00
+ 31 36 2E 30 36 2E 31 39 39 37 0A 00 00 30 37 2E
+ 30 33 2E 31 39 36 35 0A 00 00 30 38 2E 30 35 2E
+ 31 39 39 36 0A 00 00 31 36 2E 30 33 2E 31 39 36
+ 34 0A 00 00 32 39 2E 30 35 2E 32 30 30 30 0A 00
+ 00 31 39 2E 30 38 2E 31 39 37 32 0A 00 00 32 37
+ 2E 30 35 2E 31 39 37 30 0A 00 00 31 35 2E 31 31
+ 2E 31 39 39 36 0A 00 00 31 36 2E 30 32 2E 31 39
+ 37 31 0A 00 00 31 37 2E 31 30 2E 31 39 36 37 0A
+ 00 00 32 35 2E 30 38 2E 32 30 30 30 0A 00 00 32
+ 33 2E 30 36 2E 31 39 36 36 0A 00 00 31 33 2E 30
+ 38 2E 31 39 35 35 0A 00 00 32 30 2E 31 31 2E 31
+ 39 36 32 0A 00 00 31 35 2E 30 35 2E 31 39 38 39
+ 0A 00 00 32 35 2E 31 31 2E 31 39 36 39 0A 00 00
+ 30 32 2E 30 31 2E 31 39 39 37 0A 00 00 31 33 2E
+ 31 31 2E 31 39 34 36 0A 00 00 30 31 2E 30 31 2E
+ 31 39 37 37 0F 00 00 52 65 6B 72 2E 2F 42 65 74
+ 72 65 75 75 6E 67 0A 00 00 32 35 2E 30 32 2E 31
+ 39 36 31 0A 00 00 30 31 2E 30 35 2E 31 39 39 33
+ 0A 00 00 31 38 2E 31 31 2E 31 39 37 35 0A 00 00
+ 33 30 2E 30 39 2E 31 39 37 32 0A 00 00 31 38 2E
+ 31 32 2E 31 39 39 37 0A 00 00 33 31 2E 30 38 2E
+ 31 39 35 38 17 00 00 45 6E 67 69 6E 65 65 72 69
+ 6E 67 20 43 6F 6F 72 64 69 6E 61 74 6F 72 0A 00
+ 00 31 31 2E 30 34 2E 31 39 36 30 0A 00 00 30 31
+ 2E 30 31 2E 31 39 39 37 0A 00 00 30 37 2E 30 35
+ 2E 31 39 38 30 0A 00 00 31 39 2E 30 36 2E 32 30
+ 30 30 0A 00 00 33 30 2E 30 35 2E 31 39 36 38 0A
+ 00 00 30 37 2E 30 36 2E 31 39 36 36 0A 00 00 30
+ 31 2E 31 31 2E 31 39 39 39 0A 00 00 32 36 2E 30
+ 33 2E 31 39 36 34 0A 00 00 31 34 2E 30 38 2E 32
+ 30 30 30 0A 00 00 32 37 2E 30 33 2E 31 39 35 39
+ 0A 00 00 31 30 2E 30 35 2E 31 39 37 33 03 00 00
+ 49 4E 52 0A 00 00 30 37 2E 30 33 2E 31 39 36 37
+ 0A 00 00 30 34 2E 30 38 2E 31 39 37 36 0A 00 00
+ 32 37 2E 31 32 2E 31 39 36 30 0A 00 00 30 31 2E
+ 31 30 2E 31 39 39 35 0A 00 00 31 31 2E 30 31 2E
+ 31 39 34 38 0A 00 00 30 32 2E 30 34 2E 31 39 39
+ 37 0A 00 00 33 30 2E 30 37 2E 31 39 37 35 0A 00
+ 00 31 39 2E 31 32 2E 31 39 36 39 0A 00 00 30 31
+ 2E 30 33 2E 32 30 30 30 0A 00 00 30 33 2E 30 33
+ 2E 31 39 36 38 0A 00 00 30 32 2E 30 37 2E 31 39
+ 37 34 02 00 00 53 57 04 00 00 33 31 35 38 04 00
+ 00 33 31 39 32 10 00 00 55 57 20 4D 61 6E 61 67
+ 65 72 20 53 57 49 46 54 04 00 00 33 32 32 30 02
+ 00 00 53 32 04 00 00 33 32 34 31 04 00 00 33 32
+ 34 32 04 00 00 33 32 37 33 13 00 00 54 72 65 61
+ 74 79 20 55 57 20 53 75 70 70 2E 20 50 2F 43 04
+ 00 00 33 32 38 34 04 00 00 33 32 38 38 0F 00 00
+ 54 65 61 6D 20 4C 65 61 64 65 72 20 53 53 43 04
+ 00 00 33 33 30 35 16 00 00 55 57 20 46 69 6E 61
+ 6E 63 69 61 6C 20 53 6F 6C 75 74 69 6F 6E 73 04
+ 00 00 33 33 35 36 04 00 00 33 33 35 39 0C 00 00
+ 48 65 61 64 20 53 49 43 53 2F 6E 74 02 00 00 43
+ 32 04 00 00 33 33 36 38 13 00 00 55 6E 64 65 72
+ 77 72 69 74 65 72 20 46 61 6B 20 48 55 4B 02 00
+ 00 44 4E 04 00 00 33 33 37 37 13 00 00 44 65 61
+ 6C 20 4B 6F 6F 72 64 69 6E 61 74 6F 72 2F 55 57
+ 04 00 00 33 33 38 30 12 00 00 55 6E 64 65 72 77
+ 72 69 74 65 72 20 44 45 53 49 47 4E 04 00 00 33
+ 33 38 39 14 00 00 4B 6E 6F 77 6C 65 64 67 65 20
+ 45 78 70 65 72 74 20 53 53 43 04 00 00 33 34 30
+ 35 04 00 00 33 34 31 33 04 00 00 33 34 31 35 04
+ 00 00 33 34 32 33 02 00 00 45 57 04 00 00 33 34
+ 34 33 16 00 00 45 6E 67 69 6E 65 65 72 69 6E 67
+ 20 55 57 20 53 75 70 70 6F 72 74 04 00 00 33 34
+ 35 34 04 00 00 33 34 36 31 02 00 00 45 42 04 00
+ 00 33 34 38 30 04 00 00 33 35 30 38 10 00 00 53
+ 65 63 74 69 6F 6E 20 48 65 61 64 20 53 53 43 04
+ 00 00 33 35 32 39 04 00 00 33 35 34 37 16 00 00
+ 42 75 73 69 6E 65 73 73 20 41 73 73 69 73 74 61
+ 6E 74 20 53 53 43 04 00 00 33 35 35 34 04 00 00
+ 33 35 36 36 02 00 00 50 34 04 00 00 33 36 31 36
+ 10 00 00 55 57 20 46 61 63 2E 20 50 72 6F 70 65
+ 72 74 79 04 00 00 33 36 34 31 04 00 00 33 36 35
+ 34 04 00 00 33 36 39 35 04 00 00 33 37 38 36 18
+ 00 00 55 57 20 4D 61 6E 61 67 65 72 20 46 61 63
+ 2E 20 50 72 6F 70 65 72 74 79 04 00 00 33 38 31
+ 39 04 00 00 33 38 33 33 18 00 00 55 57 20 53 75
+ 70 70 6F 72 74 20 46 61 63 2E 20 43 61 73 75 61
+ 6C 74 79 02 00 00 45 43 04 00 00 33 38 36 30 04
+ 00 00 33 38 37 34 02 00 00 50 36 04 00 00 33 39
+ 35 36 10 00 00 55 6E 64 65 72 77 72 69 74 65 72
+ 20 53 61 63 68 04 00 00 33 39 38 38 16 00 00 41
+ 64 6D 69 6E 69 73 74 72 61 74 69 6F 6E 20 46 61
+ 6B 20 48 55 4B 04 00 00 33 39 39 36 02 00 00 4E
+ 45 04 00 00 34 30 32 39 12 00 00 4E 75 63 6C 65
+ 61 72 20 55 57 20 53 75 70 70 6F 72 74 04 00 00
+ 34 30 34 36 04 00 00 34 30 38 34 04 00 00 34 30
+ 38 39 04 00 00 34 30 39 32 04 00 00 34 30 39 37
+ 04 00 00 34 31 33 36 04 00 00 34 31 37 32 04 00
+ 00 34 32 33 30 04 00 00 34 32 35 31 04 00 00 34
+ 32 39 30 0A 00 00 55 57 20 53 75 70 70 6F 72 74
+ 04 00 00 34 33 38 35 15 00 00 4D 61 6E 61 67 65
+ 72 20 41 63 74 2E 20 53 65 72 76 69 63 65 73 04
+ 00 00 34 34 30 33 04 00 00 34 34 31 34 04 00 00
+ 34 34 33 38 04 00 00 34 34 34 33 04 00 00 34 34
+ 37 32 04 00 00 34 34 37 34 04 00 00 34 35 31 31
+ 04 00 00 34 35 33 32 04 00 00 34 35 34 36 02 00
+ 00 54 50 04 00 00 34 35 37 34 04 00 00 34 35 38
+ 30 04 00 00 34 36 30 39 04 00 00 34 36 33 32 04
+ 00 00 34 36 33 35 0E 00 00 53 49 43 53 6E 74 20
+ 50 72 6F 6A 65 6B 74 04 00 00 34 39 34 33 02 00
+ 00 45 48 04 00 00 34 39 35 37 04 00 00 34 39 35
+ 39 04 00 00 35 30 31 30 04 00 00 35 30 32 30 04
+ 00 00 35 30 32 32 04 00 00 35 30 36 31 04 00 00
+ 35 30 38 33 04 00 00 35 31 31 35 04 00 00 35 31
+ 33 35 04 00 00 35 31 38 32 04 00 00 35 31 38 34
+ 0E 00 00 48 52 20 43 6F 6E 74 72 6F 6C 6C 69 6E
+ 67 04 00 00 35 31 39 35 04 00 00 35 32 32 33 04
+ 00 00 35 32 36 30 15 00 00 47 6C 6F 62 61 6C 20
+ 43 6C 69 65 6E 74 20 4D 61 6E 61 67 65 72 04 00
+ 00 35 32 36 34 04 00 00 35 32 37 30 04 00 00 35
+ 32 39 34 04 00 00 35 33 30 37 19 00 00 43 6C 69
+ 65 6E 74 20 4D 61 6E 61 67 65 6D 65 6E 74 20 53
+ 75 70 70 6F 72 74 04 00 00 35 33 31 32 02 00 00
+ 4D 4C 04 00 00 35 33 31 38 0F 00 00 45 76 65 6E
+ 74 20 4D 61 72 6B 65 74 69 6E 67 04 00 00 35 33
+ 32 32 14 00 00 55 6E 64 65 72 77 72 69 74 65 72
+ 20 46 61 6B 20 53 61 63 68 04 00 00 35 33 32 37
+ 04 00 00 35 33 33 33 04 00 00 35 33 35 37 04 00
+ 00 35 33 35 38 04 00 00 35 34 32 35 18 00 00 4D
+ 67 72 20 42 55 53 20 50 65 72 66 6F 72 6D 61 6E
+ 63 65 20 54 65 61 6D 04 00 00 35 35 30 34 04 00
+ 00 35 35 38 34 10 00 00 41 73 73 69 73 74 61 6E
+ 74 20 44 4F 4F 20 45 55 04 00 00 35 35 39 37 04
+ 00 00 35 36 30 35 04 00 00 35 36 30 38 04 00 00
+ 35 36 31 37 04 00 00 35 36 32 33 04 00 00 35 36
+ 38 31 0F 00 00 48 65 61 64 20 50 43 20 53 75 70
+ 70 6F 72 74 04 00 00 35 37 30 31 04 00 00 35 37
+ 30 34 04 00 00 35 37 32 31 14 00 00 52 65 6C 61
+ 74 69 6F 6E 20 4D 61 6E 61 67 65 72 20 53 53 43
+ 04 00 00 35 37 33 36 04 00 00 35 37 34 38 04 00
+ 00 35 37 35 34 04 00 00 35 37 35 35 17 00 00 50
+ 72 6F 6A 65 63 74 20 4D 62 72 20 73 77 69 66 74
+ 72 65 2E 63 6F 6D 04 00 00 35 37 35 36 04 00 00
+ 35 37 36 32 0F 00 00 44 65 70 75 74 79 20 48 65
+ 61 64 20 53 53 43 04 00 00 35 37 38 30 04 00 00
+ 35 37 38 34 04 00 00 35 37 38 36 04 00 00 35 38
+ 31 35 04 00 00 35 38 32 31 04 00 00 35 38 34 30
+ 04 00 00 35 39 32 31 04 00 00 35 39 33 30 04 00
+ 00 35 39 33 32 12 00 00 4E 75 63 6C 65 61 72 20
+ 55 57 20 4D 61 6E 61 67 65 72 04 00 00 35 39 34
+ 36 04 00 00 35 39 34 39 04 00 00 35 39 35 34 04
+ 00 00 35 39 35 39 04 00 00 35 39 36 32 04 00 00
+ 35 39 38 34 04 00 00 36 30 37 34 04 00 00 36 31
+ 31 30 04 00 00 36 31 31 33 04 00 00 36 31 32 36
+ 04 00 00 36 31 38 31 17 00 00 50 72 6F 6A 65 63
+ 74 20 4D 67 72 20 73 77 69 66 74 72 65 2E 63 6F
+ 6D 04 00 00 36 31 38 37 04 00 00 36 32 31 39 19
+ 00 00 48 65 61 64 20 6F 66 20 44 69 76 2E 20 45
+ 78 65 63 2E 20 4F 66 66 69 63 65 04 00 00 36 33
+ 30 31 04 00 00 36 33 35 38 04 00 00 36 34 34 31
+ 04 00 00 36 34 35 39 04 00 00 36 35 31 34 04 00
+ 00 36 35 32 37 04 00 00 36 35 33 30 13 00 00 4D
+ 61 72 69 6E 65 20 55 6E 64 65 72 77 72 69 74 69
+ 6E 67 04 00 00 36 35 33 38 04 00 00 36 36 34 35
+ 04 00 00 36 36 35 38 04 00 00 36 36 36 35 04 00
+ 00 36 36 39 39 04 00 00 36 37 33 37 15 00 00 41
+ 70 70 6C 69 63 61 74 69 6F 6E 20 53 75 70 70 6F
+ 72 74 65 72 04 00 00 36 37 34 30 04 00 00 36 37
+ 34 39 04 00 00 36 37 35 30 0B 00 00 54 72 61 69
+ 6E 65 72 20 53 53 43 04 00 00 36 37 39 30 04 00
+ 00 36 38 30 35 04 00 00 36 38 31 38 19 00 00 48
+ 65 61 64 20 49 6E 64 69 76 69 64 75 61 6C 20 52
+ 65 70 6F 72 74 69 6E 67 04 00 00 36 38 36 39 04
+ 00 00 36 38 37 31 04 00 00 36 38 38 32 04 00 00
+ 36 38 38 33 04 00 00 36 38 38 35 04 00 00 36 39
+ 34 34 04 00 00 36 39 34 36 04 00 00 36 39 35 30
+ 04 00 00 37 30 31 30 04 00 00 37 30 32 32 04 00
+ 00 37 30 32 35 04 00 00 37 30 32 36 04 00 00 37
+ 30 37 38 04 00 00 37 30 38 37 04 00 00 37 31 30
+ 36 04 00 00 37 31 31 38 04 00 00 37 31 31 39 12
+ 00 00 41 63 74 75 61 72 69 61 6C 20 53 65 72 76
+ 69 63 65 73 04 00 00 37 31 33 36 04 00 00 37 31
+ 36 32 04 00 00 37 31 37 39 04 00 00 37 32 36 39
+ 04 00 00 37 33 34 38 04 00 00 37 34 30 39 04 00
+ 00 37 34 31 38 04 00 00 37 34 31 39 15 00 00 4D
+ 67 72 20 49 54 20 49 6E 66 72 61 73 74 72 75 63
+ 74 75 72 65 04 00 00 37 34 37 37 04 00 00 37 35
+ 30 31 04 00 00 37 35 37 35 04 00 00 37 35 37 36
+ 04 00 00 37 35 39 35 04 00 00 37 36 30 32 04 00
+ 00 37 36 30 36 04 00 00 37 39 34 32 04 00 00 37
+ 39 37 32 04 00 00 37 39 39 31 04 00 00 38 30 30
+ 39 04 00 00 38 30 32 30 04 00 00 38 30 32 39 04
+ 00 00 38 30 33 34 04 00 00 38 30 33 37 14 00 00
+ 52 65 70 6F 72 74 69 6E 67 20 53 70 65 63 69 61
+ 6C 69 73 74 04 00 00 38 30 35 36 14 00 00 53 65
+ 6B 72 65 74 61 72 69 61 74 20 4F 70 65 72 2E 20
+ 45 55 04 00 00 38 30 36 37 04 00 00 38 30 38 31
+ 04 00 00 38 31 31 31 04 00 00 38 31 33 36 15 00
+ 00 41 73 73 69 73 74 61 6E 74 20 74 6F 20 48 65
+ 61 64 20 53 53 43 04 00 00 38 32 31 39 04 00 00
+ 38 32 39 38 04 00 00 38 33 31 39 04 00 00 38 33
+ 34 32 04 00 00 38 33 36 33 04 00 00 38 34 30 33
+ 04 00 00 38 34 30 34 04 00 00 38 34 30 36 04 00
+ 00 38 34 31 32 04 00 00 38 34 31 33 04 00 00 38
+ 34 31 34 04 00 00 38 34 31 35 11 00 00 53 65 6E
+ 69 6F 72 20 55 57 20 46 61 6B 20 48 55 4B 04 00
+ 00 38 34 32 39 04 00 00 38 34 33 31 04 00 00 38
+ 34 33 33 04 00 00 38 34 33 37 04 00 00 38 34 34
+ 30 04 00 00 38 34 35 31 04 00 00 38 34 35 35 04
+ 00 00 38 34 36 36 04 00 00 38 34 36 37 04 00 00
+ 38 34 36 38 04 00 00 38 34 37 34 04 00 00 38 34
+ 38 30 04 00 00 38 34 38 38 04 00 00 38 34 38 39
+ 04 00 00 38 34 39 36 12 00 00 50 72 6F 6A 65 6B
+ 74 20 53 70 65 7A 69 61 6C 69 73 74 04 00 00 38
+ 35 30 34 04 00 00 38 35 30 37 04 00 00 38 35 30
+ 38 04 00 00 38 35 31 35 04 00 00 38 35 31 39 04
+ 00 00 38 35 32 30 04 00 00 38 35 32 33 04 00 00
+ 38 35 33 39 04 00 00 38 35 35 33 04 00 00 38 35
+ 36 30 04 00 00 38 35 36 34 04 00 00 38 35 36 35
+ 18 00 00 43 6C 69 65 6E 74 20 4D 61 6E 61 67 65
+ 6D 65 6E 74 20 4D 65 6D 62 65 72 04 00 00 38 35
+ 36 36 04 00 00 38 35 36 37 04 00 00 38 35 36 38
+ 04 00 00 38 35 37 32 04 00 00 38 35 37 34 04 00
+ 00 38 35 38 30 04 00 00 38 35 38 31 04 00 00 38
+ 35 38 34 04 00 00 38 35 38 35 04 00 00 38 35 39
+ 36 04 00 00 38 36 30 30 04 00 00 38 36 32 34 04
+ 00 00 38 36 32 38 04 00 00 38 36 33 39 16 00 00
+ 55 57 20 4D 61 6E 61 67 65 72 20 73 77 69 66 74
+ 72 65 2E 63 6F 6D 04 00 00 38 36 34 33 04 00 00
+ 38 36 35 37 19 00 00 48 65 61 64 20 6F 66 20 50
+ 6C 61 6E 2E 26 43 6F 6E 74 72 6F 6C 6C 69 6E 67
+ 04 00 00 38 37 31 33 10 00 00 55 57 20 46 61 63
+ 2E 20 43 61 73 75 61 6C 74 79 04 00 00 38 37 33
+ 39 04 00 00 38 37 34 35 04 00 00 38 37 35 30 19
+ 00 00 55 57 20 4D 61 6E 61 67 65 72 20 46 69 6E
+ 61 6E 63 69 61 6C 20 53 6F 6C 2E 04 00 00 38 37
+ 35 33 04 00 00 38 37 36 33 04 00 00 38 38 30 30
+ 19 00 00 49 54 20 4D 67 72 20 42 75 73 2E 20 45
+ 78 65 63 2E 20 53 79 73 74 65 6D 73 04 00 00 38
+ 38 39 38 04 00 00 38 39 32 30 04 00 00 39 31 31
+ 36 04 00 00 39 31 32 30 04 00 00 39 31 32 36 04
+ 00 00 39 31 35 37 04 00 00 39 31 35 38 04 00 00
+ 39 31 37 39 04 00 00 39 33 30 37 04 00 00 39 33
+ 32 37 04 00 00 39 33 39 39 04 00 00 39 34 39 35
+ 04 00 00 39 34 39 37 04 00 00 39 35 33 33 04 00
+ 00 39 36 31 33 04 00 00 39 36 35 31 04 00 00 39
+ 37 35 31 05 00 00 31 30 30 35 37 05 00 00 31 30
+ 32 31 34 05 00 00 31 30 32 32 36 05 00 00 31 30
+ 32 32 38 05 00 00 31 30 32 33 32 05 00 00 31 30
+ 32 33 38 05 00 00 31 30 32 34 34 05 00 00 31 30
+ 32 34 38 05 00 00 31 30 32 35 30 05 00 00 31 30
+ 32 38 34 05 00 00 31 30 33 37 38 05 00 00 31 30
+ 34 31 31 05 00 00 31 30 34 35 33 05 00 00 31 30
+ 34 38 31 05 00 00 31 30 35 33 33 05 00 00 31 30
+ 35 36 37 16 00 00 48 65 61 64 20 49 6E 74 65 72
+ 6E 61 74 2E 20 53 75 70 70 6F 72 74 05 00 00 31
+ 30 35 38 34 19 00 00 49 54 20 48 65 61 64 20 5A
+ 48 20 26 20 4C 6F 63 2E 20 4F 66 66 69 63 65 73
+ 05 00 00 31 30 36 30 30 05 00 00 31 30 36 30 37
+ 05 00 00 31 30 36 30 38 05 00 00 31 30 36 30 39
+ 05 00 00 31 30 36 31 30 05 00 00 31 30 36 31 36
+ 05 00 00 31 30 36 32 34 05 00 00 31 30 37 30 31
+ 05 00 00 31 30 37 33 34 05 00 00 31 30 37 33 35
+ 02 00 00 41 47 05 00 00 31 30 37 34 38 05 00 00
+ 31 30 38 36 30 16 00 00 49 54 20 4D 61 6E 61 67
+ 65 72 20 73 77 69 66 74 72 65 2E 63 6F 6D 05 00
+ 00 31 30 38 39 38 05 00 00 31 30 39 38 39 05 00
+ 00 31 30 39 39 31 05 00 00 31 31 31 30 36 0F 00
+ 00 43 6F 73 74 20 43 6F 6E 74 72 6F 6C 6C 65 72
+ 05 00 00 31 31 31 33 37 05 00 00 31 31 31 34 31
+ 19 00 00 53 61 63 68 62 65 61 72 62 2E 44 69 76
+ 2E 45 78 65 63 2E 4F 66 66 69 63 65 05 00 00 31
+ 31 31 35 34 05 00 00 31 31 32 33 34 05 00 00 31
+ 31 32 33 37 05 00 00 31 31 32 37 35 05 00 00 31
+ 31 32 37 36 05 00 00 31 31 33 30 39 05 00 00 31
+ 31 33 37 33 05 00 00 31 31 33 39 36 05 00 00 31
+ 31 35 32 33 05 00 00 31 31 36 37 34 05 00 00 31
+ 31 36 39 39 05 00 00 31 31 37 32 33 05 00 00 31
+ 31 37 33 33 05 00 00 31 31 37 34 38 05 00 00 31
+ 31 37 37 36 05 00 00 31 31 37 38 32 05 00 00 31
+ 31 38 31 38 05 00 00 31 31 38 32 37 05 00 00 31
+ 31 38 33 35 05 00 00 31 31 38 38 32 05 00 00 31
+ 31 39 33 35 05 00 00 31 31 39 33 36 05 00 00 31
+ 31 39 34 39 05 00 00 31 32 30 30 38 05 00 00 31
+ 32 30 32 34 05 00 00 31 32 30 38 34 05 00 00 31
+ 32 31 33 34 05 00 00 31 32 31 35 36 05 00 00 31
+ 32 31 38 35 05 00 00 31 32 32 31 31 05 00 00 31
+ 32 32 38 37 05 00 00 31 32 33 31 39 05 00 00 31
+ 32 33 36 34 05 00 00 31 32 33 39 30 05 00 00 31
+ 32 34 34 39 02 00 00 50 4D 05 00 00 31 32 34 35
+ 37 0F 00 00 48 65 61 64 20 50 4D 4F 20 45 75 72
+ 6F 70 65 01 00 00 34 02 00 00 32 34 02 00 00 32
+ 37 02 00 00 34 31 01 00 00 41 02 00 00 35 31 02
+ 00 00 36 30 02 00 00 36 35 02 00 00 37 31 02 00
+ 00 38 30 02 00 00 38 38 02 00 00 39 39 19 00 00
+ 43 6C 69 65 6E 74 20 4D 67 72 20 47 6C 6F 62 61
+ 6C 20 43 6C 69 65 6E 74 73 03 00 00 31 31 38 03
+ 00 00 31 32 39 03 00 00 31 33 32 16 00 00 43 6C
+ 61 69 6D 73 20 4D 67 72 20 73 77 69 66 74 72 65
+ 2E 63 6F 6D 03 00 00 31 37 30 03 00 00 31 37 33
+ 11 00 00 4D 61 6E 61 67 65 72 20 4D 61 72 69 6E
+ 65 20 55 57 03 00 00 31 38 39 11 00 00 55 57 20
+ 4D 61 6E 61 67 65 72 20 44 45 53 49 47 4E 03 00
+ 00 36 37 38 15 00 00 55 6E 64 65 72 77 72 69 74
+ 65 72 20 44 E9 63 65 6E 6E 61 6C 65 03 00 00 38
+ 39 32 03 00 00 39 32 38 03 00 00 39 33 38 03 00
+ 00 39 37 33 03 00 00 39 37 39 04 00 00 31 30 33
+ 30 04 00 00 31 30 37 30 0F 00 00 53 6F 52 69 20
+ 55 57 20 4D 61 6E 61 67 65 72 04 00 00 31 31 31
+ 38 04 00 00 31 34 37 35 04 00 00 31 35 30 31 04
+ 00 00 31 35 32 31 04 00 00 31 35 35 38 04 00 00
+ 31 35 39 32 04 00 00 31 36 30 30 04 00 00 31 36
+ 31 30 04 00 00 31 36 32 39 04 00 00 31 36 35 35
+ 04 00 00 31 37 30 30 16 00 00 48 65 61 64 20 6F
+ 66 20 44 69 76 2E 20 48 52 20 5A FC 72 69 63 68
+ 04 00 00 31 37 31 39 04 00 00 31 37 36 34 04 00
+ 00 31 37 37 34 04 00 00 31 38 30 34 04 00 00 31
+ 38 36 36 04 00 00 31 39 30 31 04 00 00 31 39 33
+ 37 04 00 00 32 30 30 35 04 00 00 32 30 34 38 04
+ 00 00 32 30 37 34 04 00 00 32 31 30 32 04 00 00
+ 32 31 33 37 04 00 00 32 31 36 37 04 00 00 32 31
+ 38 31 04 00 00 32 32 31 30 04 00 00 32 32 34 34
+ 04 00 00 32 32 37 32 04 00 00 32 32 38 30 04 00
+ 00 32 33 31 32 04 00 00 32 33 32 36 17 00 00 44
+ 69 76 2E 20 4F 70 65 72 61 74 2E 20 4F 66 66 69
+ 63 65 72 20 45 55 04 00 00 32 33 36 34 04 00 00
+ 32 33 39 30 04 00 00 32 34 31 30 04 00 00 32 34
+ 32 38 04 00 00 32 34 33 31 04 00 00 32 34 35 35
+ 12 00 00 48 65 61 64 20 6F 66 20 53 53 43 20 5A
+ 75 72 69 63 68 04 00 00 32 36 30 33 04 00 00 32
+ 36 32 35 04 00 00 32 36 37 32 04 00 00 32 36 39
+ 37 04 00 00 32 37 33 33 18 00 00 49 6E 6E 6F 76
+ 61 74 69 6F 6E 2F 4B 6E 6F 77 6C 65 64 67 65 20
+ 4D 67 72 04 00 00 32 37 33 39 04 00 00 32 37 38
+ 36 04 00 00 32 38 30 38 0B 00 00 53 74 61 62 73
+ 6C 65 69 74 65 72 04 00 00 32 38 31 31 17 00 00
+ 48 65 61 64 20 6F 66 20 4D 61 72 6B 65 74 69 6E
+ 67 20 53 20 26 20 4C 04 00 00 32 38 31 36 17 00
+ 00 49 54 20 4D 67 72 20 52 65 69 6E 73 75 72 2E
+ 20 53 79 73 74 65 6D 73 04 00 00 32 38 32 30 04
+ 00 00 32 38 37 33 05 00 00 31 32 35 30 34 05 00
+ 00 31 32 35 33 34 05 00 00 31 32 35 34 33 05 00
+ 00 31 32 35 36 36 05 00 00 31 32 35 39 38 05 00
+ 00 31 32 36 31 31 05 00 00 31 32 36 33 35 05 00
+ 00 31 32 36 35 38 05 00 00 31 32 36 36 36 01 00
+ 00 4E 05 00 00 31 32 36 37 36 05 00 00 31 32 37
+ 33 36 05 00 00 31 32 37 36 38 05 00 00 31 32 38
+ 30 35 05 00 00 31 32 38 32 34 05 00 00 31 32 38
+ 35 30 05 00 00 31 32 39 33 31 05 00 00 31 33 30
+ 30 32                                          
diff --git a/test-data/spreadsheet/BigSSTRecord2CR7 b/test-data/spreadsheet/BigSSTRecord2CR7
new file mode 100755 (executable)
index 0000000..571474e
--- /dev/null
@@ -0,0 +1,105 @@
+       3C 00 86 06 05 00 00 31 33 30 37 30 05 00
+ 00 31 32 35 36 37 0F 00 00 4B 56 2D 50 72 61 6B
+ 74 69 6B 61 6E 74 69 6E 02 00 00 33 32 04 00 00
+ 35 38 37 32 04 00 00 38 34 39 35 05 00 00 31 30
+ 34 39 39 05 00 00 31 30 35 30 31 05 00 00 31 30
+ 35 30 33 05 00 00 31 30 35 30 35 05 00 00 31 30
+ 36 38 39 05 00 00 31 30 36 39 31 05 00 00 31 30
+ 37 35 32 05 00 00 31 30 38 35 33 05 00 00 31 30
+ 38 35 34 05 00 00 31 30 38 35 36 05 00 00 31 30
+ 38 35 37 05 00 00 31 30 38 38 30 16 00 00 50 72
+ 6F 6A 65 63 74 20 4F 66 66 69 63 65 20 4D 61 6E
+ 61 67 65 72 13 00 00 43 68 69 65 66 20 4C 65 67
+ 61 6C 20 4F 66 66 69 63 65 72 18 00 00 53 65 63
+ 74 6F 72 20 53 74 72 61 74 65 67 69 73 74 20 45
+ 75 72 6F 70 65 12 00 00 48 65 61 64 20 6F 66 20
+ 41 75 74 6F 6D 61 74 69 6F 6E 17 00 00 48 65 61
+ 64 20 46 75 6E 64 20 6F 66 20 46 75 6E 64 73 20
+ 55 6E 69 74 0C 00 00 43 4D 20 41 73 73 69 73 74
+ 61 6E 74 18 00 00 48 65 61 64 20 48 75 6D 61 6E
+ 20 52 65 73 6F 75 72 63 65 73 20 53 52 49 14 00
+ 00 51 75 61 6E 74 69 74 61 74 69 76 65 20 41 6E
+ 61 6C 79 73 74 12 00 00 55 6D 77 65 6C 74 62 65
+ 61 75 66 74 72 61 67 74 65 72 12 00 00 54 68 69
+ 72 64 20 79 65 61 72 20 41 6E 61 6C 79 73 74 17
+ 00 00 48 65 61 64 20 43 75 73 74 6F 64 79 20 4D
+ 61 6E 61 67 65 6D 65 6E 74 0E 00 00 56 69 63 65
+ 20 50 72 65 73 69 64 65 6E 74 11 00 00 50 72 6F
+ 6A 65 6B 74 6C 65 69 74 65 72 20 52 53 41 0D 00
+ 00 50 72 6F 67 72 61 6D 6D 69 65 72 65 72 19 00
+ 00 44 65 70 2E 48 65 61 64 20 46 69 6E 61 6E 63
+ 2E 20 41 63 63 6F 75 6E 74 2E 19 00 00 53 65 6E
+ 69 6F 72 20 49 6E 66 6F 72 6D 2E 20 53 70 65 63
+ 69 61 6C 69 73 74 14 00 00 48 65 61 64 20 43 6C
+ 69 65 6E 74 20 52 65 6C 61 74 69 6F 6E 0A 00 00
+ 43 6F 6E 73 75 6C 74 61 6E 74 15 00 00 48 65 61
+ 64 20 42 75 73 69 6E 65 73 73 20 41 6E 61 6C 79
+ 73 74 18 00 00 48 65 61 64 20 43 6C 69 65 6E 74
+ 20 4D 67 6D 74 20 53 79 73 74 65 6D 73 15 00 00
+ 48 65 61 64 20 4B 6E 6F 77 6C 2E 26 49 6E 66 2E
+ 20 4D 67 6D 74 19 00 00 4C 65 69 74 65 72 20 42
+ 75 63 68 68 2F 42 65 72 69 63 68 74 65 72 73 74
+ 2E 19 00 00 50 72 6F 6A 2E 4D 67 72 2E 20 43 65
+ 6E 74 72 65 20 6F 66 20 43 6F 6D 70 2E 19 00 00
+ 41 73 73 2E 20 47 72 70 2E 20 43 6F 6D 70 6C 69
+ 61 6E 63 65 20 4F 66 66 2E 10 00 00 48 65 61 64
+ 20 6F 66 20 52 65 73 65 61 72 63 68 12 00 00 53
+ 6F 66 74 77 61 72 65 20 41 72 63 68 69 74 65 63
+ 74 13 00 00 48 65 61 64 20 6F 66 20 49 54 20 54
+ 72 61 69 6E 69 6E 67 19 00 00 4F 70 65 72 61 74
+ 69 76 65 72 20 42 65 74 72 69 65 62 73 6C 65 69
+ 74 65 72 12 00 00 41 64 6D 69 6E 2E 20 4D 69 74
+ 61 72 62 65 69 74 65 72 02 00 00 47 57 16 00 00
+ 54 65 61 6D 6C 2E 20 43 6F 73 74 20 41 63 63 6F
+ 75 6E 74 69 6E 67 18 00 00 48 65 61 64 20 52 65
+ 67 69 6F 6E 61 6C 20 50 4D 4F 20 5A 75 72 69 63
+ 68 04 00 00 35 37 34 34 04 00 00 36 33 30 37 05
+ 00 00 31 30 39 30 31 04 00 00 36 34 35 31 04 00
+ 00 34 35 30 30 05 00 00 31 31 36 34 37 05 00 00
+ 31 32 37 30 30 04 00 00 33 38 34 30 04 00 00 36
+ 37 39 33 05 00 00 31 32 39 30 36 04 00 00 35 33
+ 32 36 04 00 00 36 38 35 33 05 00 00 31 32 38 35
+ 34 04 00 00 35 35 38 31 05 00 00 31 32 39 36 35
+ 04 00 00 33 30 38 37 04 00 00 34 33 36 31 04 00
+ 00 33 39 37 30 04 00 00 35 32 38 39 04 00 00 38
+ 35 38 38 05 00 00 31 30 36 39 30 05 00 00 31 33
+ 31 34 37 04 00 00 36 39 38 34 05 00 00 31 31 31
+ 33 31 04 00 00 36 38 32 30 04 00 00 34 33 35 36
+ 04 00 00 35 35 38 32 04 00 00 33 30 31 34 04 00
+ 00 31 34 34 33 04 00 00 35 32 38 36 04 00 00 37
+ 32 32 37 05 00 00 31 31 39 37 32 04 00 00 34 35
+ 35 34 04 00 00 34 32 36 35 04 00 00 33 36 35 36
+ 04 00 00 38 30 37 31 03 00 00 32 39 30 04 00 00
+ 35 39 31 38 04 00 00 36 39 33 31 04 00 00 35 36
+ 33 30 04 00 00 36 35 34 30 04 00 00 38 34 35 34
+ 04 00 00 38 30 36 31 04 00 00 35 30 31 35 05 00
+ 00 34 32 31 30 34 0C 00 00 55 6E 64 65 72 77 72
+ 69 74 65 72 2C 04 00 00 37 32 35 36 04 00 00 37
+ 36 37 34 04 00 00 37 37 38 36 04 00 00 38 37 31
+ 34 04 00 00 38 37 31 39 04 00 00 36 33 36 35 04
+ 00 00 38 39 35 37 04 00 00 32 37 31 38 04 00 00
+ 36 32 39 31 05 00 00 31 31 39 34 37 04 00 00 33
+ 30 33 33 04 00 00 38 34 36 30 04 00 00 36 32 36
+ 36 04 00 00 33 32 39 39 04 00 00 37 38 38 39 04
+ 00 00 32 37 33 30 05 00 00 31 31 33 38 31 05 00
+ 00 31 30 36 34 38 04 00 00 37 33 37 33 04 00 00
+ 35 30 35 30 04 00 00 38 36 31 39 04 00 00 37 31
+ 34 36 04 00 00 34 33 31 33 04 00 00 35 38 33 35
+ 04 00 00 38 37 35 38 04 00 00 37 30 37 31 05 00
+ 00 31 33 30 36 36 04 00 00 37 37 36 35 04 00 00
+ 34 34 36 38 05 00 00 31 31 38 36 31 04 00 00 35
+ 38 39 34 04 00 00 32 34 33 38 04 00 00 33 31 38
+ 38 04 00 00 34 32 35 37 03 00 00 31 35 38 04 00
+ 00 39 32 34 39 12 00 00 41 73 73 6F 63 69 61 74
+ 65 20 44 69 72 65 63 74 6F 72 03 00 00 36 31 36
+ 05 00 00 31 31 30 36 34 04 00 00 34 36 32 36 04
+ 00 00 36 33 31 37 05 00 00 31 31 35 35 33 05 00
+ 00 31 31 32 39 38 04 00 00 32 32 35 34 04 00 00
+ 39 35 33 31 04 00 00 38 33 31 38 02 00 00 34 35
+ 04 00 00 35 34 33 30 04 00 00 37 30 37 36 04 00
+ 00 36 38 36 34 05 00 00 31 32 34 35 38 04 00 00
+ 35 34 38 35 05 00 00 38 30 30 39 33 04 00 00 35
+ 39 37 31 04 00 00 36 34 37 32 04 00 00 36 36 31
+ 39 05 00 00 31 31 34 31 30 04 00 00 35 32 39 36
+ 04 00 00 38 36 33 30 04 00 00 38 30 32 38 04 00
+ 00 31 38 32 36 04 00 00 36 38 35 31            
diff --git a/test-data/spreadsheet/BigSSTRecordCR b/test-data/spreadsheet/BigSSTRecordCR
new file mode 100755 (executable)
index 0000000..c35783d
--- /dev/null
@@ -0,0 +1,225 @@
+3C 00 FD 0D 00 6C 05 00 00 47 2D 35 31 35 04
+00 00 32 37 38 38 04 00 00 32 32 34 38 04 00 00
+34 38 30 37 03 00 00 32 32 37 13 00 00 50 6C 79
+6D 6F 75 74 68 20 50 54 20 43 72 75 69 73 65 72
+18 00 00 53 74 61 72 20 54 72 65 6B 20 53 70 61
+63 65 20 53 68 69 70 20 53 65 74 3B 00 00 54 4F
+53 20 45 6E 74 65 72 70 72 69 73 65 2C 20 4B 6C
+69 6E 67 6F 6E 20 42 61 74 74 6C 65 63 72 75 69
+73 65 72 2C 20 52 6F 6D 75 6C 61 6E 20 42 69 72
+64 20 6F 66 20 50 72 65 79 14 00 00 46 6F 63 6B
+65 2D 57 75 6C 66 20 46 77 31 39 30 20 44 2D 39
+05 00 00 32 34 32 32 38 12 00 00 46 65 72 72 61
+72 69 20 33 36 30 20 4D 6F 64 65 6E 61 07 00 00
+38 35 2D 35 36 30 37 0D 00 00 43 2D 34 37 20 53
+6B 79 74 72 61 69 6E 11 00 00 43 6C 61 73 73 69
+63 20 41 69 72 66 72 61 6D 65 73 03 00 00 34 33
+39 15 00 00 42 72 69 73 74 6F 6C 20 42 6C 65 6E
+68 65 69 6D 20 4D 6B 20 49 19 00 00 46 69 6E 6E
+69 73 68 2F 59 75 67 6F 73 6C 61 76 20 6D 61 72
+6B 69 6E 67 73 05 00 00 35 31 30 33 38 0F 00 00
+4A 75 6E 6B 65 72 73 20 4A 75 38 37 47 2D 32 16
+00 00 22 53 75 70 65 72 20 44 65 74 61 69 6C 20
+47 75 6E 20 50 6F 64 22 05 00 00 35 31 30 34 30
+0C 00 00 54 79 70 68 6F 6F 6E 20 4D 2E 49 42 0E
+00 00 22 53 75 70 65 72 20 44 65 74 61 69 6C 22
+05 00 00 34 38 30 36 31 04 00 00 36 36 37 37 04
+00 00 5A 30 30 35 09 00 00 4D 6F 74 6F 72 69 7A
+65 64 07 00 00 38 35 2D 35 38 34 31 39 00 00 77
+2F 56 65 72 6C 69 6E 64 65 6E 20 64 65 74 61 69
+6C 20 73 65 74 20 31 34 37 34 20 61 6E 64 20 54
+72 75 65 20 44 65 74 61 69 6C 73 20 77 68 65 65
+6C 73 20 34 38 30 31 37 45 00 00 77 2F 57 61 72
+72 69 6F 72 20 57 41 20 57 31 30 30 31 20 44 4F
+2D 33 33 35 20 22 50 66 69 65 6C 22 20 44 65 74
+61 69 6C 20 53 65 74 2C 20 61 6C 73 6F 20 56 65
+72 6C 69 6E 64 65 6E 20 73 65 74 20 31 36 32 39
+04 00 00 36 37 39 30 0D 00 00 43 75 72 74 69 73
+73 20 50 2D 33 36 41 36 00 00 77 2F 20 53 71 75
+61 64 72 6F 6E 20 63 61 6E 6F 70 79 20 61 6E 64
+20 52 61 72 65 70 6C 61 6E 65 73 20 59 50 2D 33
+37 20 63 6F 6E 76 65 72 73 69 6F 6E 20 6B 69 74
+07 00 00 38 35 2D 37 36 33 33 15 00 00 56 6F 6C
+6B 73 77 61 67 65 6E 20 56 61 6E 20 43 61 6D 70
+65 72 04 00 00 38 32 34 38 0F 00 00 48 61 72 64
+20 48 61 74 20 48 61 75 6C 65 72 04 00 00 38 37
+38 39 1A 00 01 43 00 75 00 74 00 2D 00 41 00 77
+00 61 00 79 00 20 00 4D 00 69 00 6C 00 6C 00 65
+00 6E 00 69 00 75 00 6D 00 20 00 46 00 61 00 6C
+00 63 00 6F 00 6E 00 22 21 05 00 00 36 31 30 33
+31 20 00 00 55 2E 53 2E 20 4E 61 76 79 20 42 72
+65 77 73 74 65 72 20 46 32 41 2D 32 20 42 75 66
+66 61 6C 6F 05 00 00 36 30 37 34 30 1D 00 00 55
+2E 53 2E 41 2E 46 2E 20 42 65 6C 6C 20 58 2D 31
+20 4D 61 63 68 20 42 75 73 74 65 72 05 00 00 36
+31 30 34 35 21 00 00 48 79 61 6B 75 73 68 69 6B
+69 20 53 68 69 74 65 69 20 49 49 49 20 52 65 63
+6F 6E 20 50 6C 61 6E 65 05 00 00 36 31 30 34 37
+1E 00 00 4E 6F 72 74 68 20 41 6D 65 72 69 63 61
+6E 20 52 41 46 20 4D 75 73 74 61 6E 67 20 49 49
+49 07 00 00 38 35 2D 32 35 37 32 14 00 00 41 63
+75 72 61 20 49 6E 74 65 67 72 61 20 54 79 70 65
+20 52 07 00 00 38 35 2D 32 34 38 39 10 00 00 35
+36 20 43 68 65 76 79 AE 20 4E 6F 6D 61 64 AE 04
+00 00 32 32 36 39 10 00 00 43 6F 72 76 65 74 74
+65 20 41 6D 65 72 69 63 61 03 00 00 31 30 34 1F
+00 00 4D 65 73 73 65 72 73 63 68 6D 69 74 74 20
+4D 65 2D 33 32 31 20 44 2D 31 20 47 69 67 61 6E
+74 05 00 00 36 31 30 34 38 0F 00 00 44 65 77 6F
+69 74 69 6E 65 20 44 2E 35 32 30 07 00 00 38 35
+2D 31 36 35 36 4B 00 00 77 2F 69 6E 74 65 72 69
+6F 72 20 61 6E 64 20 65 78 74 65 72 69 6F 72 20
+64 65 74 61 69 6C 20 73 65 74 73 2C 20 65 6E 67
+69 6E 65 73 2C 20 77 68 65 65 6C 20 73 65 74 2C
+20 61 6E 64 20 6E 65 77 20 64 65 63 61 6C 73 2C
+20 43 44 04 00 00 4A 54 33 31 0D 00 00 50 2D 35
+31 4B 20 4D 75 73 74 61 6E 67 12 00 00 46 6F 63
+6B 65 2D 57 75 6C 66 65 20 46 77 31 39 30 46 04
+00 00 37 31 33 36 1F 00 00 48 6F 74 20 52 6F 64
+20 43 75 73 74 6F 6D 20 4D 6F 64 65 6C 20 27 41
+27 20 50 69 63 6B 75 70 04 00 00 32 37 35 30 19
+00 00 32 39 20 46 6F 72 64 20 50 69 63 6B 75 70
+20 53 74 72 65 65 74 20 52 6F 64 09 00 00 45 53
+43 69 2F 45 52 54 4C 04 00 00 34 31 30 31 12 00
+00 43 75 72 74 69 73 73 20 50 2D 33 36 41 20 48
+61 77 6B 04 00 00 38 30 32 38 16 00 00 31 39 35
+37 20 46 6F 72 64 20 46 61 69 72 6C 61 6E 65 20
+35 30 30 08 00 00 4D 50 43 2F 45 52 54 4C 04 00
+00 36 32 32 31 0E 00 00 44 65 6F 72 61 20 53 68
+6F 77 20 43 61 72 04 00 00 34 38 30 33 1E 00 00
+42 65 6C 6C 20 58 50 2D 37 37 20 4C 69 67 68 74
+77 65 69 67 68 74 20 46 69 67 68 74 65 72 04 00
+00 4A 54 37 35 0E 00 00 46 34 55 2D 35 4E 20 43
+6F 72 73 61 69 72 04 00 00 38 36 31 39 1A 00 00
+4E 6F 72 74 68 72 6F 70 20 59 42 2D 34 39 20 46
+6C 79 69 6E 67 20 57 69 6E 67 04 00 00 38 31 32
+35 04 00 00 42 6F 61 74 1B 00 00 33 20 69 6E 20
+31 20 43 75 73 74 6F 6D 69 7A 69 6E 67 20 42 6F
+61 74 20 4B 69 74 04 00 00 32 32 37 38 0E 00 00
+43 69 74 61 74 69 6F 6E 20 54 75 72 62 6F 05 00
+00 34 38 30 33 31 1A 00 00 59 61 6B 2D 37 41 20
+57 57 49 49 20 53 6F 76 69 65 74 20 46 69 67 68
+74 65 72 03 00 00 38 36 31 15 00 00 46 6F 63 6B
+65 20 57 75 6C 66 20 54 41 2D 31 35 32 20 48 2D
+31 11 00 00 77 2F 4D 6F 73 6B 69 74 20 65 78 68
+61 75 73 74 73 06 00 00 46 75 6A 69 6D 69 16 00
+00 46 6F 63 6B 65 2D 57 75 6C 66 20 46 77 31 39
+30 41 36 2D 3E 41 39 14 00 00 77 2F 54 72 75 65
+20 44 65 74 61 69 6C 20 77 68 65 65 6C 73 06 00
+00 52 55 31 30 30 32 05 00 00 4D 43 2D 30 35 0A
+00 00 56 6F 6C 6B 73 77 61 67 65 6E 1C 00 00 53
+74 6F 63 6B 20 6F 72 20 41 41 2F 41 6C 74 65 72
+65 64 20 56 57 20 43 6F 75 70 65 07 00 00 38 35
+2D 35 35 31 30 0D 00 00 42 2D 32 36 20 4D 61 72
+61 75 64 65 72 2C 00 00 53 70 65 63 69 61 6C 20
+45 64 69 74 69 6F 6E 20 77 2F 72 65 73 69 6E 20
+70 61 72 74 73 3B 20 73 6B 69 6C 6C 20 6C 65 76
+65 6C 20 33 06 00 00 4D 65 20 33 30 39 04 00 00
+38 35 38 35 19 00 00 45 6C 65 63 74 72 6F 6E 69
+63 20 58 2D 57 69 6E 67 20 46 69 67 68 74 65 72
+04 00 00 38 30 33 36 0D 00 00 50 2D 34 30 4E 20
+57 61 72 68 61 77 6B 09 00 00 50 72 6F 66 69 70
+61 63 6B 06 00 00 48 2D 31 32 31 37 15 00 00 41
+75 73 74 69 6E 20 48 65 61 6C 65 79 20 31 30 30
+2D 53 69 78 03 00 00 32 31 32 11 00 00 54 68 75
+6E 64 65 72 62 6F 6C 74 20 50 2D 34 37 44 03 00
+00 32 31 35 0D 00 00 46 38 46 2D 32 20 42 65 61
+72 63 61 74 03 00 00 4D 50 4D 05 00 00 34 38 30
+32 38 13 00 00 46 6F 63 6B 65 2D 57 75 6C 66 20
+46 77 20 31 39 30 20 53 2F 00 00 45 78 70 65 72
+74 20 53 65 72 69 65 73 3B 20 77 69 74 68 20 72
+65 73 69 6E 20 61 6E 64 20 70 68 6F 74 6F 2D 65
+74 63 68 20 64 65 74 61 69 6C 07 00 00 38 35 2D
+35 37 30 36 12 00 00 42 2D 32 39 20 53 75 70 65
+72 66 6F 72 74 72 65 73 73 16 00 00 77 2F 45 2D
+5A 20 6D 61 73 6B 20 63 61 6E 6F 70 79 20 6D 61
+73 6B 20 00 00 77 2F 64 65 74 61 69 6C 20 73 65
+74 20 61 6E 64 20 4D 6F 73 6B 69 74 20 65 78 68
+61 75 73 74 73 33 00 00 53 6B 69 6C 6C 20 6C 65
+76 65 6C 20 33 2C 20 77 69 74 68 20 72 65 73 69
+6E 20 65 6E 67 69 6E 65 20 28 45 6E 67 69 6E 65
+73 20 26 20 54 68 69 6E 67 73 29 05 00 00 34 38
+30 33 34 13 00 00 46 6F 63 6B 65 2D 57 75 6C 66
+20 46 77 20 31 38 39 20 41 05 00 00 32 34 30 34
+36 17 00 00 4C 6F 74 75 73 20 53 75 70 65 72 20
+37 20 53 65 72 69 65 73 20 49 49 04 00 00 33 34
+33 31 10 00 00 42 2D 32 35 43 2F 44 20 4D 69 74
+63 68 65 6C 6C 09 00 00 54 72 69 6D 61 73 74 65
+72 22 00 00 46 6F 63 6B 65 2D 57 75 6C 66 20 46
+77 31 39 30 41 2D 38 2F 52 31 31 20 4E 61 63 68
+74 6A 61 67 65 72 05 00 00 34 38 30 30 31 16 00
+00 4D 65 73 73 65 72 73 63 68 6D 69 74 74 20 42
+66 31 30 39 4B 2D 34 12 00 00 77 2F 72 65 73 69
+6E 20 64 65 74 61 69 6C 20 73 65 74 04 00 00 32
+37 34 31 18 00 00 46 6F 72 64 20 53 74 72 65 65
+74 20 22 54 22 20 52 6F 61 64 73 74 65 72 04 00
+00 30 31 39 34 0E 00 00 54 68 65 20 53 70 61 63
+65 20 54 61 78 69 02 00 00 4A 31 17 00 00 4D 65
+73 73 65 72 73 63 68 6D 69 74 74 20 42 66 31 30
+39 20 45 2D 33 1F 00 00 77 2F 56 65 72 6C 69 6E
+64 65 6E 20 73 75 70 65 72 2D 74 65 63 68 20 6B
+69 74 20 23 33 38 34 07 00 00 38 35 2D 32 35 31
+37 27 00 00 31 31 20 53 74 65 76 65 20 4B 69 6E
+73 65 72 20 51 75 61 6B 65 72 20 53 74 61 74 65
+20 53 70 72 69 6E 74 20 43 61 72 07 00 00 38 35
+2D 37 33 31 30 03 00 00 31 2F 38 0A 00 00 4D 6F
+74 6F 72 63 79 63 6C 65 21 00 01 58 00 4C 00 22
+21 20 00 31 00 32 00 30 00 30 00 20 00 53 00 70
+00 6F 00 72 00 74 00 73 00 74 00 65 00 72 00 28
+00 52 00 29 00 20 00 31 00 32 00 30 00 30 00 20
+00 43 00 75 00 73 00 74 00 6F 00 6D 00 04 00 00
+36 31 33 35 1A 00 00 36 32 20 50 6F 6E 74 69 61
+63 20 43 61 74 61 6C 69 6E 61 20 43 75 73 74 6F
+6D 03 00 00 39 31 32 0D 00 00 43 75 72 74 69 73
+73 20 52 61 63 65 72 05 00 00 33 31 32 32 30 16
+00 00 32 39 20 46 6F 72 64 20 57 6F 6F 64 79 20
+2F 20 50 69 63 6B 75 70 0B 00 00 52 2E 20 56 2E
+20 52 65 73 69 6E 19 00 00 46 6F 63 6B 65 20 57
+75 6C 66 20 54 61 20 31 35 32 43 2D 30 20 28 56
+37 29 07 00 00 38 35 2D 37 36 37 39 2B 00 00 36
+34 20 46 6F 72 64 20 46 61 69 72 6C 61 6E 65 20
+54 68 75 6E 64 65 72 62 6F 6C 74 20 53 74 72 65
+65 74 20 4D 61 63 68 69 6E 65 04 00 00 38 32 30
+37 21 00 00 31 39 36 37 20 43 68 65 76 72 6F 6C
+65 74 20 49 6D 70 61 6C 61 20 53 75 70 65 72 20
+53 70 6F 72 74 07 00 00 38 35 2D 31 39 31 34 13
+00 00 43 68 72 79 73 6C 65 72 20 50 54 20 43 72
+75 69 73 65 72 05 00 00 36 31 30 35 34 11 00 00
+41 69 63 68 69 20 4D 36 41 31 20 53 65 69 72 65
+6E 07 00 00 38 35 2D 32 31 34 34 0B 00 01 4B 00
+69 00 6C 00 6C 00 65 00 72 00 20 00 42 00 65 00
+65 00 22 21 1A 00 01 42 00 6C 00 61 00 63 00 6B
+00 20 00 54 00 6F 00 70 00 20 00 57 00 61 00 72
+00 72 00 69 00 6F 00 72 00 73 00 22 21 20 00 73
+00 65 00 72 00 69 00 65 00 73 00 05 00 00 33 30
+30 38 39 16 00 00 33 32 20 46 6F 72 64 20 50 68
+61 6E 74 6F 6D 20 56 69 63 6B 69 65 07 00 00 38
+35 2D 34 31 35 31 18 00 00 54 6F 6E 79 20 4E 61
+6E 63 79 27 73 20 52 65 76 65 6C 6C 6C 69 6E 65
+72 07 00 00 38 35 2D 35 38 33 34 0E 00 00 46 2D
+31 31 37 41 20 53 74 65 61 6C 74 68 24 00 00 53
+6B 69 6C 6C 20 6C 65 76 65 6C 20 33 2C 20 77 69
+74 68 20 70 68 6F 74 6F 2D 65 74 63 68 20 70 61
+72 74 73 04 00 00 35 36 30 38 0F 00 00 42 2D 32
+34 4A 20 4C 69 62 65 72 61 74 6F 72 04 00 00 4D
+41 2D 37 04 00 00 4D 41 2D 33 1B 00 00 48 65 69
+6E 6B 65 6C 20 48 65 31 36 32 41 2D 32 20 56 6F
+6C 6B 73 6A 61 67 65 72 05 00 00 33 30 32 37 33
+0C 00 00 41 4D 54 20 41 6D 74 72 6F 6E 69 63 04
+00 00 37 38 30 33 14 00 00 54 42 4D 2D 33 2F 54
+42 46 2D 31 43 20 41 76 65 6E 67 65 72 13 00 00
+77 2F 41 65 72 6F 6D 61 73 74 65 72 20 64 65 63
+61 6C 73 04 00 00 37 38 30 36 1B 00 00 53 42 44
+2D 33 2F 53 42 44 2D 34 2F 53 42 44 2D 35 20 44
+61 75 6E 74 6C 65 73 73 05 00 00 36 31 30 37 31
+20 00 00 46 61 69 72 65 79 20 53 77 6F 72 64 66
+69 73 68 20 4D 6B 2E 49 20 46 6C 6F 61 74 70 6C
+61 6E 65 04 00 00 37 35 37 35 10 00 00 44 65 76
+61 73 74 61 74 6F 72 20 54 42 44 2D 31 04 00 00
+32 31 37 39 12 00 00 50 2D 32 36 41 2F 43 20 50
+65 61 73 68 6F 6F 74 65 72 06 00 00 34 35 34 3A
+34 39 09 00 00 43 61 72 61 76 65 6C 6C 65 03 00
+00 35 30 36 0D 00 00 4F 56 2D 31 30 41 20 42 72
+6F 6E 63 6F 07 00 00 38 35 2D 35 39 32 39 11 00
+00 50 2D 34 37 4E 20 54 68 75 6E 64 65 72 62 6F
+6C 74
diff --git a/test-data/spreadsheet/Booleans.xlsx b/test-data/spreadsheet/Booleans.xlsx
new file mode 100755 (executable)
index 0000000..7528346
Binary files /dev/null and b/test-data/spreadsheet/Booleans.xlsx differ
diff --git a/test-data/spreadsheet/ColumnStyle1dp.xls b/test-data/spreadsheet/ColumnStyle1dp.xls
new file mode 100755 (executable)
index 0000000..1318b0f
Binary files /dev/null and b/test-data/spreadsheet/ColumnStyle1dp.xls differ
diff --git a/test-data/spreadsheet/ColumnStyle1dpColoured.xls b/test-data/spreadsheet/ColumnStyle1dpColoured.xls
new file mode 100755 (executable)
index 0000000..25dd8de
Binary files /dev/null and b/test-data/spreadsheet/ColumnStyle1dpColoured.xls differ
diff --git a/test-data/spreadsheet/ColumnStyleNone.xls b/test-data/spreadsheet/ColumnStyleNone.xls
new file mode 100755 (executable)
index 0000000..3f0128a
Binary files /dev/null and b/test-data/spreadsheet/ColumnStyleNone.xls differ
diff --git a/test-data/spreadsheet/ContinueRecordProblem.xls b/test-data/spreadsheet/ContinueRecordProblem.xls
new file mode 100644 (file)
index 0000000..c74b864
Binary files /dev/null and b/test-data/spreadsheet/ContinueRecordProblem.xls differ
diff --git a/test-data/spreadsheet/CustomXMLMapping-singleattributenamespace.xlsx b/test-data/spreadsheet/CustomXMLMapping-singleattributenamespace.xlsx
new file mode 100644 (file)
index 0000000..635dea7
Binary files /dev/null and b/test-data/spreadsheet/CustomXMLMapping-singleattributenamespace.xlsx differ
diff --git a/test-data/spreadsheet/CustomXMLMappings-complex-type.xlsx b/test-data/spreadsheet/CustomXMLMappings-complex-type.xlsx
new file mode 100755 (executable)
index 0000000..0d6d8d0
Binary files /dev/null and b/test-data/spreadsheet/CustomXMLMappings-complex-type.xlsx differ
diff --git a/test-data/spreadsheet/CustomXMLMappings.xlsx b/test-data/spreadsheet/CustomXMLMappings.xlsx
new file mode 100755 (executable)
index 0000000..32a5573
Binary files /dev/null and b/test-data/spreadsheet/CustomXMLMappings.xlsx differ
diff --git a/test-data/spreadsheet/CustomXmlMappings-inverse-order.xlsx b/test-data/spreadsheet/CustomXmlMappings-inverse-order.xlsx
new file mode 100755 (executable)
index 0000000..f3acef3
Binary files /dev/null and b/test-data/spreadsheet/CustomXmlMappings-inverse-order.xlsx differ
diff --git a/test-data/spreadsheet/DBCSHeader.xls b/test-data/spreadsheet/DBCSHeader.xls
new file mode 100644 (file)
index 0000000..d97daf1
Binary files /dev/null and b/test-data/spreadsheet/DBCSHeader.xls differ
diff --git a/test-data/spreadsheet/DBCSSheetName.xls b/test-data/spreadsheet/DBCSSheetName.xls
new file mode 100644 (file)
index 0000000..17aa944
Binary files /dev/null and b/test-data/spreadsheet/DBCSSheetName.xls differ
diff --git a/test-data/spreadsheet/DateFormats.xls b/test-data/spreadsheet/DateFormats.xls
new file mode 100644 (file)
index 0000000..6b2c348
Binary files /dev/null and b/test-data/spreadsheet/DateFormats.xls differ
diff --git a/test-data/spreadsheet/EmbeddedChartHeaderTest.xls b/test-data/spreadsheet/EmbeddedChartHeaderTest.xls
new file mode 100644 (file)
index 0000000..af0cb22
Binary files /dev/null and b/test-data/spreadsheet/EmbeddedChartHeaderTest.xls differ
diff --git a/test-data/spreadsheet/Employee.xls b/test-data/spreadsheet/Employee.xls
new file mode 100755 (executable)
index 0000000..bb9be26
Binary files /dev/null and b/test-data/spreadsheet/Employee.xls differ
diff --git a/test-data/spreadsheet/ErrPtg.xls b/test-data/spreadsheet/ErrPtg.xls
new file mode 100644 (file)
index 0000000..5003599
Binary files /dev/null and b/test-data/spreadsheet/ErrPtg.xls differ
diff --git a/test-data/spreadsheet/ExcelWithAttachments.xlsm b/test-data/spreadsheet/ExcelWithAttachments.xlsm
new file mode 100644 (file)
index 0000000..cb3e564
Binary files /dev/null and b/test-data/spreadsheet/ExcelWithAttachments.xlsm differ
diff --git a/test-data/spreadsheet/ForShifting.xls b/test-data/spreadsheet/ForShifting.xls
new file mode 100755 (executable)
index 0000000..7cb3ebd
Binary files /dev/null and b/test-data/spreadsheet/ForShifting.xls differ
diff --git a/test-data/spreadsheet/ForShifting.xlsx b/test-data/spreadsheet/ForShifting.xlsx
new file mode 100755 (executable)
index 0000000..f05923b
Binary files /dev/null and b/test-data/spreadsheet/ForShifting.xlsx differ
diff --git a/test-data/spreadsheet/Formatting.xls b/test-data/spreadsheet/Formatting.xls
new file mode 100755 (executable)
index 0000000..b835417
Binary files /dev/null and b/test-data/spreadsheet/Formatting.xls differ
diff --git a/test-data/spreadsheet/Formatting.xlsx b/test-data/spreadsheet/Formatting.xlsx
new file mode 100755 (executable)
index 0000000..b1f2e26
Binary files /dev/null and b/test-data/spreadsheet/Formatting.xlsx differ
diff --git a/test-data/spreadsheet/FormulaEvalTestData.xls b/test-data/spreadsheet/FormulaEvalTestData.xls
new file mode 100644 (file)
index 0000000..f91091a
Binary files /dev/null and b/test-data/spreadsheet/FormulaEvalTestData.xls differ
diff --git a/test-data/spreadsheet/FormulaEvalTestData_Copy.xlsx b/test-data/spreadsheet/FormulaEvalTestData_Copy.xlsx
new file mode 100755 (executable)
index 0000000..8e491a5
Binary files /dev/null and b/test-data/spreadsheet/FormulaEvalTestData_Copy.xlsx differ
diff --git a/test-data/spreadsheet/HyperlinksOnManySheets.xls b/test-data/spreadsheet/HyperlinksOnManySheets.xls
new file mode 100755 (executable)
index 0000000..1884e57
Binary files /dev/null and b/test-data/spreadsheet/HyperlinksOnManySheets.xls differ
diff --git a/test-data/spreadsheet/IfFormulaTest.xls b/test-data/spreadsheet/IfFormulaTest.xls
new file mode 100644 (file)
index 0000000..d307bee
Binary files /dev/null and b/test-data/spreadsheet/IfFormulaTest.xls differ
diff --git a/test-data/spreadsheet/IndexFunctionTestCaseData.xls b/test-data/spreadsheet/IndexFunctionTestCaseData.xls
new file mode 100644 (file)
index 0000000..bf0b23a
Binary files /dev/null and b/test-data/spreadsheet/IndexFunctionTestCaseData.xls differ
diff --git a/test-data/spreadsheet/IntersectionPtg.xls b/test-data/spreadsheet/IntersectionPtg.xls
new file mode 100644 (file)
index 0000000..74b87db
Binary files /dev/null and b/test-data/spreadsheet/IntersectionPtg.xls differ
diff --git a/test-data/spreadsheet/LookupFunctionsTestCaseData.xls b/test-data/spreadsheet/LookupFunctionsTestCaseData.xls
new file mode 100755 (executable)
index 0000000..94f16e9
Binary files /dev/null and b/test-data/spreadsheet/LookupFunctionsTestCaseData.xls differ
diff --git a/test-data/spreadsheet/MRExtraLines.xls b/test-data/spreadsheet/MRExtraLines.xls
new file mode 100644 (file)
index 0000000..e82e4f6
Binary files /dev/null and b/test-data/spreadsheet/MRExtraLines.xls differ
diff --git a/test-data/spreadsheet/MissingBits.xls b/test-data/spreadsheet/MissingBits.xls
new file mode 100644 (file)
index 0000000..4dba467
Binary files /dev/null and b/test-data/spreadsheet/MissingBits.xls differ
diff --git a/test-data/spreadsheet/NoGutsRecords.xls b/test-data/spreadsheet/NoGutsRecords.xls
new file mode 100644 (file)
index 0000000..c4340f6
Binary files /dev/null and b/test-data/spreadsheet/NoGutsRecords.xls differ
diff --git a/test-data/spreadsheet/OddStyleRecord.xls b/test-data/spreadsheet/OddStyleRecord.xls
new file mode 100644 (file)
index 0000000..dcaa79b
Binary files /dev/null and b/test-data/spreadsheet/OddStyleRecord.xls differ
diff --git a/test-data/spreadsheet/PercentPtg.xls b/test-data/spreadsheet/PercentPtg.xls
new file mode 100644 (file)
index 0000000..4241476
Binary files /dev/null and b/test-data/spreadsheet/PercentPtg.xls differ
diff --git a/test-data/spreadsheet/RangePtg.xls b/test-data/spreadsheet/RangePtg.xls
new file mode 100644 (file)
index 0000000..889dd00
Binary files /dev/null and b/test-data/spreadsheet/RangePtg.xls differ
diff --git a/test-data/spreadsheet/ReadOnlyRecommended.xls b/test-data/spreadsheet/ReadOnlyRecommended.xls
new file mode 100644 (file)
index 0000000..d479b94
Binary files /dev/null and b/test-data/spreadsheet/ReadOnlyRecommended.xls differ
diff --git a/test-data/spreadsheet/ReferencePtg.xls b/test-data/spreadsheet/ReferencePtg.xls
new file mode 100644 (file)
index 0000000..d415034
Binary files /dev/null and b/test-data/spreadsheet/ReferencePtg.xls differ
diff --git a/test-data/spreadsheet/SampleSS.txt b/test-data/spreadsheet/SampleSS.txt
new file mode 100644 (file)
index 0000000..b1dc6b6
--- /dev/null
@@ -0,0 +1,21 @@
+Author = Nick Burch
+Title = Sample Spreadsheet
+Subject = Spreadsheet for testing
+Keywords = Testing Sample Formulas
+Comments = This is a sample spreadsheet, for use when testing things
+
+(First Sheet)
+Test spreadsheet       
+2nd row                                        2nd row 2nd column
+       
+This one is red        
+
+(Sheet Number 2)
+Start of 2nd sheet                     
+Sheet 2 row 2                  
+                       
+I'm in bold blue, on a yellow background                       
+                       
+cb=1           cb=10           cb=2            cb=sum
+1              10              2               =SUM(A7:C7)
+
diff --git a/test-data/spreadsheet/SampleSS.xls b/test-data/spreadsheet/SampleSS.xls
new file mode 100755 (executable)
index 0000000..771aacf
Binary files /dev/null and b/test-data/spreadsheet/SampleSS.xls differ
diff --git a/test-data/spreadsheet/SampleSS.xlsx b/test-data/spreadsheet/SampleSS.xlsx
new file mode 100755 (executable)
index 0000000..b94809e
Binary files /dev/null and b/test-data/spreadsheet/SampleSS.xlsx differ
diff --git a/test-data/spreadsheet/SharedFormulaTest.xls b/test-data/spreadsheet/SharedFormulaTest.xls
new file mode 100644 (file)
index 0000000..8db77d9
Binary files /dev/null and b/test-data/spreadsheet/SharedFormulaTest.xls differ
diff --git a/test-data/spreadsheet/SheetWithDrawing.xls b/test-data/spreadsheet/SheetWithDrawing.xls
new file mode 100644 (file)
index 0000000..e139529
Binary files /dev/null and b/test-data/spreadsheet/SheetWithDrawing.xls differ
diff --git a/test-data/spreadsheet/Simple.xls b/test-data/spreadsheet/Simple.xls
new file mode 100755 (executable)
index 0000000..b06799f
Binary files /dev/null and b/test-data/spreadsheet/Simple.xls differ
diff --git a/test-data/spreadsheet/SimpleChart.xls b/test-data/spreadsheet/SimpleChart.xls
new file mode 100755 (executable)
index 0000000..7a98080
Binary files /dev/null and b/test-data/spreadsheet/SimpleChart.xls differ
diff --git a/test-data/spreadsheet/SimpleMultiCell.xls b/test-data/spreadsheet/SimpleMultiCell.xls
new file mode 100644 (file)
index 0000000..3c8c8b0
Binary files /dev/null and b/test-data/spreadsheet/SimpleMultiCell.xls differ
diff --git a/test-data/spreadsheet/SimpleMultiCell.xlsx b/test-data/spreadsheet/SimpleMultiCell.xlsx
new file mode 100755 (executable)
index 0000000..d5dfe7a
Binary files /dev/null and b/test-data/spreadsheet/SimpleMultiCell.xlsx differ
diff --git a/test-data/spreadsheet/SimpleWithAutofilter.xls b/test-data/spreadsheet/SimpleWithAutofilter.xls
new file mode 100644 (file)
index 0000000..900699c
Binary files /dev/null and b/test-data/spreadsheet/SimpleWithAutofilter.xls differ
diff --git a/test-data/spreadsheet/SimpleWithChoose.xls b/test-data/spreadsheet/SimpleWithChoose.xls
new file mode 100755 (executable)
index 0000000..96a8e74
Binary files /dev/null and b/test-data/spreadsheet/SimpleWithChoose.xls differ
diff --git a/test-data/spreadsheet/SimpleWithColours.xls b/test-data/spreadsheet/SimpleWithColours.xls
new file mode 100755 (executable)
index 0000000..ab3cdec
Binary files /dev/null and b/test-data/spreadsheet/SimpleWithColours.xls differ
diff --git a/test-data/spreadsheet/SimpleWithComments.xls b/test-data/spreadsheet/SimpleWithComments.xls
new file mode 100644 (file)
index 0000000..0fbec16
Binary files /dev/null and b/test-data/spreadsheet/SimpleWithComments.xls differ
diff --git a/test-data/spreadsheet/SimpleWithDataFormat.xls b/test-data/spreadsheet/SimpleWithDataFormat.xls
new file mode 100644 (file)
index 0000000..7d5909e
Binary files /dev/null and b/test-data/spreadsheet/SimpleWithDataFormat.xls differ
diff --git a/test-data/spreadsheet/SimpleWithFormula.xls b/test-data/spreadsheet/SimpleWithFormula.xls
new file mode 100755 (executable)
index 0000000..758b341
Binary files /dev/null and b/test-data/spreadsheet/SimpleWithFormula.xls differ
diff --git a/test-data/spreadsheet/SimpleWithImages-mac.xls b/test-data/spreadsheet/SimpleWithImages-mac.xls
new file mode 100644 (file)
index 0000000..942e727
Binary files /dev/null and b/test-data/spreadsheet/SimpleWithImages-mac.xls differ
diff --git a/test-data/spreadsheet/SimpleWithImages.xls b/test-data/spreadsheet/SimpleWithImages.xls
new file mode 100644 (file)
index 0000000..1567fd1
Binary files /dev/null and b/test-data/spreadsheet/SimpleWithImages.xls differ
diff --git a/test-data/spreadsheet/SimpleWithPageBreaks.xls b/test-data/spreadsheet/SimpleWithPageBreaks.xls
new file mode 100644 (file)
index 0000000..bb2e804
Binary files /dev/null and b/test-data/spreadsheet/SimpleWithPageBreaks.xls differ
diff --git a/test-data/spreadsheet/SimpleWithPrintArea.xls b/test-data/spreadsheet/SimpleWithPrintArea.xls
new file mode 100755 (executable)
index 0000000..0434dbc
Binary files /dev/null and b/test-data/spreadsheet/SimpleWithPrintArea.xls differ
diff --git a/test-data/spreadsheet/SimpleWithSkip.xls b/test-data/spreadsheet/SimpleWithSkip.xls
new file mode 100755 (executable)
index 0000000..11b81ae
Binary files /dev/null and b/test-data/spreadsheet/SimpleWithSkip.xls differ
diff --git a/test-data/spreadsheet/SimpleWithStyling.xls b/test-data/spreadsheet/SimpleWithStyling.xls
new file mode 100755 (executable)
index 0000000..b5793d2
Binary files /dev/null and b/test-data/spreadsheet/SimpleWithStyling.xls differ
diff --git a/test-data/spreadsheet/SingleLetterRanges.xls b/test-data/spreadsheet/SingleLetterRanges.xls
new file mode 100644 (file)
index 0000000..e35058d
Binary files /dev/null and b/test-data/spreadsheet/SingleLetterRanges.xls differ
diff --git a/test-data/spreadsheet/SquareMacro.xls b/test-data/spreadsheet/SquareMacro.xls
new file mode 100644 (file)
index 0000000..54beeeb
Binary files /dev/null and b/test-data/spreadsheet/SquareMacro.xls differ
diff --git a/test-data/spreadsheet/StringContinueRecords.xls b/test-data/spreadsheet/StringContinueRecords.xls
new file mode 100644 (file)
index 0000000..f2ada9e
Binary files /dev/null and b/test-data/spreadsheet/StringContinueRecords.xls differ
diff --git a/test-data/spreadsheet/StringFormulas.xls b/test-data/spreadsheet/StringFormulas.xls
new file mode 100644 (file)
index 0000000..ebf28b0
Binary files /dev/null and b/test-data/spreadsheet/StringFormulas.xls differ
diff --git a/test-data/spreadsheet/Tables.xlsx b/test-data/spreadsheet/Tables.xlsx
new file mode 100644 (file)
index 0000000..705e0ae
Binary files /dev/null and b/test-data/spreadsheet/Tables.xlsx differ
diff --git a/test-data/spreadsheet/TwoSheetsNoneHidden.xls b/test-data/spreadsheet/TwoSheetsNoneHidden.xls
new file mode 100644 (file)
index 0000000..969f014
Binary files /dev/null and b/test-data/spreadsheet/TwoSheetsNoneHidden.xls differ
diff --git a/test-data/spreadsheet/TwoSheetsNoneHidden.xlsx b/test-data/spreadsheet/TwoSheetsNoneHidden.xlsx
new file mode 100755 (executable)
index 0000000..46f6147
Binary files /dev/null and b/test-data/spreadsheet/TwoSheetsNoneHidden.xlsx differ
diff --git a/test-data/spreadsheet/TwoSheetsOneHidden.xls b/test-data/spreadsheet/TwoSheetsOneHidden.xls
new file mode 100644 (file)
index 0000000..940ffc0
Binary files /dev/null and b/test-data/spreadsheet/TwoSheetsOneHidden.xls differ
diff --git a/test-data/spreadsheet/TwoSheetsOneHidden.xlsx b/test-data/spreadsheet/TwoSheetsOneHidden.xlsx
new file mode 100755 (executable)
index 0000000..c92febb
Binary files /dev/null and b/test-data/spreadsheet/TwoSheetsOneHidden.xlsx differ
diff --git a/test-data/spreadsheet/UncalcedRecord.xls b/test-data/spreadsheet/UncalcedRecord.xls
new file mode 100644 (file)
index 0000000..f1a0396
Binary files /dev/null and b/test-data/spreadsheet/UncalcedRecord.xls differ
diff --git a/test-data/spreadsheet/UnionPtg.xls b/test-data/spreadsheet/UnionPtg.xls
new file mode 100644 (file)
index 0000000..189f8c6
Binary files /dev/null and b/test-data/spreadsheet/UnionPtg.xls differ
diff --git a/test-data/spreadsheet/WORKBOOK_in_capitals.xls b/test-data/spreadsheet/WORKBOOK_in_capitals.xls
new file mode 100644 (file)
index 0000000..1c3ef61
Binary files /dev/null and b/test-data/spreadsheet/WORKBOOK_in_capitals.xls differ
diff --git a/test-data/spreadsheet/WithChart.xls b/test-data/spreadsheet/WithChart.xls
new file mode 100755 (executable)
index 0000000..624b767
Binary files /dev/null and b/test-data/spreadsheet/WithChart.xls differ
diff --git a/test-data/spreadsheet/WithChart.xlsx b/test-data/spreadsheet/WithChart.xlsx
new file mode 100755 (executable)
index 0000000..5de9408
Binary files /dev/null and b/test-data/spreadsheet/WithChart.xlsx differ
diff --git a/test-data/spreadsheet/WithCheckBoxes.xls b/test-data/spreadsheet/WithCheckBoxes.xls
new file mode 100644 (file)
index 0000000..66dd918
Binary files /dev/null and b/test-data/spreadsheet/WithCheckBoxes.xls differ
diff --git a/test-data/spreadsheet/WithDrawing.xlsx b/test-data/spreadsheet/WithDrawing.xlsx
new file mode 100755 (executable)
index 0000000..862cd37
Binary files /dev/null and b/test-data/spreadsheet/WithDrawing.xlsx differ
diff --git a/test-data/spreadsheet/WithEmbeded.xlsx b/test-data/spreadsheet/WithEmbeded.xlsx
new file mode 100755 (executable)
index 0000000..411de4a
Binary files /dev/null and b/test-data/spreadsheet/WithEmbeded.xlsx differ
diff --git a/test-data/spreadsheet/WithExtendedStyles.xls b/test-data/spreadsheet/WithExtendedStyles.xls
new file mode 100644 (file)
index 0000000..4a80f56
Binary files /dev/null and b/test-data/spreadsheet/WithExtendedStyles.xls differ
diff --git a/test-data/spreadsheet/WithFormattedGraphTitle.xls b/test-data/spreadsheet/WithFormattedGraphTitle.xls
new file mode 100644 (file)
index 0000000..477b1f6
Binary files /dev/null and b/test-data/spreadsheet/WithFormattedGraphTitle.xls differ
diff --git a/test-data/spreadsheet/WithHyperlink.xls b/test-data/spreadsheet/WithHyperlink.xls
new file mode 100644 (file)
index 0000000..e136506
Binary files /dev/null and b/test-data/spreadsheet/WithHyperlink.xls differ
diff --git a/test-data/spreadsheet/WithMoreVariousData.xlsx b/test-data/spreadsheet/WithMoreVariousData.xlsx
new file mode 100644 (file)
index 0000000..ba5ed27
Binary files /dev/null and b/test-data/spreadsheet/WithMoreVariousData.xlsx differ
diff --git a/test-data/spreadsheet/WithThreeCharts.xls b/test-data/spreadsheet/WithThreeCharts.xls
new file mode 100755 (executable)
index 0000000..157bf33
Binary files /dev/null and b/test-data/spreadsheet/WithThreeCharts.xls differ
diff --git a/test-data/spreadsheet/WithThreeCharts.xlsx b/test-data/spreadsheet/WithThreeCharts.xlsx
new file mode 100755 (executable)
index 0000000..e7398e2
Binary files /dev/null and b/test-data/spreadsheet/WithThreeCharts.xlsx differ
diff --git a/test-data/spreadsheet/WithTwoCharts.xls b/test-data/spreadsheet/WithTwoCharts.xls
new file mode 100755 (executable)
index 0000000..ea05d5c
Binary files /dev/null and b/test-data/spreadsheet/WithTwoCharts.xls differ
diff --git a/test-data/spreadsheet/WithTwoCharts.xlsx b/test-data/spreadsheet/WithTwoCharts.xlsx
new file mode 100755 (executable)
index 0000000..9b8dece
Binary files /dev/null and b/test-data/spreadsheet/WithTwoCharts.xlsx differ
diff --git a/test-data/spreadsheet/WithTwoHyperLinks.xls b/test-data/spreadsheet/WithTwoHyperLinks.xls
new file mode 100644 (file)
index 0000000..6ee60b5
Binary files /dev/null and b/test-data/spreadsheet/WithTwoHyperLinks.xls differ
diff --git a/test-data/spreadsheet/WithVariousData.xlsx b/test-data/spreadsheet/WithVariousData.xlsx
new file mode 100644 (file)
index 0000000..5459734
Binary files /dev/null and b/test-data/spreadsheet/WithVariousData.xlsx differ
diff --git a/test-data/spreadsheet/WrongFormulaRecordType.xls b/test-data/spreadsheet/WrongFormulaRecordType.xls
new file mode 100644 (file)
index 0000000..726d231
Binary files /dev/null and b/test-data/spreadsheet/WrongFormulaRecordType.xls differ
diff --git a/test-data/spreadsheet/blankworkbook.xls b/test-data/spreadsheet/blankworkbook.xls
new file mode 100644 (file)
index 0000000..fcf734d
Binary files /dev/null and b/test-data/spreadsheet/blankworkbook.xls differ
diff --git a/test-data/spreadsheet/bug_42794.mdb b/test-data/spreadsheet/bug_42794.mdb
new file mode 100644 (file)
index 0000000..431eff7
Binary files /dev/null and b/test-data/spreadsheet/bug_42794.mdb differ
diff --git a/test-data/spreadsheet/bug_42794.xls b/test-data/spreadsheet/bug_42794.xls
new file mode 100644 (file)
index 0000000..2827d5a
Binary files /dev/null and b/test-data/spreadsheet/bug_42794.xls differ
diff --git a/test-data/spreadsheet/colwidth.xls b/test-data/spreadsheet/colwidth.xls
new file mode 100755 (executable)
index 0000000..7ffd3a4
Binary files /dev/null and b/test-data/spreadsheet/colwidth.xls differ
diff --git a/test-data/spreadsheet/comments.xls b/test-data/spreadsheet/comments.xls
new file mode 100644 (file)
index 0000000..9eb0329
Binary files /dev/null and b/test-data/spreadsheet/comments.xls differ
diff --git a/test-data/spreadsheet/comments.xlsx b/test-data/spreadsheet/comments.xlsx
new file mode 100755 (executable)
index 0000000..d4e1398
Binary files /dev/null and b/test-data/spreadsheet/comments.xlsx differ
diff --git a/test-data/spreadsheet/countifExamples.xls b/test-data/spreadsheet/countifExamples.xls
new file mode 100644 (file)
index 0000000..b15bd16
Binary files /dev/null and b/test-data/spreadsheet/countifExamples.xls differ
diff --git a/test-data/spreadsheet/duprich1.xls b/test-data/spreadsheet/duprich1.xls
new file mode 100644 (file)
index 0000000..3fddbed
Binary files /dev/null and b/test-data/spreadsheet/duprich1.xls differ
diff --git a/test-data/spreadsheet/duprich2.xls b/test-data/spreadsheet/duprich2.xls
new file mode 100644 (file)
index 0000000..57af63b
Binary files /dev/null and b/test-data/spreadsheet/duprich2.xls differ
diff --git a/test-data/spreadsheet/dvEmpty.xls b/test-data/spreadsheet/dvEmpty.xls
new file mode 100644 (file)
index 0000000..72c78cf
Binary files /dev/null and b/test-data/spreadsheet/dvEmpty.xls differ
diff --git a/test-data/spreadsheet/evencontinuation.txt b/test-data/spreadsheet/evencontinuation.txt
new file mode 100644 (file)
index 0000000..a0c37bc
--- /dev/null
@@ -0,0 +1,18 @@
+[header]
+14 00                                               # String length 0x14=20
+01                                                  # Option flag, 16bit
+# String: At a dinner party or
+41 00 74 00 20 00 61 00 20 00
+64 00 69 00 6E 00 6E 00 65 00
+72 00 20 00 70 00 61 00 72 00
+74 00 79 00 20 00 6F 00 72 00
+
+[continue1]
+# Continuation record (new string on the boundry)
+11 00                                               # String length 0x11=17
+00                                                  # Option flag, 8bit
+# String: At a dinner party
+41 74 20 61 20
+64 69 6E 6E 65
+72 20 70 61 72
+74 79
diff --git a/test-data/spreadsheet/ex41187-19267.xls b/test-data/spreadsheet/ex41187-19267.xls
new file mode 100644 (file)
index 0000000..c07bfca
Binary files /dev/null and b/test-data/spreadsheet/ex41187-19267.xls differ
diff --git a/test-data/spreadsheet/ex42564-21435.xls b/test-data/spreadsheet/ex42564-21435.xls
new file mode 100644 (file)
index 0000000..dff150e
Binary files /dev/null and b/test-data/spreadsheet/ex42564-21435.xls differ
diff --git a/test-data/spreadsheet/ex42564-21503.xls b/test-data/spreadsheet/ex42564-21503.xls
new file mode 100644 (file)
index 0000000..3a93b40
Binary files /dev/null and b/test-data/spreadsheet/ex42564-21503.xls differ
diff --git a/test-data/spreadsheet/ex42564-elementOrder.xls b/test-data/spreadsheet/ex42564-elementOrder.xls
new file mode 100644 (file)
index 0000000..3c49fc2
Binary files /dev/null and b/test-data/spreadsheet/ex42564-elementOrder.xls differ
diff --git a/test-data/spreadsheet/ex42570-20305.xls b/test-data/spreadsheet/ex42570-20305.xls
new file mode 100644 (file)
index 0000000..e3d4cc8
Binary files /dev/null and b/test-data/spreadsheet/ex42570-20305.xls differ
diff --git a/test-data/spreadsheet/ex44921-21902.xls b/test-data/spreadsheet/ex44921-21902.xls
new file mode 100644 (file)
index 0000000..d0fbf3c
Binary files /dev/null and b/test-data/spreadsheet/ex44921-21902.xls differ
diff --git a/test-data/spreadsheet/ex45046-21984.xls b/test-data/spreadsheet/ex45046-21984.xls
new file mode 100644 (file)
index 0000000..96ef3ee
Binary files /dev/null and b/test-data/spreadsheet/ex45046-21984.xls differ
diff --git a/test-data/spreadsheet/ex45582-22397.xls b/test-data/spreadsheet/ex45582-22397.xls
new file mode 100644 (file)
index 0000000..2dc16f5
Binary files /dev/null and b/test-data/spreadsheet/ex45582-22397.xls differ
diff --git a/test-data/spreadsheet/ex45672.xls b/test-data/spreadsheet/ex45672.xls
new file mode 100644 (file)
index 0000000..fbf48e8
Binary files /dev/null and b/test-data/spreadsheet/ex45672.xls differ
diff --git a/test-data/spreadsheet/ex45698-22488.xls b/test-data/spreadsheet/ex45698-22488.xls
new file mode 100644 (file)
index 0000000..615e6c5
Binary files /dev/null and b/test-data/spreadsheet/ex45698-22488.xls differ
diff --git a/test-data/spreadsheet/ex45978-extraLinkTableSheets.xls b/test-data/spreadsheet/ex45978-extraLinkTableSheets.xls
new file mode 100644 (file)
index 0000000..5e49614
Binary files /dev/null and b/test-data/spreadsheet/ex45978-extraLinkTableSheets.xls differ
diff --git a/test-data/spreadsheet/ex46548-23133.xls b/test-data/spreadsheet/ex46548-23133.xls
new file mode 100644 (file)
index 0000000..cc1fe3a
Binary files /dev/null and b/test-data/spreadsheet/ex46548-23133.xls differ
diff --git a/test-data/spreadsheet/excel_with_embeded.xls b/test-data/spreadsheet/excel_with_embeded.xls
new file mode 100644 (file)
index 0000000..789cccf
Binary files /dev/null and b/test-data/spreadsheet/excel_with_embeded.xls differ
diff --git a/test-data/spreadsheet/extendedtextstrings.txt b/test-data/spreadsheet/extendedtextstrings.txt
new file mode 100644 (file)
index 0000000..93c080b
--- /dev/null
@@ -0,0 +1,55 @@
+######################################################
+# Rich text with extended information test
+
+[rich-header]
+1D 00                                               # String length 0x1b=29
+0D                                                  # Option flag, rich text + 16bit + extended
+02 00                                               # Formatting runs
+03 00 00 00                                         # Far east data size
+# String: At a dinner party or
+41 00 74 00 20 00 61 00 20 00
+64 00 69 00 6E 00 6E 00 65 00
+72 00 20 00 70 00 61 00 72 00
+74 00 79 00 20 00 6F 00 72 00
+
+[rich-continue1]
+# Continuation record
+00                                                  # option flag
+
+# string:at at at
+41 74 20
+41 74 20
+41 74 20
+
+00 00                                               # Formatting run 1, first formated char at 0
+00 00                                               # Formatting run 1, Index to font record
+02 00                                               # Formatting run 2, first formated char at 2
+00 00                                               # Formatting run 2, Index to font record
+
+FF FF FF                                            # extended data
+
+
+########################################################
+# Normal text with extended information.
+
+[norich-header]
+1D 00                                               # String length 0x1b=29
+05                                                  # Option flag, 16bit + extended
+03 00 00 00                                         # Far east data size
+# String: At a dinner party or
+41 00 74 00 20 00 61 00 20 00
+64 00 69 00 6E 00 6E 00 65 00
+72 00 20 00 70 00 61 00 72 00
+74 00 79 00 20 00 6F 00 72 00
+
+[norich-continue1]
+# Continuation record
+00                                                  # option flag
+
+# string:at at at
+41 74 20
+41 74 20
+41 74 20
+
+FF FF FF                                            # extended data
+
diff --git a/test-data/spreadsheet/externalFunctionExample.xls b/test-data/spreadsheet/externalFunctionExample.xls
new file mode 100755 (executable)
index 0000000..b8dabbf
Binary files /dev/null and b/test-data/spreadsheet/externalFunctionExample.xls differ
diff --git a/test-data/spreadsheet/logoKarmokar4.png b/test-data/spreadsheet/logoKarmokar4.png
new file mode 100755 (executable)
index 0000000..90a915a
Binary files /dev/null and b/test-data/spreadsheet/logoKarmokar4.png differ
diff --git a/test-data/spreadsheet/missingFuncs44675.xls b/test-data/spreadsheet/missingFuncs44675.xls
new file mode 100644 (file)
index 0000000..4a68472
Binary files /dev/null and b/test-data/spreadsheet/missingFuncs44675.xls differ
diff --git a/test-data/spreadsheet/multibookFormulaA.xls b/test-data/spreadsheet/multibookFormulaA.xls
new file mode 100644 (file)
index 0000000..b844fc1
Binary files /dev/null and b/test-data/spreadsheet/multibookFormulaA.xls differ
diff --git a/test-data/spreadsheet/multibookFormulaB.xls b/test-data/spreadsheet/multibookFormulaB.xls
new file mode 100644 (file)
index 0000000..3e4708d
Binary files /dev/null and b/test-data/spreadsheet/multibookFormulaB.xls differ
diff --git a/test-data/spreadsheet/namedinput.xls b/test-data/spreadsheet/namedinput.xls
new file mode 100755 (executable)
index 0000000..115fcd5
Binary files /dev/null and b/test-data/spreadsheet/namedinput.xls differ
diff --git a/test-data/spreadsheet/noHeaderFooter47244.xls b/test-data/spreadsheet/noHeaderFooter47244.xls
new file mode 100644 (file)
index 0000000..1323ab3
Binary files /dev/null and b/test-data/spreadsheet/noHeaderFooter47244.xls differ
diff --git a/test-data/spreadsheet/ole2-embedding.xls b/test-data/spreadsheet/ole2-embedding.xls
new file mode 100644 (file)
index 0000000..521082b
Binary files /dev/null and b/test-data/spreadsheet/ole2-embedding.xls differ
diff --git a/test-data/spreadsheet/overlapSharedFormula.xls b/test-data/spreadsheet/overlapSharedFormula.xls
new file mode 100644 (file)
index 0000000..51c6567
Binary files /dev/null and b/test-data/spreadsheet/overlapSharedFormula.xls differ
diff --git a/test-data/spreadsheet/password.xls b/test-data/spreadsheet/password.xls
new file mode 100755 (executable)
index 0000000..a6ad86a
Binary files /dev/null and b/test-data/spreadsheet/password.xls differ
diff --git a/test-data/spreadsheet/picture.xlsx b/test-data/spreadsheet/picture.xlsx
new file mode 100644 (file)
index 0000000..9cdec42
Binary files /dev/null and b/test-data/spreadsheet/picture.xlsx differ
diff --git a/test-data/spreadsheet/reordered_sheets.xlsx b/test-data/spreadsheet/reordered_sheets.xlsx
new file mode 100755 (executable)
index 0000000..f46f59b
Binary files /dev/null and b/test-data/spreadsheet/reordered_sheets.xlsx differ
diff --git a/test-data/spreadsheet/richtextdata.txt b/test-data/spreadsheet/richtextdata.txt
new file mode 100644 (file)
index 0000000..0741d7a
--- /dev/null
@@ -0,0 +1,23 @@
+[header]
+1D 00                                               # String length 0x1b=29
+09                                                  # Option flag, rich text + 16bit
+02 00                                               # Formatting runs
+# String: At a dinner party or
+41 00 74 00 20 00 61 00 20 00
+64 00 69 00 6E 00 6E 00 65 00
+72 00 20 00 70 00 61 00 72 00
+74 00 79 00 20 00 6F 00 72 00
+
+[continue1]
+# Continuation record
+00                                                  # option flag
+
+# string:at at at
+41 74 20
+41 74 20
+41 74 20
+
+00 00                                               # Formatting run 1, first formated char at 0
+00 00                                               # Formatting run 1, Index to font record
+02 00                                               # Formatting run 2, first formated char at 2
+00 00                                               # Formatting run 2, Index to font record
diff --git a/test-data/spreadsheet/rk.xls b/test-data/spreadsheet/rk.xls
new file mode 100755 (executable)
index 0000000..5fcc558
Binary files /dev/null and b/test-data/spreadsheet/rk.xls differ
diff --git a/test-data/spreadsheet/sample-beta.xlsx b/test-data/spreadsheet/sample-beta.xlsx
new file mode 100644 (file)
index 0000000..2eb36ee
Binary files /dev/null and b/test-data/spreadsheet/sample-beta.xlsx differ
diff --git a/test-data/spreadsheet/sample.xlsx b/test-data/spreadsheet/sample.xlsx
new file mode 100644 (file)
index 0000000..6a53fd9
Binary files /dev/null and b/test-data/spreadsheet/sample.xlsx differ
diff --git a/test-data/spreadsheet/shared_formulas.xlsx b/test-data/spreadsheet/shared_formulas.xlsx
new file mode 100755 (executable)
index 0000000..0a3cb70
Binary files /dev/null and b/test-data/spreadsheet/shared_formulas.xlsx differ
diff --git a/test-data/spreadsheet/stringacross2continuations.txt b/test-data/spreadsheet/stringacross2continuations.txt
new file mode 100644 (file)
index 0000000..c874c6d
--- /dev/null
@@ -0,0 +1,27 @@
+[header]
+14 00                                               # String length 0x14=20
+01                                                  # Option flag, 16bit
+# String: At a dinner party or
+41 00 74 00 20 00 61 00 20 00
+64 00 69 00 6E 00 6E 00 65 00
+72 00 20 00 70 00 61 00 72 00
+74 00 79 00 20 00 6F 00 72 00
+
+[continue1]
+# Continuation record
+22 00                                               # String length 0x11=17
+00                                                  # Option flag, 8bit
+# String: At a dinner party
+41 74 20 61 20
+64 69 6E 6E 65
+72 20 70 61 72
+74 79
+
+[continue2]
+# Continuation record
+00                                                  # option flag
+# String: At a dinner party
+41 74 20 61 20
+64 69 6E 6E 65
+72 20 70 61 72
+74 79
diff --git a/test-data/spreadsheet/styles.xlsx b/test-data/spreadsheet/styles.xlsx
new file mode 100644 (file)
index 0000000..dbfa53c
Binary files /dev/null and b/test-data/spreadsheet/styles.xlsx differ
diff --git a/test-data/spreadsheet/sumifformula.xls b/test-data/spreadsheet/sumifformula.xls
new file mode 100755 (executable)
index 0000000..706eb42
Binary files /dev/null and b/test-data/spreadsheet/sumifformula.xls differ
diff --git a/test-data/spreadsheet/templateExcelWithAutofilter.xls b/test-data/spreadsheet/templateExcelWithAutofilter.xls
new file mode 100644 (file)
index 0000000..5813fde
Binary files /dev/null and b/test-data/spreadsheet/templateExcelWithAutofilter.xls differ
diff --git a/test-data/spreadsheet/test.xltx b/test-data/spreadsheet/test.xltx
new file mode 100755 (executable)
index 0000000..3974eb2
Binary files /dev/null and b/test-data/spreadsheet/test.xltx differ
diff --git a/test-data/spreadsheet/testArraysAndTables.xls b/test-data/spreadsheet/testArraysAndTables.xls
new file mode 100644 (file)
index 0000000..8489844
Binary files /dev/null and b/test-data/spreadsheet/testArraysAndTables.xls differ
diff --git a/test-data/spreadsheet/testNames.xls b/test-data/spreadsheet/testNames.xls
new file mode 100644 (file)
index 0000000..c5d43cc
Binary files /dev/null and b/test-data/spreadsheet/testNames.xls differ
diff --git a/test-data/spreadsheet/testRRaC.xls b/test-data/spreadsheet/testRRaC.xls
new file mode 100644 (file)
index 0000000..25939e8
Binary files /dev/null and b/test-data/spreadsheet/testRRaC.xls differ
diff --git a/test-data/spreadsheet/testRVA.xls b/test-data/spreadsheet/testRVA.xls
new file mode 100644 (file)
index 0000000..f24b692
Binary files /dev/null and b/test-data/spreadsheet/testRVA.xls differ
diff --git a/test-data/spreadsheet/test_properties1 b/test-data/spreadsheet/test_properties1
new file mode 100755 (executable)
index 0000000..d480028
--- /dev/null
@@ -0,0 +1,11 @@
+# Set root category priority to DEBUG and its only appender to A1.
+log4j.rootCategory=DEBUG, A1
+# A1 is set to be a FileAppender.
+log4j.appender.A1=org.apache.log4j.FileAppender
+log4j.appender.A1.File=p1.log
+# A1 uses PatternLayout.
+log4j.appender.A1.layout=org.apache.log4j.PatternLayout
+log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n
+#log4j.category.org.apache.cocoon.poi=WARN
diff --git a/test-data/spreadsheet/unicodeNameRecord.xls b/test-data/spreadsheet/unicodeNameRecord.xls
new file mode 100644 (file)
index 0000000..d1d2460
Binary files /dev/null and b/test-data/spreadsheet/unicodeNameRecord.xls differ
diff --git a/test-data/spreadsheet/xlsx-jdbc.xlsx b/test-data/spreadsheet/xlsx-jdbc.xlsx
new file mode 100755 (executable)
index 0000000..d9823b4
Binary files /dev/null and b/test-data/spreadsheet/xlsx-jdbc.xlsx differ
diff --git a/test-data/spreadsheet/yearfracExamples.xls b/test-data/spreadsheet/yearfracExamples.xls
new file mode 100644 (file)
index 0000000..2b2be7d
Binary files /dev/null and b/test-data/spreadsheet/yearfracExamples.xls differ