Working regression tests
This commit is contained in:
parent
17bf5a9259
commit
44ffd9f3ed
3 changed files with 45 additions and 96 deletions
|
@ -14,16 +14,18 @@ public class ListInSection {
|
|||
@Test
|
||||
@DisplayName("List in section")
|
||||
void testExample() throws Exception {
|
||||
String testName = "list_in_section";
|
||||
String name = "list_in_section";
|
||||
File input = new File("./testdocuments/input/" + name + ".odt");
|
||||
assertTrue(input.exists());
|
||||
List<String> arguments = new ArrayList<String>();
|
||||
arguments.add("-page_break_style");
|
||||
arguments.add("height:3em;margin-top:1em;margin-bottom:1em;background-color:red;");
|
||||
arguments.add("-html5");
|
||||
arguments.add("./testdocuments/input/" + testName + ".odt");
|
||||
arguments.add("./testdocuments/output/" + testName + ".html");
|
||||
arguments.add("./testdocuments/input/" + name + ".odt");
|
||||
arguments.add("./testdocuments/output/" + name + ".html");
|
||||
w2phtml.Application.main(arguments.toArray(new String[0]));
|
||||
File result = new File("./testdocuments/output/" + testName + ".html");
|
||||
File model = new File("./testdocuments/model/" + testName + ".html");
|
||||
File result = new File("./testdocuments/output/" + name + ".html");
|
||||
File model = new File("./testdocuments/model/" + name + ".html");
|
||||
assertTrue(FileUtils.contentEquals(result, model), "The files differ!");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,11 +10,11 @@ import org.apache.commons.io.FileUtils;
|
|||
import org.junit.jupiter.api.DisplayName;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class ListInTableInSection {
|
||||
public class ListInTable {
|
||||
@Test
|
||||
@DisplayName("list in table in section")
|
||||
@DisplayName("list in table")
|
||||
void testExample() throws Exception {
|
||||
String testName = "list_in_table_in_section";
|
||||
String testName = "list_in_table";
|
||||
List<String> arguments = new ArrayList<String>();
|
||||
arguments.add("-page_break_style");
|
||||
arguments.add("height:3em;margin-top:1em;margin-bottom:1em;background-color:red;");
|
||||
|
|
|
@ -20,9 +20,7 @@
|
|||
<td style="vertical-align:top;">
|
||||
<p style="margin:0;font-size:1px"> </p>
|
||||
</td>
|
||||
<td style="vertical-align:top;">
|
||||
<p class="Textbody" style="margin-left:0;border:none;padding:0;text-indent:2.1259842rem;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0.58346456rem;margin-right:0;">2text text text text text text text text text text text text2 </p>
|
||||
</td>
|
||||
<td style="vertical-align:top;"><ul style="list-style-type:disc;clear:left;margin-top:0;font-family:OpenSymbol;margin-bottom:0;"><li><p class="Textbody" style="margin-left:0;border:none;padding:0;text-indent:2.1259842rem;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0.58346456rem;margin-right:0;">List first line</p></li><li><p class="Textbody" style="margin-left:0;border:none;padding:0;text-indent:2.1259842rem;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0.58346456rem;margin-right:0;">text text text text text text text tex1 </p></li></ul></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -34,8 +32,35 @@
|
|||
<p class="Footer" style="margin-left:0;border:none;padding:0;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0;margin-right:0;">PAGE 1</p>
|
||||
</footer>
|
||||
</div>
|
||||
<div class="pageBreak" style="height:3em;margin-top:1em;margin-bottom:1em;background-color:#f6f6f6;"> </div>
|
||||
<div class="pageBreak" style="height:3em;margin-top:1em;margin-bottom:1em;background-color:red;"> </div>
|
||||
<div class="pageNum" page="2">
|
||||
<div class="pageContainer" style="column-count: 1;">
|
||||
<table id="1table" style="border-spacing:0;table-layout:fixed;width:100%;margin-top:0;margin-bottom:0;border-collapse:separate;">
|
||||
<colgroup>
|
||||
<col style="width:49.999237%" />
|
||||
<col style="width:50.000763%" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="vertical-align:top;">
|
||||
<p style="margin:0;font-size:1px"> </p>
|
||||
</td>
|
||||
<td style="vertical-align:top;">
|
||||
<p class="Textbody" style="margin-left:0;border:none;padding:0;text-indent:2.1259842rem;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0.58346456rem;margin-right:0;">2text text text text text text text text text text text text2 </p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pageNum" page="2">
|
||||
<div class="pageContainer" style="column-count: 1;"></div>
|
||||
<footer style="margin-top:1.1787401rem; height:auto; width:auto;">
|
||||
<p class="Footer" style="margin-left:0;border:none;padding:0;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0;margin-right:0;">PAGE 2</p>
|
||||
</footer>
|
||||
</div>
|
||||
<div class="pageBreak" style="height:3em;margin-top:1em;margin-bottom:1em;background-color:red;"> </div>
|
||||
<div class="pageNum" page="3">
|
||||
<div class="pageContainer" style="column-count: 1;">
|
||||
<table id="1table" style="border-spacing:0;table-layout:fixed;width:100%;margin-top:0;margin-bottom:0;border-collapse:separate;">
|
||||
<colgroup>
|
||||
|
@ -55,40 +80,13 @@
|
|||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pageNum" page="2">
|
||||
<div class="pageContainer" style="column-count: 1;"></div>
|
||||
<footer style="margin-top:1.1787401rem; height:auto; width:auto;">
|
||||
<p class="Footer" style="margin-left:0;border:none;padding:0;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0;margin-right:0;">PAGE 2</p>
|
||||
</footer>
|
||||
</div>
|
||||
<div class="pageBreak" style="height:3em;margin-top:1em;margin-bottom:1em;background-color:#f6f6f6;"> </div>
|
||||
<div class="pageNum" page="3">
|
||||
<div class="pageContainer" style="column-count: 1;">
|
||||
<table id="1table" style="border-spacing:0;table-layout:fixed;width:100%;margin-top:0;margin-bottom:0;border-collapse:separate;">
|
||||
<colgroup>
|
||||
<col style="width:49.999237%" />
|
||||
<col style="width:50.000763%" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="vertical-align:top;">
|
||||
<p style="margin:0;font-size:1px"> </p>
|
||||
</td>
|
||||
<td style="vertical-align:top;">
|
||||
<p class="Textbody" style="margin-left:0;border:none;padding:0;text-indent:2.1259842rem;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0.58346456rem;margin-right:0;">4text text text text text text text text</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pageNum" page="3">
|
||||
<div class="pageContainer" style="column-count: 1;"></div>
|
||||
<footer style="margin-top:1.1787401rem; height:auto; width:auto;">
|
||||
<p class="Footer" style="margin-left:0;border:none;padding:0;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0;margin-right:0;">PAGE 3</p>
|
||||
</footer>
|
||||
</div>
|
||||
<div class="pageBreak" style="height:3em;margin-top:1em;margin-bottom:1em;background-color:#f6f6f6;"> </div>
|
||||
<div class="pageBreak" style="height:3em;margin-top:1em;margin-bottom:1em;background-color:red;"> </div>
|
||||
<div class="pageNum" page="4">
|
||||
<div class="pageContainer" style="column-count: 1;">
|
||||
<table id="1table" style="border-spacing:0;table-layout:fixed;width:100%;margin-top:0;margin-bottom:0;border-collapse:separate;">
|
||||
|
@ -101,7 +99,7 @@
|
|||
<td style="vertical-align:top;">
|
||||
<p style="margin:0;font-size:1px"> </p>
|
||||
</td>
|
||||
<td style="vertical-align:top;"><ul style="list-style-type:disc;clear:left;margin-top:0;font-family:OpenSymbol;margin-bottom:0;"><li><p class="Textbody" style="margin-left:0;border:none;padding:0;text-indent:2.1259842rem;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0.58346456rem;margin-right:0;">List first line</p></li><li><p class="Textbody" style="margin-left:0;border:none;padding:0;text-indent:2.1259842rem;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0.58346456rem;margin-right:0;">text text text text text text text tex1 </p></li></ul></td>
|
||||
<td style="vertical-align:top;"><p class="Textbody" style="margin-left:0;border:none;padding:0;text-indent:2.1259842rem;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0.58346456rem;margin-right:0;">4text text text text text text text text</p><ul start="3" style="list-style-type:disc;clear:left;margin-top:0;font-family:OpenSymbol;margin-bottom:0;"><li><p class="Textbody" style="margin-left:0;border:none;padding:0;text-indent:2.1259842rem;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0.58346456rem;margin-right:0;"> text text text text4 </p></li></ul></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -113,7 +111,7 @@
|
|||
<p class="Footer" style="margin-left:0;border:none;padding:0;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0;margin-right:0;">PAGE 4</p>
|
||||
</footer>
|
||||
</div>
|
||||
<div class="pageBreak" style="height:3em;margin-top:1em;margin-bottom:1em;background-color:#f6f6f6;"> </div>
|
||||
<div class="pageBreak" style="height:3em;margin-top:1em;margin-bottom:1em;background-color:red;"> </div>
|
||||
<div class="pageNum" page="5">
|
||||
<div class="pageContainer" style="column-count: 1;">
|
||||
<table id="1table" style="border-spacing:0;table-layout:fixed;width:100%;margin-top:0;margin-bottom:0;border-collapse:separate;">
|
||||
|
@ -130,57 +128,6 @@
|
|||
<p class="Textbody" style="margin-left:0;border:none;padding:0;text-indent:2.1259842rem;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0.58346456rem;margin-right:0;">5text text 5</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pageNum" page="5">
|
||||
<div class="pageContainer" style="column-count: 1;"></div>
|
||||
<footer style="margin-top:1.1787401rem; height:auto; width:auto;">
|
||||
<p class="Footer" style="margin-left:0;border:none;padding:0;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0;margin-right:0;">PAGE 5</p>
|
||||
</footer>
|
||||
</div>
|
||||
<div class="pageBreak" style="height:3em;margin-top:1em;margin-bottom:1em;background-color:#f6f6f6;"> </div>
|
||||
<div class="pageNum" page="6">
|
||||
<div class="pageContainer" style="column-count: 1;">
|
||||
<table id="1table" style="border-spacing:0;table-layout:fixed;width:100%;margin-top:0;margin-bottom:0;border-collapse:separate;">
|
||||
<colgroup>
|
||||
<col style="width:49.999237%" />
|
||||
<col style="width:50.000763%" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="vertical-align:top;">
|
||||
<p style="margin:0;font-size:1px"> </p>
|
||||
</td>
|
||||
<td style="vertical-align:top;"><ul start="3" style="list-style-type:disc;clear:left;margin-top:0;font-family:OpenSymbol;margin-bottom:0;"><li><p class="Textbody" style="margin-left:0;border:none;padding:0;text-indent:2.1259842rem;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0.58346456rem;margin-right:0;"> text text text text4 </p></li></ul></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pageNum" page="6">
|
||||
<div class="pageContainer" style="column-count: 1;"></div>
|
||||
<footer style="margin-top:1.1787401rem; height:auto; width:auto;">
|
||||
<p class="Footer" style="margin-left:0;border:none;padding:0;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0;margin-right:0;">PAGE 6</p>
|
||||
</footer>
|
||||
</div>
|
||||
<div class="pageBreak" style="height:3em;margin-top:1em;margin-bottom:1em;background-color:#f6f6f6;"> </div>
|
||||
<div class="pageNum" page="7">
|
||||
<div class="pageContainer" style="column-count: 1;">
|
||||
<table id="1table" style="border-spacing:0;table-layout:fixed;width:100%;margin-top:0;margin-bottom:0;border-collapse:separate;">
|
||||
<colgroup>
|
||||
<col style="width:49.999237%" />
|
||||
<col style="width:50.000763%" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="vertical-align:top;">
|
||||
<p style="margin:0;font-size:1px"> </p>
|
||||
</td>
|
||||
<td style="vertical-align:top;">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="vertical-align:top;">
|
||||
<p style="margin:0;font-size:1px"> </p>
|
||||
|
@ -198,15 +145,15 @@
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pageNum" page="7">
|
||||
<div class="pageNum" page="5">
|
||||
<div class="pageContainer" style="column-count: 1;">
|
||||
<h1 id="toc0" style="margin-left:0;border:none;padding:0;font-weight:bold;clear:left;font-size:1.5166668rem;margin-top:0.9992126rem;font-family:'IPH Astra Serif',serif;margin-bottom:0.5007874rem;margin-right:0;text-align:center;">Heading 1</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pageNum" page="7">
|
||||
<div class="pageNum" page="5">
|
||||
<div class="pageContainer" style="column-count: 1;"></div>
|
||||
<footer style="margin-top:1.1787401rem; height:auto; width:auto;">
|
||||
<p class="Footer" style="margin-left:0;border:none;padding:0;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0;margin-right:0;">PAGE 7</p>
|
||||
<p class="Footer" style="margin-left:0;border:none;padding:0;font-size:1.0rem;margin-top:0;font-family:'IPH Astra Serif',serif;margin-bottom:0;margin-right:0;">PAGE 5</p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
Loading…
Add table
Reference in a new issue