update test case after colors conversion fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1160585 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-08-23 08:48:51 +00:00
parent bebd5bea10
commit 1190b117c5
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public class TestWordToHtmlConverter extends TestCase
assertFalse( result.contains( "FORMTEXT" ) );
assertContains( result, "color:#28624f;" );
assertContains( result, "color:#4f6228;" );
assertContains( result, "Passport No and the date of expire" );
assertContains( result, "mfa.gov.cy" );
}