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 2010/11/03 04:44:55 UTC

[lucy-commits] svn commit: r1030325 - /incubator/lucy/trunk/perl/t/216-schema.t

Author: marvin
Date: Wed Nov  3 03:44:55 2010
New Revision: 1030325

URL: http://svn.apache.org/viewvc?rev=1030325&view=rev
Log:
Fix test that was pining for a compatibility stub which is dead and gone.

Modified:
    incubator/lucy/trunk/perl/t/216-schema.t

Modified: incubator/lucy/trunk/perl/t/216-schema.t
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/t/216-schema.t?rev=1030325&r1=1030324&r2=1030325&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/t/216-schema.t (original)
+++ incubator/lucy/trunk/perl/t/216-schema.t Wed Nov  3 03:44:55 2010
@@ -22,7 +22,6 @@ use KinoSearch::Test;
 package main;
 use Test::More tests => 3;
 
-require KinoSearch::Schema;
 my $old_schema = KinoSearch::Schema->new;
 my $new_schema = KinoSearch::Plan::Schema->new;