You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/08/18 03:24:42 UTC

[lucy-commits] svn commit: r1158983 - /incubator/lucy/trunk/core/Lucy/Test/Search/TestQueryParserLogic.c

Author: marvin
Date: Thu Aug 18 01:24:41 2011
New Revision: 1158983

URL: http://svn.apache.org/viewvc?rev=1158983&view=rev
Log:
Re-enable some accidentally disabled tests.

Modified:
    incubator/lucy/trunk/core/Lucy/Test/Search/TestQueryParserLogic.c

Modified: incubator/lucy/trunk/core/Lucy/Test/Search/TestQueryParserLogic.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/Lucy/Test/Search/TestQueryParserLogic.c?rev=1158983&r1=1158982&r2=1158983&view=diff
==============================================================================
--- incubator/lucy/trunk/core/Lucy/Test/Search/TestQueryParserLogic.c (original)
+++ incubator/lucy/trunk/core/Lucy/Test/Search/TestQueryParserLogic.c Thu Aug 18 01:24:41 2011
@@ -673,7 +673,6 @@ typedef TestQueryParser*
 (*lucy_TestQPLogic_prune_test_t)();
 
 static lucy_TestQPLogic_prune_test_t prune_test_funcs[] = {
-    NULL,
     prune_test_null_querystring,
     prune_test_matchall,
     prune_test_nomatch,
@@ -712,7 +711,7 @@ S_create_index() {
 void
 TestQPLogic_run_tests() {
     uint32_t i;
-    TestBatch     *batch      = TestBatch_new(196);
+    TestBatch     *batch      = TestBatch_new(210);
     Folder        *folder     = S_create_index();
     IndexSearcher *searcher   = IxSearcher_new((Obj*)folder);
     QueryParser   *or_parser  = QParser_new(IxSearcher_Get_Schema(searcher),