From 75ad7b1f3d9b7daaeba799df6a38eb74195ef235 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 31 May 2012 15:08:38 +0200 Subject: [PATCH] Update test case for long terms --- test/api/test_search.c | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/test/api/test_search.c b/test/api/test_search.c index 51b405e..2b1119f 100644 --- a/test/api/test_search.c +++ b/test/api/test_search.c @@ -66,7 +66,13 @@ const char *myrec[] = { "1234567890" "1234567890""1234567890""1234567890""1234567890" "1234567890" "1234567890""1234567890""1234567890""1234567890" "1234567890" "1234567890""1234567890""1234567890""1234567890" - "12345" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1" + "" "" , @@ -184,7 +190,14 @@ static void tst(int argc, char **argv) "1234567890" "1234567890""1234567890""1234567890""1234567890" "1234567890" "1234567890""1234567890""1234567890""1234567890" "1234567890" "1234567890""1234567890""1234567890""1234567890" - "12345" + + + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1" , 1)); YAZ_CHECK( @@ -195,7 +208,13 @@ static void tst(int argc, char **argv) "1234567890" "1234567890""1234567890""1234567890""1234567890" "1234567890" "1234567890""1234567890""1234567890""1234567890" "1234567890" "1234567890""1234567890""1234567890""1234567890" - "123456" + + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "1234567890""1234567890""1234567890""1234567890" + "1234567890" "12" , 0, 11)); -- 1.7.10.4