]> source.dussan.org Git - poi.git/commit
Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows that...
authorNick Burch <nick@apache.org>
Tue, 1 Mar 2011 18:12:44 +0000 (18:12 +0000)
committerNick Burch <nick@apache.org>
Tue, 1 Mar 2011 18:12:44 +0000 (18:12 +0000)
commit698d22967c6c8b36b81c2633d53abcc7e6612679
tree27fa92f3bd8dd47fd71b4281f7541c9f6ab27b62
parenta099116059b61fe7aad8c1446c3dcab03100aaa2
Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows that the LZW isn't quite right yet (so tests disabled)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1075955 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
src/java/org/apache/poi/util/LZWDecompresser.java
src/scratchpad/src/org/apache/poi/hdgf/HDGFLZW.java
src/scratchpad/src/org/apache/poi/hmef/Attribute.java
src/scratchpad/src/org/apache/poi/hmef/CompressedRTF.java
src/scratchpad/src/org/apache/poi/hmef/HMEFMessage.java
src/scratchpad/testcases/org/apache/poi/hmef/TestCompressedRTF.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hmef/TestHMEFMessage.java [new file with mode: 0644]
src/testcases/org/apache/poi/POIDataSamples.java
test-data/hmef/quick-contents/message.rtf [new file with mode: 0644]
test-data/hmef/quick-contents/quick.doc [new file with mode: 0644]
test-data/hmef/quick-contents/quick.html [new file with mode: 0644]
test-data/hmef/quick-contents/quick.pdf [new file with mode: 0644]
test-data/hmef/quick-contents/quick.txt [new file with mode: 0644]
test-data/hmef/quick-contents/quick.xml [new file with mode: 0644]
test-data/hmef/quick-winmail.dat [new file with mode: 0644]