Displaying 2 results from an estimated 2 matches for "mset_expected_order".
2013 Feb 28
0
Implemented test coverage for using TradWeight with an Rset
...the Mset
is made using the TradWeight scheme and passed an Rset to Enquire.get_mset(
) .
http://xapian.org/docs/sourcedoc/html/api__anydb_8cc_source.html#l01128
The results were as expected and the test passed on all the backends . I
then changed the order of the documents in the second call to
mset_expected_order( ) and as expected, the test failed.So,I think that
the test works fine.Should I send a pull request for this test ? If I
need to make any changes to ensure that this test is correct, please do let
me know .
-Regards
-Aarsh
-------------- next part --------------
An HTML attachment was scrubbed...
2013 Mar 03
0
Sent a pull request for testing TradWeight using an Rset.
...eight scheme and passed an Rset to Enquire.get_mset(
> ) .
>
> http://xapian.org/docs/sourcedoc/html/api__anydb_8cc_source.html#l01128
>
> The results were as expected and the test passed on all the backends . I
> then changed the order of the documents in the second call to
> mset_expected_order( ) and as expected, the test failed.So,I think that
> the test works fine.Should I send a pull request for this test ? If I
> need to make any changes to ensure that this test is correct, please do let
> me know .
>
> -Regards
> -Aarsh
> -------------- next part ------------...