summaryrefslogtreecommitdiffstats
path: root/src/testcases/org
Commit message (Collapse)AuthorAgeFilesLines
...
* testcase for 33082, which is now fixedAvik Sengupta2005-05-032-9/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353668 13f79535-47bb-0310-9956-ffa450edef68
* unfixed testcases, so you know what to fix :)Avik Sengupta2005-05-033-0/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353666 13f79535-47bb-0310-9956-ffa450edef68
* Moving to headGlen Stampoultzis2005-05-012-0/+125
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353664 13f79535-47bb-0310-9956-ffa450edef68
* Added image support for POI. See the quick guide for details. Sponsored ↵Glen Stampoultzis2005-05-0110-30/+349
| | | | | | through superlink software. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353660 13f79535-47bb-0310-9956-ffa450edef68
* bug 27852 - patch by Brice CopyAvik Sengupta2005-04-282-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353658 13f79535-47bb-0310-9956-ffa450edef68
* additional tests for DBCS sheet nameAvik Sengupta2005-04-282-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353655 13f79535-47bb-0310-9956-ffa450edef68
* PR:17039 - DBCS chars in header and footerAvik Sengupta2005-04-282-0/+62
| | | | | | | | Obtained from: kamoshida.toshiaki@future.co.jp Tweaked and tests added by self. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353654 13f79535-47bb-0310-9956-ffa450edef68
* correctedAvik Sengupta2005-04-281-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353653 13f79535-47bb-0310-9956-ffa450edef68
* - Superflous statements removed.Rainer Klute2005-04-221-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353649 13f79535-47bb-0310-9956-ffa450edef68
* testcase for bug 34021 , already worked fineAvik Sengupta2005-04-221-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353647 13f79535-47bb-0310-9956-ffa450edef68
* new testsAvik Sengupta2005-04-222-5/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353646 13f79535-47bb-0310-9956-ffa450edef68
* test file for bug 32822Avik Sengupta2005-04-211-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353642 13f79535-47bb-0310-9956-ffa450edef68
* bug 33160, original patch and testcase supplied by Amol Deshmukh.. thanks. ↵Avik Sengupta2005-04-211-0/+25
| | | | | | This version slightly more generic git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353641 13f79535-47bb-0310-9956-ffa450edef68
* fix for not being able to name a sheet as Sheet1, with some testsAvik Sengupta2005-04-211-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353639 13f79535-47bb-0310-9956-ffa450edef68
* - Support for variant type VT_R8 added.Rainer Klute2005-04-131-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353637 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bugzilla referencesGlen Stampoultzis2005-01-012-9/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353620 13f79535-47bb-0310-9956-ffa450edef68
* - Forgot the copyright. Here it is.Rainer Klute2004-12-281-1/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353613 13f79535-47bb-0310-9956-ffa450edef68
* - Test case for empty documents added.Rainer Klute2004-12-281-0/+130
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353611 13f79535-47bb-0310-9956-ffa450edef68
* Implemented row bounds. Will raise an IndexOutOfBoundsException if the excel ↵Jason Height2004-10-141-0/+28
| | | | | | | | | | | limits are not observerd. Interestingly column bounds were previouly implemented, but row bounds were not. Anyhow this fixes bug 15102 git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353608 13f79535-47bb-0310-9956-ffa450edef68
* PR: 19974Jason Height2004-10-131-1/+2
| | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: This patch fixes writeing VERY long > 8228 character strings. Existing SST serialisation had problem with calculation and writing to multiple continue records. Also fixed some test case errors introduced by my last patch for DBCell and IndexRecords git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353607 13f79535-47bb-0310-9956-ffa450edef68
* Centralized creation of temp files and made the default operation to delete ↵Glen Stampoultzis2004-10-1213-68/+121
| | | | | | on exit git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353606 13f79535-47bb-0310-9956-ffa450edef68
* Changes for my own selfish benefit of being able to run tests through ↵Jason Height2004-09-241-1/+1
| | | | | | jbuilder. Still works as expected elsewhere, dont know why it previously didnt work in JB git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353604 13f79535-47bb-0310-9956-ffa450edef68
* With this patch some testcases are skipped if the default character set is ↵Rainer Klute2004-09-191-9/+67
| | | | | | not 8-bit-capable. Typically this is US-ASCII. The testcase issues a message telling what you can do to run the test. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353601 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla Bug 27929 - finally :-)Glen Stampoultzis2004-09-191-0/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353599 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla Bug 30951Glen Stampoultzis2004-09-191-0/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353598 13f79535-47bb-0310-9956-ffa450edef68
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-2329-341/+463
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353586 13f79535-47bb-0310-9956-ffa450edef68
* Some code and documentation cleanup.Rainer Klute2004-08-151-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353584 13f79535-47bb-0310-9956-ffa450edef68
* Restored the functionality to use ALL files beginning with "Test" in ↵Rainer Klute2004-08-151-29/+34
| | | | | | src/testcases/org/apache/poi/hpsf/data as test data. Each of these files is read and rewritten. The result is compared with the original and must be equal to it. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353582 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a bug where a mutable section's format ID was written in the wrong ↵Rainer Klute2004-08-131-5/+13
| | | | | | byte order. Thanks to Bernd Freigang for pointing this out! git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353581 13f79535-47bb-0310-9956-ffa450edef68
* Empty byte array case for HexDumpGlen Stampoultzis2004-08-101-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353579 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2004-06-223-6/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353563 13f79535-47bb-0310-9956-ffa450edef68
* - New test case for writing 8-bit characters to Unicode property.Rainer Klute2004-06-221-46/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353562 13f79535-47bb-0310-9956-ffa450edef68
* - Maintainability increased by using symbolic names for constants.Rainer Klute2004-06-091-3/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353556 13f79535-47bb-0310-9956-ffa450edef68
* - Test files added.Rainer Klute2004-06-022-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353555 13f79535-47bb-0310-9956-ffa450edef68
* Some tests were checkin to the wrong source treeGlen Stampoultzis2004-04-1921-0/+1978
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353550 13f79535-47bb-0310-9956-ffa450edef68
* Some fixes to the branch. Lots left to do. Boolean records aren't ↵Glen Stampoultzis2004-04-185-13/+124
| | | | | | supported at all. Empty spreadsheets have issues but this is a start on getting things healthy again. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353549 13f79535-47bb-0310-9956-ffa450edef68
* This is a much more comprehensive test suite for ValueRecordsAggregate. All ↵Glen Stampoultzis2004-04-121-31/+176
| | | | | | these tests need to be passed. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353548 13f79535-47bb-0310-9956-ffa450edef68
* New licence changes.Glen Stampoultzis2004-04-09139-6718/+2218
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353545 13f79535-47bb-0310-9956-ffa450edef68
* Moved some tests that were added to the wrong source branch.Glen Stampoultzis2004-04-095-0/+293
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353544 13f79535-47bb-0310-9956-ffa450edef68
* Ported the drawing stuff from the rel_2_branch. Given the effort this took ↵Glen Stampoultzis2004-04-095-14/+220
| | | | | | I'm really really wanting to move to subversion. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353542 13f79535-47bb-0310-9956-ffa450edef68
* I know POI developers are supposed to like working with binary data,Avik Sengupta2004-01-251-30/+43
| | | | | | | | | | but going thru source code with a hex editor to figure out characters isnt my idea of fun :)) Anyways, hpsf.basic.TestWrite now runs, on both UTF-8 and US-ASCII environments. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353488 13f79535-47bb-0310-9956-ffa450edef68
* Buf fix plus testcasde: Reading property values failed with a ↵Rainer Klute2004-01-081-0/+0
| | | | | | StringIndexOutOfBoundsException on empty strings. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353485 13f79535-47bb-0310-9956-ffa450edef68
* On HEAD, checking in testcase for 25695. But it doesnt work for reason's ↵Avik Sengupta2004-01-012-0/+56
| | | | | | unknown. And its not this particular issue thats the culprit. getStringValue returns blank..:( git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353481 13f79535-47bb-0310-9956-ffa450edef68
* on head, missed the testcase for the formula parser changesAvik Sengupta2004-01-011-1/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353480 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Rainer Klute2003-12-031-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353463 13f79535-47bb-0310-9956-ffa450edef68
* Oops - small bug fixed.Rainer Klute2003-12-031-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353462 13f79535-47bb-0310-9956-ffa450edef68
* HPSF: new testcase to check the new codepage support - plus a fix to correct ↵Rainer Klute2003-12-031-14/+71
| | | | | | a bug detected by the testcase. Hey, that's what testcases are good for! git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353461 13f79535-47bb-0310-9956-ffa450edef68
* HPSF: codepage support addedRainer Klute2003-12-022-35/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353460 13f79535-47bb-0310-9956-ffa450edef68
* ReformattedRainer Klute2003-11-241-30/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353458 13f79535-47bb-0310-9956-ffa450edef68
* Really clone the merged regions...Thanks to Jason for pointing this out.Danny Mui2003-11-171-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353454 13f79535-47bb-0310-9956-ffa450edef68