diff options
-rwxr-xr-x | src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.ppt | bin | 0 -> 124416 bytes | |||
-rwxr-xr-x | src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.pptx | bin | 0 -> 48008 bytes | |||
-rw-r--r-- | src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.txt | 26 | ||||
-rwxr-xr-x | src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.doc | bin | 0 -> 27136 bytes | |||
-rwxr-xr-x | src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.docx | bin | 0 -> 11611 bytes | |||
-rw-r--r-- | src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.txt | 14 | ||||
-rw-r--r-- | src/testcases/org/apache/poi/hssf/data/SampleSS.txt | 21 | ||||
-rwxr-xr-x | src/testcases/org/apache/poi/hssf/data/SampleSS.xls | bin | 0 -> 17408 bytes | |||
-rwxr-xr-x | src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx | bin | 0 -> 9112 bytes |
9 files changed, 61 insertions, 0 deletions
diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.ppt b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.ppt Binary files differnew file mode 100755 index 0000000000..81b99e100f --- /dev/null +++ b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.ppt diff --git a/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.pptx b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.pptx Binary files differnew file mode 100755 index 0000000000..e5237f4c15 --- /dev/null +++ b/src/scratchpad/testcases/org/apache/poi/hslf/data/SampleShow.pptx 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 0000000000..ccfe4d2714 --- /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 Binary files differnew file mode 100755 index 0000000000..e82c7def3f --- /dev/null +++ b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.doc diff --git a/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.docx b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.docx Binary files differnew file mode 100755 index 0000000000..a43c77ae23 --- /dev/null +++ b/src/scratchpad/testcases/org/apache/poi/hwpf/data/SampleDoc.docx 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 0000000000..6b5fd46554 --- /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 0000000000..b1dc6b63b5 --- /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 Binary files differnew file mode 100755 index 0000000000..771aacf914 --- /dev/null +++ b/src/testcases/org/apache/poi/hssf/data/SampleSS.xls diff --git a/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx b/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx Binary files differnew file mode 100755 index 0000000000..b94809ebc9 --- /dev/null +++ b/src/testcases/org/apache/poi/hssf/data/SampleSS.xlsx |