Displaying 1 result from an estimated 1 matches for "test_equal".
2006 Dec 06
1
Bug and patch for +terms with wildcards
...ests/queryparsertest.cc
===================================================================
--- tests/queryparsertest.cc (revision 7552)
+++ tests/queryparsertest.cc (working copy)
@@ -655,7 +655,7 @@
qobj = queryparser.parse_query("muscle*", Xapian::QueryParser::FLAG_WILDCARD);
TEST_EQUAL(qobj.get_description(), "Xapian::Query((muscle:(pos=1) OR musclebound:(pos=1)))");
qobj = queryparser.parse_query("meat*", Xapian::QueryParser::FLAG_WILDCARD);
- TEST_EQUAL(qobj.get_description(), "Xapian::Query()");
+ TEST_EQUAL(qobj.get_description(), &quo...