[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[2404] trunk/t/62-api.t



Revision: 2404
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2404&view=rev
Author:   einhverfr
Date:     2008-11-17 17:32:01 +0000 (Mon, 17 Nov 2008)

Log Message:
-----------
Minor change to 62-api.t to avoid conflicts with lwp tests

Modified Paths:
--------------
    trunk/t/62-api.t

Modified: trunk/t/62-api.t
===================================================================
--- trunk/t/62-api.t	2008-11-17 17:30:44 UTC (rev 2403)
+++ trunk/t/62-api.t	2008-11-17 17:32:01 UTC (rev 2404)
@@ -5,7 +5,7 @@
 	use LedgerSMB::DBTest;
 }
 
-our $test_case_defs = {
+our $api_test_cases = {
 };
 
 if (defined $ENV{LSMB_TEST_DB}){
@@ -50,7 +50,7 @@
 		$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");


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.