[Pkg-mozext-commits] [adblock-plus] 91/464: Fixed wrong parameter names

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit 0ba573096f3acec20048b1af0f96f42d385fe86b
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Wed Sep 15 13:30:30 2010 +0200

    Fixed wrong parameter names
---
 LocaleTester.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/LocaleTester.pm b/LocaleTester.pm
index 1aa42c7..a69d617 100644
--- a/LocaleTester.pm
+++ b/LocaleTester.pm
@@ -47,7 +47,7 @@ sub testLocales
   
     compareLocales($locale, $currentLocale, $referenceLocale) unless $currentLocale == $referenceLocale;
   
-    foreach my $entry (@{$params{must_differ}})
+    foreach my $entry (@{$params{mustDiffer}})
     {
       my %values = ();
       foreach my $key (@$entry)
@@ -61,7 +61,7 @@ sub testLocales
       }
     }
   
-    foreach my $entry (@{$params{must_equal}})
+    foreach my $entry (@{$params{mustEqual}})
     {
       my $stdValue;
       my $stdName;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list