From 60846471a3dfd5d77270d832f41954ffc9696b3c Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Sat, 25 Oct 2014 16:02:31 -0400 Subject: Docx test: Remove Danish header test. Redundant, now that we're testing for a more generalized sort of internationalized blocks. --- tests/Tests/Readers/Docx.hs | 4 ---- tests/docx/danish_headers.docx | Bin 17691 -> 0 bytes tests/docx/danish_headers.native | 10 ---------- 3 files changed, 14 deletions(-) delete mode 100644 tests/docx/danish_headers.docx delete mode 100644 tests/docx/danish_headers.native (limited to 'tests') diff --git a/tests/Tests/Readers/Docx.hs b/tests/Tests/Readers/Docx.hs index 3be80f9f5..2963c34da 100644 --- a/tests/Tests/Readers/Docx.hs +++ b/tests/Tests/Readers/Docx.hs @@ -155,10 +155,6 @@ tests = [ testGroup "inlines" "numbered headers automatically made into list" "docx/numbered_header.docx" "docx/numbered_header.native" - , testCompare - "headers in other languages" - "docx/danish_headers.docx" - "docx/danish_headers.native" , testCompare "i18n blocks (headers and blockquotes)" "docx/i18n_blocks.docx" diff --git a/tests/docx/danish_headers.docx b/tests/docx/danish_headers.docx deleted file mode 100644 index 345fc632c..000000000 Binary files a/tests/docx/danish_headers.docx and /dev/null differ diff --git a/tests/docx/danish_headers.native b/tests/docx/danish_headers.native deleted file mode 100644 index 12a857811..000000000 --- a/tests/docx/danish_headers.native +++ /dev/null @@ -1,10 +0,0 @@ -[Header 1 ("testoverskrift",[],[]) [Str "Testoverskrift"] -,Para [Str "Normal"] -,Header 2 ("testoverskrift-2",[],[]) [Str "Testoverskrift",Space,Str "2"] -,Table [] [AlignDefault,AlignDefault] [0.0,0.0] - [[Plain [Str "Kolonne1"]] - ,[Plain [Str "Kolonne2"]]] - [[[Plain [Str "Testdata",Space,Str "1"]] - ,[Plain [Str "Tester2"]]] - ,[[Plain [Str "Testdata",Space,Str "2"]] - ,[Plain [Str "Tester3"]]]]] -- cgit v1.2.3