remove debug output code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150066 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
18c247b0d3
commit
6e3df0ad59
@ -130,8 +130,6 @@ public class TestWordToFoConverter extends TestCase
|
|||||||
final String sampleFileName = "pageref.doc";
|
final String sampleFileName = "pageref.doc";
|
||||||
String result = getFoText( sampleFileName );
|
String result = getFoText( sampleFileName );
|
||||||
|
|
||||||
System.out.println( result );
|
|
||||||
|
|
||||||
assertContains( result,
|
assertContains( result,
|
||||||
"<fo:basic-link internal-destination=\"bookmark_userref\">" );
|
"<fo:basic-link internal-destination=\"bookmark_userref\">" );
|
||||||
assertContains( result, "1" );
|
assertContains( result, "1" );
|
||||||
|
Loading…
Reference in New Issue
Block a user