[Bps-public-commit] rt-extension-rest2 branch, move-test-files, updated. 1.06-10-g5b6e2f5

? sunnavy sunnavy at bestpractical.com
Fri May 10 10:45:41 EDT 2019


The branch, move-test-files has been updated
       via  5b6e2f52969ffd1bfe648f89343779a319d3b22a (commit)
      from  88961dad2411441e283783516379c575169ebdeb (commit)

Summary of changes:
 xt/asset-customfields.t  | 1 -
 xt/assets.t              | 1 -
 xt/catalogs.t            | 1 -
 xt/conflict.t            | 1 -
 xt/group-members.t       | 1 -
 xt/not_found.t           | 1 -
 xt/organization.t        | 1 -
 xt/queues.t              | 1 -
 xt/root.t                | 1 -
 xt/search-json.t         | 1 -
 xt/ticket-customfields.t | 1 -
 xt/ticket-customroles.t  | 1 -
 xt/ticket-links.t        | 1 -
 xt/ticket-watchers.t     | 1 -
 xt/tickets-bulk.t        | 1 -
 xt/tickets.t             | 1 -
 xt/transactions.t        | 1 -
 xt/user-customfields.t   | 1 -
 xt/user-memberships.t    | 1 -
 19 files changed, 19 deletions(-)

- Log -----------------------------------------------------------------
commit 5b6e2f52969ffd1bfe648f89343779a319d3b22a
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri May 10 22:44:12 2019 +0800

    Clean up tests as t/lib is gone

diff --git a/xt/asset-customfields.t b/xt/asset-customfields.t
index a90f2e1..499c400 100644
--- a/xt/asset-customfields.t
+++ b/xt/asset-customfields.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 use Test::Deep;
 
diff --git a/xt/assets.t b/xt/assets.t
index d3705c6..088ea7a 100644
--- a/xt/assets.t
+++ b/xt/assets.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 use Test::Deep;
 
diff --git a/xt/catalogs.t b/xt/catalogs.t
index 2e2f404..d0700e0 100644
--- a/xt/catalogs.t
+++ b/xt/catalogs.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 
 BEGIN {
diff --git a/xt/conflict.t b/xt/conflict.t
index b424348..f35c693 100644
--- a/xt/conflict.t
+++ b/xt/conflict.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 
 my $mech = RT::Extension::REST2::Test->mech;
diff --git a/xt/group-members.t b/xt/group-members.t
index 8a3bd3f..4712d6f 100644
--- a/xt/group-members.t
+++ b/xt/group-members.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 use Test::Warn;
 use Test::Deep;
diff --git a/xt/not_found.t b/xt/not_found.t
index 4b0a9d3..1752452 100644
--- a/xt/not_found.t
+++ b/xt/not_found.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 
 my $mech = RT::Extension::REST2::Test->mech;
diff --git a/xt/organization.t b/xt/organization.t
index c667791..a895829 100644
--- a/xt/organization.t
+++ b/xt/organization.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 
 use_ok('RT::Extension::REST2::Util', qw(expand_uid));
diff --git a/xt/queues.t b/xt/queues.t
index 56b211f..2209766 100644
--- a/xt/queues.t
+++ b/xt/queues.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 
 my $mech = RT::Extension::REST2::Test->mech;
diff --git a/xt/root.t b/xt/root.t
index cb96d4a..2f617c9 100644
--- a/xt/root.t
+++ b/xt/root.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 
 my $mech = RT::Extension::REST2::Test->mech;
diff --git a/xt/search-json.t b/xt/search-json.t
index 6cac523..e1fee44 100644
--- a/xt/search-json.t
+++ b/xt/search-json.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 
 my $mech = RT::Extension::REST2::Test->mech;
diff --git a/xt/ticket-customfields.t b/xt/ticket-customfields.t
index 641ac3a..5e8174f 100644
--- a/xt/ticket-customfields.t
+++ b/xt/ticket-customfields.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 use Test::Deep;
 
diff --git a/xt/ticket-customroles.t b/xt/ticket-customroles.t
index f20c4a1..9ccfcdf 100644
--- a/xt/ticket-customroles.t
+++ b/xt/ticket-customroles.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 
 BEGIN {
diff --git a/xt/ticket-links.t b/xt/ticket-links.t
index 396c494..8aab3c6 100644
--- a/xt/ticket-links.t
+++ b/xt/ticket-links.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 use Test::Deep;
 
diff --git a/xt/ticket-watchers.t b/xt/ticket-watchers.t
index 76bdbdc..1ceae9f 100644
--- a/xt/ticket-watchers.t
+++ b/xt/ticket-watchers.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 use Test::Deep;
 
diff --git a/xt/tickets-bulk.t b/xt/tickets-bulk.t
index a3ecbed..b6a67bf 100644
--- a/xt/tickets-bulk.t
+++ b/xt/tickets-bulk.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 use Test::Deep;
 
diff --git a/xt/tickets.t b/xt/tickets.t
index 0412b0b..645b225 100644
--- a/xt/tickets.t
+++ b/xt/tickets.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 use Test::Deep;
 
diff --git a/xt/transactions.t b/xt/transactions.t
index 2a02c43..a76dc7e 100644
--- a/xt/transactions.t
+++ b/xt/transactions.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 
 my $mech = RT::Extension::REST2::Test->mech;
diff --git a/xt/user-customfields.t b/xt/user-customfields.t
index 5118435..7d277c5 100644
--- a/xt/user-customfields.t
+++ b/xt/user-customfields.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 
 my $mech = RT::Extension::REST2::Test->mech;
diff --git a/xt/user-memberships.t b/xt/user-memberships.t
index b27ad12..dcf936a 100644
--- a/xt/user-memberships.t
+++ b/xt/user-memberships.t
@@ -1,6 +1,5 @@
 use strict;
 use warnings;
-use lib 't/lib';
 use RT::Extension::REST2::Test tests => undef;
 use Test::Warn;
 

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list