search for: api__anydb_8cc_sourc

Displaying 2 results from an estimated 2 matches for "api__anydb_8cc_sourc".

Did you mean: api__anydb_8cc_source
2013 Feb 28
0
Implemented test coverage for using TradWeight with an Rset
...ght/tradweight.cc.gcov.html I have added a test to api_anydb.cc which tests the TradWeight scheme using an Rset . I simply modified the rset2 test in api_anydb.cc so that 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...
2013 Mar 03
0
Sent a pull request for testing TradWeight using an Rset.
...> I have added a test to api_anydb.cc which tests the TradWeight scheme using > an Rset . I simply modified the rset2 test in api_anydb.cc so that 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...