summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/helper-test.c')
-rw-r--r--test/helper-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/helper-test.c b/test/helper-test.c
index 7081e19b..af073e6c 100644
--- a/test/helper-test.c
+++ b/test/helper-test.c
@@ -90,7 +90,7 @@ int main ( int argc, char ** argv )
res = token_collate_key ( "éÉêèë Sign",FALSE);
TASSERT ( strcmp(res, "ééêèë sign") == 0);
g_free(res);
- res = token_collate_key ( "éÉêèë Sign",TRUE);
- TASSERT ( strcmp(res, "éÉêèë Sign") == 0);
+ res = token_collate_key ( "éÉêèë³ Sign",TRUE);
+ TASSERT ( strcmp(res, "éÉêèë3 Sign") == 0);
g_free(res);
}