You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by se...@apache.org on 2011/08/23 10:48:52 UTC

svn commit: r1160585 - /poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java

Author: sergey
Date: Tue Aug 23 08:48:51 2011
New Revision: 1160585

URL: http://svn.apache.org/viewvc?rev=1160585&view=rev
Log:
update test case after colors conversion fix

Modified:
    poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java

Modified: poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java?rev=1160585&r1=1160584&r2=1160585&view=diff
==============================================================================
--- poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java (original)
+++ poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java Tue Aug 23 08:48:51 2011
@@ -130,7 +130,7 @@ public class TestWordToHtmlConverter ext
 
         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" );
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org