Author: yegor
Date: Mon Dec 28 13:45:10 2009
New Revision: 894173
URL: http://svn.apache.org/viewvc?rev=894173&view=rev
Log:
removed svn:eol-style=native from binary files, uncommented related tests; see
Bugzilla 48427
Modified:
poi/trunk/src/scratchpad/testcases/org/apache/poi/hdf/model/TestHDFDocument.java
poi/trunk/test-data/document/empty.doc (contents, props changed)
poi/trunk/test-data/document/simple-list.doc (contents, props changed)
poi/trunk/test-data/document/simple-table.doc (contents, props changed)
poi/trunk/test-data/document/simple.doc (contents, props changed)
Modified:
poi/trunk/src/scratchpad/testcases/org/apache/poi/hdf/model/TestHDFDocument.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/testcases/org/apache/poi/hdf/model/TestHDFDocument.java?rev=894173&r1=894172&r2=894173&view=diff
==============================================================================
---
poi/trunk/src/scratchpad/testcases/org/apache/poi/hdf/model/TestHDFDocument.java
(original)
+++
poi/trunk/src/scratchpad/testcases/org/apache/poi/hdf/model/TestHDFDocument.java
Mon Dec 28 13:45:10 2009
@@ -33,17 +33,13 @@
public final class TestHDFDocument extends TestCase {
private static final POIDataSamples _samples =
POIDataSamples.getDocumentInstance();
- public void testStopJUnitComplainintAboutNoTests() {
- // TODO - fix these junits
- }
-
/**
* OBJECTIVE: Test that HDF can read an empty document (empty.doc).<P>
* SUCCESS: HDF reads the document. Matches values in their particular
positions.<P>
* FAILURE: HDF does not read the document or excepts. HDF cannot
identify values
* in the document in their known positions.<P>
*/
- public void fixme_testEmpty() throws IOException {
+ public void testEmpty() throws IOException {
InputStream stream = _samples.openResourceAsStream("empty.doc");
new HDFDocument(stream);
}
@@ -54,7 +50,7 @@
* FAILURE: HDF does not read the document or excepts. HDF cannot
identify values
* in the document in their known positions.<P>
*/
- public void fixme_testSimple() throws IOException {
+ public void testSimple() throws IOException {
InputStream stream = _samples.openResourceAsStream("simple.doc");
new HDFDocument(stream);
}
@@ -66,7 +62,7 @@
* in the document in their known positions.<P>
*
*/
- public void fixme_testSimpleList() throws IOException {
+ public void testSimpleList() throws IOException {
InputStream stream = _samples.openResourceAsStream("simple-list.doc");
new HDFDocument(stream);
}
@@ -77,7 +73,7 @@
* FAILURE: HDF does not read the document or excepts. HDF cannot
identify values
* in the document in their known positions.<P>
*/
- public void fixme_testSimpleTable() throws IOException {
+ public void testSimpleTable() throws IOException {
InputStream stream = _samples.openResourceAsStream("simple-table.doc");
new HDFDocument(stream);
}
Modified: poi/trunk/test-data/document/empty.doc
URL:
http://svn.apache.org/viewvc/poi/trunk/test-data/document/empty.doc?rev=894173&r1=894172&r2=894173&view=diff
==============================================================================
Files poi/trunk/test-data/document/empty.doc (original) and
poi/trunk/test-data/document/empty.doc Mon Dec 28 13:45:10 2009 differ
Propchange: poi/trunk/test-data/document/empty.doc
('svn:eol-style' removed)
Modified: poi/trunk/test-data/document/simple-list.doc
URL:
http://svn.apache.org/viewvc/poi/trunk/test-data/document/simple-list.doc?rev=894173&r1=894172&r2=894173&view=diff
==============================================================================
Files poi/trunk/test-data/document/simple-list.doc (original) and
poi/trunk/test-data/document/simple-list.doc Mon Dec 28 13:45:10 2009 differ
Propchange: poi/trunk/test-data/document/simple-list.doc
('svn:eol-style' removed)
Modified: poi/trunk/test-data/document/simple-table.doc
URL:
http://svn.apache.org/viewvc/poi/trunk/test-data/document/simple-table.doc?rev=894173&r1=894172&r2=894173&view=diff
==============================================================================
Files poi/trunk/test-data/document/simple-table.doc (original) and
poi/trunk/test-data/document/simple-table.doc Mon Dec 28 13:45:10 2009 differ
Propchange: poi/trunk/test-data/document/simple-table.doc
('svn:eol-style' removed)
Modified: poi/trunk/test-data/document/simple.doc
URL:
http://svn.apache.org/viewvc/poi/trunk/test-data/document/simple.doc?rev=894173&r1=894172&r2=894173&view=diff
==============================================================================
Files poi/trunk/test-data/document/simple.doc (original) and
poi/trunk/test-data/document/simple.doc Mon Dec 28 13:45:10 2009 differ
Propchange: poi/trunk/test-data/document/simple.doc
('svn:eol-style' removed)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]