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

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



Revision: 2835
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2835&view=rev
Author:   einhverfr
Date:     2009-12-22 21:21:29 +0000 (Tue, 22 Dec 2009)

Log Message:
-----------
Fixing typo

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

Modified: trunk/t/62-api.t
===================================================================
--- trunk/t/62-api.t	2009-12-22 19:46:39 UTC (rev 2834)
+++ trunk/t/62-api.t	2009-12-22 21:21:29 UTC (rev 2835)
@@ -41,7 +41,7 @@
 	if (lc $test->{_codebase} eq 'old'){
 		next; # skip old codebase tests for now
 		old_code_test::_load_script($test->{module});
-		my $qtring = "$test->{module}?";
+		my $qstring = "$test->{module}?";
 		for $key (keys(%$test)){
 			if ($key !~ /^_/){
 				$qstring .= qq|$key=$test->{"$key"}&|;


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