From 548354b84e8ae7f4e38372830b3ef7f1ef4bb298 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Mon, 17 Nov 2008 17:32:01 +0000 Subject: Minor change to 62-api.t to avoid conflicts with lwp tests git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2404 4979c152-3d1c-0410-bac9-87ea11338e46 --- t/62-api.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/62-api.t b/t/62-api.t index 0e897f35..a011660e 100644 --- a/t/62-api.t +++ b/t/62-api.t @@ -5,7 +5,7 @@ BEGIN { use LedgerSMB::DBTest; } -our $test_case_defs = { +our $api_test_cases = { }; if (defined $ENV{LSMB_TEST_DB}){ @@ -50,7 +50,7 @@ for my $test (@$test_request_data){ $script =~ s/\.pl$//; ok(eval "LedgerSMB::Scripts::$script::$request->{action}(\$request)"); } - for (@{$test_case_defs->{"$test->{_test_id}"}}){ + for (@{$api_test_cases->{"$test->{_test_id}"}}){ &$_; } ok($dbh->rollback, "$test->{_test_id}: rollback"); -- cgit v1.2.3