You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/09/07 15:48:59 UTC

[2/7] lucy-clownfish git commit: Fix tests requiring TestUtils

Fix tests requiring TestUtils

`buildlib` must be added to @INC.


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/c298a9e6
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/c298a9e6
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/c298a9e6

Branch: refs/heads/master
Commit: c298a9e6e95f255c830230e631f7b503f8aa45da
Parents: 28d54ae
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Wed Sep 7 16:34:25 2016 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Wed Sep 7 17:22:06 2016 +0200

----------------------------------------------------------------------
 compiler/perl/t/403-parcel.t         | 1 +
 compiler/perl/t/500-hierarchy.t      | 1 +
 compiler/perl/t/core/403-parcel.t    | 1 +
 compiler/perl/t/core/500-hierarchy.t | 1 +
 4 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/c298a9e6/compiler/perl/t/403-parcel.t
----------------------------------------------------------------------
diff --git a/compiler/perl/t/403-parcel.t b/compiler/perl/t/403-parcel.t
index c984af8..c298e55 100644
--- a/compiler/perl/t/403-parcel.t
+++ b/compiler/perl/t/403-parcel.t
@@ -15,6 +15,7 @@
 
 use strict;
 use warnings;
+use lib 'buildlib';
 
 use Clownfish::CFC::Test::TestUtils qw( test_files_dir );
 use Test::More tests => 32;

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/c298a9e6/compiler/perl/t/500-hierarchy.t
----------------------------------------------------------------------
diff --git a/compiler/perl/t/500-hierarchy.t b/compiler/perl/t/500-hierarchy.t
index a066496..24abbc1 100644
--- a/compiler/perl/t/500-hierarchy.t
+++ b/compiler/perl/t/500-hierarchy.t
@@ -15,6 +15,7 @@
 
 use strict;
 use warnings;
+use lib 'buildlib';
 
 use Test::More tests => 21;
 

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/c298a9e6/compiler/perl/t/core/403-parcel.t
----------------------------------------------------------------------
diff --git a/compiler/perl/t/core/403-parcel.t b/compiler/perl/t/core/403-parcel.t
index 13a176d..091d3ac 100644
--- a/compiler/perl/t/core/403-parcel.t
+++ b/compiler/perl/t/core/403-parcel.t
@@ -15,6 +15,7 @@
 
 use strict;
 use warnings;
+use lib 'buildlib';
 
 use Clownfish::CFC::Test;
 use Clownfish::CFC::Test::TestUtils qw( test_files_dir );

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/c298a9e6/compiler/perl/t/core/500-hierarchy.t
----------------------------------------------------------------------
diff --git a/compiler/perl/t/core/500-hierarchy.t b/compiler/perl/t/core/500-hierarchy.t
index 1121369..84e7939 100644
--- a/compiler/perl/t/core/500-hierarchy.t
+++ b/compiler/perl/t/core/500-hierarchy.t
@@ -15,6 +15,7 @@
 
 use strict;
 use warnings;
+use lib 'buildlib';
 
 use Clownfish::CFC::Test;
 use Clownfish::CFC::Test::TestUtils qw( test_files_dir );