add test case for lost cell properties
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1143077 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8ac3172759
commit
afa392e8c8
@ -71,6 +71,15 @@ public class TestWordToFoConverter extends TestCase
|
|||||||
.contains( "<!--Image link to '0.emf' can be here-->" ) );
|
.contains( "<!--Image link to '0.emf' can be here-->" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void testInnerTable() throws Exception
|
||||||
|
{
|
||||||
|
final String sampleFileName = "innertable.doc";
|
||||||
|
String result = getFoText( sampleFileName );
|
||||||
|
|
||||||
|
assertTrue( result
|
||||||
|
.contains( "padding-end=\"0.0in\" padding-start=\"0.0in\" width=\"1.0770833in\"" ) );
|
||||||
|
}
|
||||||
|
|
||||||
public void testHyperlink() throws Exception
|
public void testHyperlink() throws Exception
|
||||||
{
|
{
|
||||||
final String sampleFileName = "hyperlink.doc";
|
final String sampleFileName = "hyperlink.doc";
|
||||||
|
Loading…
Reference in New Issue
Block a user