Skip to content

Commit

Permalink
Danish hyphenation tests work now if you use the new tables
Browse files Browse the repository at this point in the history
  • Loading branch information
egli committed Jun 30, 2014
1 parent 15e785f commit 1629638
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions tests/Makefile.am
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/hyphenate_achena.c
Expand Up @@ -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));

Expand Down
2 changes: 1 addition & 1 deletion tests/hyphenate_alderen.c
Expand Up @@ -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));

Expand Down

0 comments on commit 1629638

Please sign in to comment.