poi/src/testcases/org/apache/poi/util
Dominik Stadler ee222dc91d Fix test-failure in Maven builds that I introduced by manually deleting the temporary directory in the test. The Maven build runs these in one process and thus the directory was not re-created any more.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746933 13f79535-47bb-0310-9956-ffa450edef68
2016-06-05 16:55:48 +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 Fix Eclipse warnings, unnecessary casts, use generics, static access... 2014-12-28 09:06:12 +00:00
LocalTestNode.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
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 Removed static void main(String[]) methods from junit classes. Other minor clean-up. 2009-06-12 21:53:17 +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 Removed static void main(String[]) methods from junit classes. Other minor clean-up. 2009-06-12 21:53:17 +00:00
TestIntegerField.java Removed static void main(String[]) methods from junit classes. Other minor clean-up. 2009-06-12 21:53:17 +00:00
TestLittleEndian.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
TestLittleEndianStreams.java Eclipse warnings 2015-12-30 20:31:13 +00:00
TestLongField.java Fix for bug 45582 - handle extra bytes after the EOFRecord 2008-08-07 20:32:25 +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 Remove a superfluous/bloated log function, which String.format can do better and is only used once ... 2016-03-09 20:57:26 +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 Removed static void main(String[]) methods from junit classes. Other minor clean-up. 2009-06-12 21:53:17 +00:00
TestStringUtil.java add unit test for StringUtil#join 2016-04-17 21:28:49 +00:00
TestTempFile.java Fix test-failure in Maven builds that I introduced by manually deleting the temporary directory in the test. The Maven build runs these in one process and thus the directory was not re-created any more. 2016-06-05 16:55:48 +00:00