summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-11-17 17:32:01 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-11-17 17:32:01 +0000
commit548354b84e8ae7f4e38372830b3ef7f1ef4bb298 (patch)
tree72b95941f37fb003ca3dea8a0c7f57d0a264bb37
parentee39f29cf48e873e015c0da8b1257097c4fb966e (diff)
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
-rw-r--r--t/62-api.t4
1 files 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");