use TestUtils collab/phasefx/qa-integration
authorJason Etheridge <jason@esilibrary.com>
Thu, 22 Aug 2013 19:41:21 +0000 (15:41 -0400)
committerJason Etheridge <jason@esilibrary.com>
Thu, 22 Aug 2013 19:41:21 +0000 (15:41 -0400)
Open-ILS/src/perlmods/live_t/00-simple.t
Open-ILS/src/perlmods/live_t/01-auth.t
Open-ILS/src/perlmods/live_t/02-simple_circ.t
Open-ILS/src/perlmods/live_t/03-overdue_circ.t
Open-ILS/src/perlmods/live_t/04-overdue_with_closed_dates.t
Open-ILS/src/perlmods/live_t/05-pay_bills.t

index d554242..764a57d 100644 (file)
@@ -6,8 +6,8 @@ diag("Simple tests against the open-ils.storage service and the stock test data.
 
 use strict; use warnings;
 
-use OpenILS::Utils::Cronscript;
-my $script = OpenILS::Utils::Cronscript->new();
+use OpenILS::Utils::TestUtils;
+my $script = OpenILS::Utils::TestUtils->new();
  
 my $ses = $script->session('open-ils.storage');
 my $req = $ses->request('open-ils.storage.direct.actor.user.retrieve', 1);
index 5651fc0..75da00b 100644 (file)
@@ -6,8 +6,8 @@ diag("Simple tests against the open-ils.auth service, memcached, and the stock t
 
 use strict; use warnings;
 
-use OpenILS::Utils::Cronscript;
-my $script = OpenILS::Utils::Cronscript->new();
+use OpenILS::Utils::TestUtils;
+my $script = OpenILS::Utils::TestUtils->new();
 
 #----------------------------------------------------------------
 # The tests...  assumes stock sample data, full-auto install by
index 3da658b..820b6f0 100644 (file)
@@ -11,8 +11,8 @@ use constant ITEM_ID => 310;
 
 use strict; use warnings;
 
-use OpenILS::Utils::Cronscript;
-my $script = OpenILS::Utils::Cronscript->new();
+use OpenILS::Utils::TestUtils;
+my $script = OpenILS::Utils::TestUtils->new();
 
 #----------------------------------------------------------------
 # The tests...  assumes stock sample data, full-auto install by
index 5de60c9..7981d32 100644 (file)
@@ -11,8 +11,8 @@ use constant ITEM_ID => 810;
 
 use strict; use warnings;
 
-use OpenILS::Utils::Cronscript;
-my $script = OpenILS::Utils::Cronscript->new();
+use OpenILS::Utils::TestUtils;
+my $script = OpenILS::Utils::TestUtils->new();
 
 use DateTime;
 use DateTime::Format::ISO8601;
index eefbe31..3f9f3f5 100644 (file)
@@ -11,8 +11,8 @@ use constant ITEM_ID => 1310;
 
 use strict; use warnings;
 
-use OpenILS::Utils::Cronscript;
-my $script = OpenILS::Utils::Cronscript->new();
+use OpenILS::Utils::TestUtils;
+my $script = OpenILS::Utils::TestUtils->new();
 
 use DateTime;
 use DateTime::Format::ISO8601;
index 0655b55..94d380d 100644 (file)
@@ -11,8 +11,8 @@ use constant USER_USRNAME => 'admin';
 
 use strict; use warnings;
 
-use OpenILS::Utils::Cronscript;
-my $script = OpenILS::Utils::Cronscript->new();
+use OpenILS::Utils::TestUtils;
+my $script = OpenILS::Utils::TestUtils->new();
 
 use DateTime;
 use DateTime::Format::ISO8601;