https://issues.apache.org/bugzilla/show_bug.cgi?id=49936

--- Comment #4 from [email protected] 2010-09-16 13:35:11 EDT ---
Attached the two files it was failing on. For some reason I can not get JUnit
testing not working, but I belive this should be the test cases:

headerSubStringErr = HWPFTestDataSamples.openSampleFile("Case1.doc");
headerSubStringErr1 = HWPFTestDataSamples.openSampleFile("Case2.doc");

public void testHeader() {
  HeaderStories hs = new HeaderStories(headerSubStringErr);
  assertEquals("",hs.getHeaderText());
}

public void testHeader1() {
  HeaderStories hs = new HeaderStories(headerSubStringErr1);
  assertEquals("",hs.getHeaderText());
}

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to