From 16296386eeebb029078040906ce8774beda4c1f9 Mon Sep 17 00:00:00 2001 From: Christian Egli Date: Mon, 30 Jun 2014 17:09:02 +0200 Subject: [PATCH] Danish hyphenation tests work now if you use the new tables --- tests/Makefile.am | 4 ---- tests/hyphenate_achena.c | 2 +- tests/hyphenate_alderen.c | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 9e26249b5f..b597da8a46 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -177,10 +177,6 @@ XFAIL_TESTS = \ en_gb_g1_italics \ squash_space -# Hyphenation is not what it is made out to be. Quite a few of the -# tests fail. -XFAIL_TESTS += hyphenate_achena hyphenate_alderen - # The hash_collision currently fails. The first translation works but subsequent ones fail. XFAIL_TESTS += hash_collision diff --git a/tests/hyphenate_achena.c b/tests/hyphenate_achena.c index 9fbb2e2512..e8ede649f1 100644 --- a/tests/hyphenate_achena.c +++ b/tests/hyphenate_achena.c @@ -6,7 +6,7 @@ int main(int argc, char **argv) { int ret = 0; - char *tables = "da-dk-g2.ctb"; + char *tables = "da-dk-g26.ctb"; char *word = "achena"; char * hyphens = calloc(8, sizeof(char)); diff --git a/tests/hyphenate_alderen.c b/tests/hyphenate_alderen.c index ecf49ee49b..074a8eee2d 100644 --- a/tests/hyphenate_alderen.c +++ b/tests/hyphenate_alderen.c @@ -6,7 +6,7 @@ int main(int argc, char **argv) { int ret = 0; - char *tables = "da-dk-g2.ctb"; + char *tables = "da-dk-g26.ctb"; char *word = "alderen"; char * hyphens = calloc(9, sizeof(char));