Added GS Tags test
This commit is contained in:
parent
be88aec977
commit
2a03ae2c2a
3 changed files with 112 additions and 0 deletions
|
@ -0,0 +1,30 @@
|
||||||
|
package w2phtml.regressionTests.html5;
|
||||||
|
|
||||||
|
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import org.apache.commons.io.FileUtils;
|
||||||
|
import org.junit.jupiter.api.DisplayName;
|
||||||
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
|
public class GreenstoneHeadings {
|
||||||
|
@Test
|
||||||
|
@DisplayName("Greenstone3 tags headings")
|
||||||
|
void testExample() throws Exception {
|
||||||
|
String testName = "gs_headings";
|
||||||
|
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("-greenstone=true");
|
||||||
|
arguments.add("-html5");
|
||||||
|
arguments.add("./testdocuments/input/" + testName + ".odt");
|
||||||
|
arguments.add("./testdocuments/output/" + testName + ".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");
|
||||||
|
assertTrue(FileUtils.contentEquals(result, model), "The files differ!");
|
||||||
|
}
|
||||||
|
}
|
BIN
testdocuments/input/gs_headings.odt
Normal file
BIN
testdocuments/input/gs_headings.odt
Normal file
Binary file not shown.
82
testdocuments/model/gs_headings.html
Normal file
82
testdocuments/model/gs_headings.html
Normal file
|
@ -0,0 +1,82 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ru-RU" xml:lang="ru-RU" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<title>Default</title>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<style media="all" type="text/css">
|
||||||
|
body {margin-left:auto;max-width:800px;font-size:1.0rem;font-family:'IPH Lib Serif';margin-right:auto;}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body dir="ltr">
|
||||||
|
<!-- <Section>
|
||||||
|
<Description>
|
||||||
|
<Metadata name="Title">Default</Metadata>
|
||||||
|
</Description> -->
|
||||||
|
<!-- <Section>
|
||||||
|
<Description>
|
||||||
|
<Metadata name="Title">Heading 1</Metadata>
|
||||||
|
</Description> -->
|
||||||
|
<div class="pageNum" page="1">
|
||||||
|
<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>
|
||||||
|
<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 1</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <Section>
|
||||||
|
<Description>
|
||||||
|
<Metadata name="Title">Heading 2</Metadata>
|
||||||
|
</Description> -->
|
||||||
|
<div class="pageNum" page="1">
|
||||||
|
<div class="pageContainer" style="column-count: 1;">
|
||||||
|
<h2 id="toc1" style="margin-left:0;border:none;padding:0;font-weight:bold;clear:left;font-size:1.1666667rem;margin-top:0.8338583rem;font-family:'IPH Lib Serif';margin-bottom:0.5007874rem;margin-right:0;text-align:center;">Heading 2</h2>
|
||||||
|
<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;">text2</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <Section>
|
||||||
|
<Description>
|
||||||
|
<Metadata name="Title">Heading 3</Metadata>
|
||||||
|
</Description> -->
|
||||||
|
<div class="pageNum" page="1">
|
||||||
|
<div class="pageContainer" style="column-count: 1;">
|
||||||
|
<h3 id="toc2" style="margin-left:0;border:none;padding:0;font-weight:bold;clear:left;font-size:1.0rem;margin-top:0.58346456rem;font-family:'IPH Astra Serif',serif;margin-bottom:0.5007874rem;margin-right:0;text-align:center;">Heading 3</h3>
|
||||||
|
<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 3</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- </Section> -->
|
||||||
|
<!-- </Section> -->
|
||||||
|
<!-- </Section> -->
|
||||||
|
<!-- <Section>
|
||||||
|
<Description>
|
||||||
|
<Metadata name="Title">Heading 1</Metadata>
|
||||||
|
</Description> -->
|
||||||
|
<div class="pageNum" page="1">
|
||||||
|
<div class="pageContainer" style="column-count: 1;">
|
||||||
|
<h1 id="toc3" 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>
|
||||||
|
<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 4</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <Section>
|
||||||
|
<Description>
|
||||||
|
<Metadata name="Title">Heading 3</Metadata>
|
||||||
|
</Description> -->
|
||||||
|
<div class="pageNum" page="1">
|
||||||
|
<div class="pageContainer" style="column-count: 1;">
|
||||||
|
<h3 id="toc4" style="margin-left:0;border:none;padding:0;font-weight:bold;clear:left;font-size:1.0rem;margin-top:0.58346456rem;font-family:'IPH Astra Serif',serif;margin-bottom:0.5007874rem;margin-right:0;text-align:center;">Heading 3</h3>
|
||||||
|
<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 5</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- </Section> -->
|
||||||
|
<!-- </Section> -->
|
||||||
|
<!-- <Section>
|
||||||
|
<Description>
|
||||||
|
<Metadata name="Title">Heading 1</Metadata>
|
||||||
|
</Description> -->
|
||||||
|
<div class="pageNum" page="1">
|
||||||
|
<div class="pageContainer" style="column-count: 1;">
|
||||||
|
<h1 id="toc5" 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>
|
||||||
|
<!-- </Section> -->
|
||||||
|
<!-- </Section> -->
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Add table
Reference in a new issue