From: Adam Dickmeiss Date: Wed, 3 Apr 2013 10:49:42 +0000 (+0200) Subject: yaz-ztest: Use hash rather for fake hit count X-Git-Tag: v4.2.52~2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=6c0bd6a620f90abcd498ceb5a5bb40ba15f19ad5;hp=6c0bd6a620f90abcd498ceb5a5bb40ba15f19ad5 yaz-ztest: Use hash rather for fake hit count Before, random number was used. This is problematic for unit tests using yaz-ztest. This patch also makes a hash for CQL queries. For RPN, any term with a leading digit will be treated as pseudu hit count (to force any particular hit count by a client). ---