projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e6452d
)
Remove empty lines and out-commented irrelevant test
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 7 Apr 2011 12:13:59 +0000
(14:13 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 7 Apr 2011 12:13:59 +0000
(14:13 +0200)
test/test_rpn2solr.c
patch
|
blob
|
history
diff --git
a/test/test_rpn2solr.c
b/test/test_rpn2solr.c
index
bef27ff
..
1fc1695
100644
(file)
--- a/
test/test_rpn2solr.c
+++ b/
test/test_rpn2solr.c
@@
-73,11
+73,7
@@
static void tst1(void)
/* Truncation */
YAZ_CHECK(compare(ct, "@attr 5=1 water", "water*"));
- YAZ_CHECK(compare(ct, "@attr 5=r water", "water*"));
-/* YAZ_CHECK(compare(ct, "@attr t=r water", "water*")); */
-
YAZ_CHECK(compare(ct, "@attr 5=2 water", "*water"));
-
YAZ_CHECK(compare(ct, "@attr 5=3 water", "*water*"));
/*