Author: fanningpj
Date: Sun Aug 28 12:51:17 2022
New Revision: 1903731

URL: http://svn.apache.org/viewvc?rev=1903731&view=rev
Log:
[bug-63575] fix test

Modified:
    
poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xwpf/model/TestXWPFHeaderFooterPolicy.java

Modified: 
poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xwpf/model/TestXWPFHeaderFooterPolicy.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xwpf/model/TestXWPFHeaderFooterPolicy.java?rev=1903731&r1=1903730&r2=1903731&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xwpf/model/TestXWPFHeaderFooterPolicy.java
 (original)
+++ 
poi/trunk/poi-ooxml/src/test/java/org/apache/poi/xwpf/model/TestXWPFHeaderFooterPolicy.java
 Sun Aug 28 12:51:17 2022
@@ -196,11 +196,11 @@ class TestXWPFHeaderFooterPolicy {
         policy = oddEven.getHeaderFooterPolicy();
 
         assertEquals(
-                "[ODD Page Header text]\n\n",
+                "[ODD PAGE HEADER TEXT]\n\n",
                 policy.getDefaultHeader().getText()
         );
         assertEquals(
-                "[This is an Even Page, with a Header]\n\n",
+                "[THIS IS AN EVEN PAGE, WITH A HEADER]\n\n",
                 policy.getEvenPageHeader().getText()
         );
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to