diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.ppt new file mode 100755 index 000000000..81b99e100 Binary files /dev/null and b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.ppt 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 new file mode 100755 index 000000000..e5237f4c1 Binary files /dev/null and b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.pptx 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 new file mode 100644 index 000000000..ccfe4d271 --- /dev/null +++ b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.txt @@ -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/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.doc b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.doc new file mode 100755 index 000000000..e82c7def3 Binary files /dev/null and b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.doc 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 new file mode 100755 index 000000000..a43c77ae2 Binary files /dev/null and b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.docx 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 new file mode 100644 index 000000000..6b5fd4655 --- /dev/null +++ b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.txt @@ -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/src/testcases/org/apache/poi/hssf/data/SampleSS.txt b/src/testcases/org/apache/poi/hssf/data/SampleSS.txt new file mode 100644 index 000000000..b1dc6b63b --- /dev/null +++ b/src/testcases/org/apache/poi/hssf/data/SampleSS.txt @@ -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/src/testcases/org/apache/poi/hssf/data/SampleSS.xls b/src/testcases/org/apache/poi/hssf/data/SampleSS.xls new file mode 100755 index 000000000..771aacf91 Binary files /dev/null and b/src/testcases/org/apache/poi/hssf/data/SampleSS.xls differ diff --git a/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx b/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx new file mode 100755 index 000000000..b94809ebc Binary files /dev/null and b/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx differ