summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-08 08:44:44 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-08 08:44:44 +0100
commitbb68cded686e444fe89422e694931d3f0f7db7c0 (patch)
tree9a5f9726a83838eeec9d0bd1c74496f2b30d52f8 /test/helper-test.c
parent0ff0f152641ecbb0a5d28ce23e042cdb32c8ee04 (diff)
tweak
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);
}