On Mon, Nov 12, 2007 at 08:16:08PM -0500, Jim Lynch
wrote:> t/parser...........ok 1/51# Test 4 got: "Xapian::Query((Zone:(pos=1)
OR
> Ztwo:(pos=2)))" (t/parser.t at line 33)
> t/parser...........NOK 4# Expected: "Xapian::Query((one:(pos=1) OR
> two:(pos=2)))"
> # t/parser.t line 33 is: ok( $query->get_description(),
> "Xapian::Query((one:(pos=1) OR two:(pos=2)))" );
> # Test 6 got: "Xapian::Query((Zone:(pos=1) OR (Ztwo:(pos=2) AND
> Zthree:(pos=3))))" (t/parser.t at line 36)
> t/parser...........NOK 6# Expected: "Xapian::Query((one:(pos=1) OR
> (two:(pos=2) AND three:(pos=3))))"
> # t/parser.t line 36 is: ok( $query->get_description(),
> "Xapian::Query((one:(pos=1) OR (two:(pos=2) AND three:(pos=3))))"
);
> t/parser...........FAILED tests 4, 6
> Failed 2/51 tests, 96.08% okay
Sounds like you're using Search::Xapian 1.0.3.0 and xapian-core 1.0.4.
Use Search::Xapian 1.0.4.0 instead.
Cheers,
Olly