You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2014/04/02 13:27:52 UTC

svn commit: r1583971 - in /poi/branches/maven: poi-scratchpad/src/test/java/ poi-scratchpad/src/test/java/org/ poi-scratchpad/src/test/java/org/apache/poi/hwpf/usermodel/ src/scratchpad/testcases/ src/scratchpad/testcases/org/

Author: cedricwalter
Date: Wed Apr  2 11:27:51 2014
New Revision: 1583971

URL: http://svn.apache.org/r1583971
Log:
moved poi scratchpad test to module poi-scratchpad

Added:
    poi/branches/maven/poi-scratchpad/src/test/java/dummy.txt
      - copied unchanged from r1583962, poi/branches/maven/src/scratchpad/testcases/dummy.txt
    poi/branches/maven/poi-scratchpad/src/test/java/log4j.properties
      - copied unchanged from r1583962, poi/branches/maven/src/scratchpad/testcases/log4j.properties
    poi/branches/maven/poi-scratchpad/src/test/java/org/
      - copied from r1583962, poi/branches/maven/src/scratchpad/testcases/org/
Removed:
    poi/branches/maven/src/scratchpad/testcases/dummy.txt
    poi/branches/maven/src/scratchpad/testcases/log4j.properties
    poi/branches/maven/src/scratchpad/testcases/org/
Modified:
    poi/branches/maven/poi-scratchpad/src/test/java/org/apache/poi/hwpf/usermodel/TestBugs.java

Modified: poi/branches/maven/poi-scratchpad/src/test/java/org/apache/poi/hwpf/usermodel/TestBugs.java
URL: http://svn.apache.org/viewvc/poi/branches/maven/poi-scratchpad/src/test/java/org/apache/poi/hwpf/usermodel/TestBugs.java?rev=1583971&r1=1583962&r2=1583971&view=diff
==============================================================================
--- poi/branches/maven/poi-scratchpad/src/test/java/org/apache/poi/hwpf/usermodel/TestBugs.java (original)
+++ poi/branches/maven/poi-scratchpad/src/test/java/org/apache/poi/hwpf/usermodel/TestBugs.java Wed Apr  2 11:27:51 2014
@@ -75,7 +75,7 @@ public class TestBugs extends TestCase
 
             assertEquals( expParagraph.text(), actParagraph.text() );
             assertEquals( "Diffent isInTable flags for paragraphs #" + p
-                    + " -- " + expParagraph + " -- " + actParagraph + ".",
+                    + " -- " + expParagraph + " -- " + actParagraph + "",
                     expParagraph.isInTable(), actParagraph.isInTable() );
             assertEquals( expParagraph.isTableRowEnd(),
                     actParagraph.isTableRowEnd() );



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