poi/src/testcases/org/apache/poi/util
Tim Allison 1bfd5f6585 bug 50955 and bug 60953 improve Big5 reader; ensure one character
per byte pair

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1790172 13f79535-47bb-0310-9956-ffa450edef68
2017-04-05 01:45:55 +00:00
..
data Add in missing license headers to a few files 2010-05-24 14:00:48 +00:00
AllPOIUtilTests.java removed obsolete classes 2015-10-05 00:26:45 +00:00
DummyPOILogger.java bug 59933: demote accessibility of POILogger implementations of log(int, Object) and log(int, Object, Throwable) to be consistent with the POILogger abstract class 2016-09-21 02:45:39 +00:00
NullOutputStream.java move duplicated NullOutputStream classes to test suite utilities 2016-09-10 18:47:00 +00:00
TestArrayUtil.java Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 2009-10-08 22:29:41 +00:00
TestBitField.java Apply patch from bug #51458 - Correct BitField wrapping when setting large values 2011-07-01 16:29:04 +00:00
TestByteField.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestHexDump.java The changes for using AccessController/SecurityManager also added a log which now spams a lot if log is enabled in integration-tests, reduce it a bit by not trying to call "cleaner()" on HeapByteBuffer which does not have it for sure 2016-06-01 08:05:07 +00:00
TestIntList.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestIntegerField.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestLittleEndian.java bug 59893: more unrelated changes from Andi 2017-02-17 09:08:21 +00:00
TestLittleEndianCP950Reader.java bug 50955 and bug 60953 improve Big5 reader; ensure one character 2017-04-05 01:45:55 +00:00
TestLittleEndianStreams.java Eclipse warnings 2015-12-30 20:31:13 +00:00
TestLocaleUtil.java bug 59805: tearDown should reset, not set, the LocaleUtil ThreadLocals (also avoid memory leaks) 2016-07-07 02:09:25 +00:00
TestLongField.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestPOILogFactory.java Removed static void main(String[]) methods from junit classes. Other minor clean-up. 2009-06-12 21:53:17 +00:00
TestPOILogger.java bug 59933: demote accessibility of POILogger implementations of log(int, Object) and log(int, Object, Throwable) to be consistent with the POILogger abstract class 2016-09-21 02:45:39 +00:00
TestRLEDecompressingInputStream.java bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE directories as case-insensitive 2016-04-11 05:54:17 +00:00
TestShortField.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestStringUtil.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
TestTempFile.java bug 59166: suggest alternative implementations for TempFileCreationStrategy 2016-07-04 01:07:52 +00:00