mirror of https://github.com/apache/poi.git
[bug-63575] fix test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903731 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
80f89a3674
commit
2ffef9d249
|
@ -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()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue