Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Clean up tests generated from DP2 tests
Browse files Browse the repository at this point in the history
Delete tests that are covered by another test or that will be covered by
new ones to be added later.
  • Loading branch information
bertfrees authored and Joel Håkansson committed Feb 9, 2016
1 parent 7f64a6b commit ec6c619
Show file tree
Hide file tree
Showing 174 changed files with 106 additions and 2,623 deletions.
Expand Up @@ -11,20 +11,14 @@ public class MarkerIndicatorTest extends AbstractFormatterEngineTest {
public void testPageMargin_01() throws LayoutEngineException, IOException, PagedMediaWriterConfigurationException {
testPEF("resource-files/marker-indicator-input.obfl", "resource-files/marker-indicator-expected.pef", false);
}

@Test
public void testFormat_55() throws LayoutEngineException, IOException, PagedMediaWriterConfigurationException {
testPEF("resource-files/test_format.xprocspec/test_55-input.obfl",
"resource-files/test_format.xprocspec/test_55-expected.pef", true);
}
@Test
public void testFormat_56() throws LayoutEngineException, IOException, PagedMediaWriterConfigurationException {
testPEF("resource-files/test_format.xprocspec/test_56-input.obfl",
"resource-files/test_format.xprocspec/test_56-expected.pef", true);
public void testObflToPef_27() throws LayoutEngineException, IOException, PagedMediaWriterConfigurationException {
testPEF("resource-files/test_obfl-to-pef.xprocspec/test_27-input.obfl",
"resource-files/test_obfl-to-pef.xprocspec/test_27-expected.pef", false);
}
@Test
public void testFormat_57() throws LayoutEngineException, IOException, PagedMediaWriterConfigurationException {
testPEF("resource-files/test_format.xprocspec/test_57-input.obfl",
"resource-files/test_format.xprocspec/test_57-expected.pef", true);
public void testObflToPef_28() throws LayoutEngineException, IOException, PagedMediaWriterConfigurationException {
testPEF("resource-files/test_obfl-to-pef.xprocspec/test_28-input.obfl",
"resource-files/test_obfl-to-pef.xprocspec/test_28-expected.pef", false);
}
}

Large diffs are not rendered by default.

Expand Up @@ -2,7 +2,7 @@
<pef xmlns="http://www.daisy.org/ns/2008/pef" version="2008-1">
<head>
<meta>
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">test_01</dc:title>
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">test_format.xprocspec/test_01</dc:title>
<dc:description xmlns:dc="http://purl.org/dc/elements/1.1/"/>
<dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">application/x-pef+xml</dc:format>
</meta>
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<obfl xmlns="http://www.daisy.org/ns/2011/obfl" version="2011-1" xml:lang="und" hyphenate="false">
<meta>
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">test_01</dc:title>
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">test_format.xprocspec/test_01</dc:title>
<dc:description xmlns:dc="http://purl.org/dc/elements/1.1/"/>
</meta>
<layout-master name="a" page-width="30" page-height="5" duplex="true" page-number-variable="page">
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Expand Up @@ -2,7 +2,7 @@
<pef xmlns="http://www.daisy.org/ns/2008/pef" version="2008-1">
<head>
<meta>
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">test_04</dc:title>
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">test_format.xprocspec/test_04</dc:title>
<dc:description xmlns:dc="http://purl.org/dc/elements/1.1/"/>
<dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">application/x-pef+xml</dc:format>
</meta>
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<obfl xmlns="http://www.daisy.org/ns/2011/obfl" version="2011-1" xml:lang="und" hyphenate="false">
<meta>
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">test_04</dc:title>
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">test_format.xprocspec/test_04</dc:title>
<dc:description xmlns:dc="http://purl.org/dc/elements/1.1/"/>
</meta>
<layout-master name="a" page-width="15" page-height="5" duplex="true" page-number-variable="page">
Expand Down
Expand Up @@ -2,7 +2,7 @@
<pef xmlns="http://www.daisy.org/ns/2008/pef" version="2008-1">
<head>
<meta>
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">test_05</dc:title>
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">test_format.xprocspec/test_05</dc:title>
<dc:description xmlns:dc="http://purl.org/dc/elements/1.1/"/>
<dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">application/x-pef+xml</dc:format>
</meta>
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<obfl xmlns="http://www.daisy.org/ns/2011/obfl" version="2011-1" xml:lang="und" hyphenate="false">
<meta>
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">test_05</dc:title>
<dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">test_format.xprocspec/test_05</dc:title>
<dc:description xmlns:dc="http://purl.org/dc/elements/1.1/"/>
</meta>
<layout-master name="front" page-width="15" page-height="5" duplex="true" page-number-variable="page">
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit ec6c619

Please sign in to comment.