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 2012/10/03 20:56:23 UTC

[lucy-commits] svn commit: r1393671 - /lucy/trunk/clownfish/runtime/perl/lib/Clownfish/Test.pm

Author: marvin
Date: Wed Oct  3 18:56:23 2012
New Revision: 1393671

URL: http://svn.apache.org/viewvc?rev=1393671&view=rev
Log:
Remove Lucy-specific testing setup routine.

Modified:
    lucy/trunk/clownfish/runtime/perl/lib/Clownfish/Test.pm

Modified: lucy/trunk/clownfish/runtime/perl/lib/Clownfish/Test.pm
URL: http://svn.apache.org/viewvc/lucy/trunk/clownfish/runtime/perl/lib/Clownfish/Test.pm?rev=1393671&r1=1393670&r2=1393671&view=diff
==============================================================================
--- lucy/trunk/clownfish/runtime/perl/lib/Clownfish/Test.pm (original)
+++ lucy/trunk/clownfish/runtime/perl/lib/Clownfish/Test.pm Wed Oct  3 18:56:23 2012
@@ -18,10 +18,6 @@ use Clownfish;
 our $VERSION = '0.003000';
 $VERSION = eval $VERSION;
 
-# Set the default memory threshold for PostingListWriter to a low number so
-# that we simulate large indexes by performing a lot of PostingPool flushes.
-Lucy::Index::PostingListWriter::set_default_mem_thresh(0x1000);
-
 package Clownfish::Test::TestCharmonizer;
 our $VERSION = '0.003000';
 $VERSION = eval $VERSION;