~mvo/software-center/get-installed-apps-instead-of-pkgs

« back to all changes in this revision

Viewing changes to test/test_region.py

  • Committer: Michael Vogt
  • Date: 2012-02-15 16:48:26 UTC
  • Revision ID: michael.vogt@ubuntu.com-20120215164826-53aeovq6lffoovyz
test/test_region.py: test fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        self.region = RegionDiscover()
18
18
 
19
19
    def test_get_region_dump(self):
20
 
        os.environ["LANG"] = "en_ZM.utf8"
 
20
        os.environ["LC_ALL"] = "en_ZM.utf8"
21
21
        init_locale()
22
22
        res = self.region._get_region_dumb()
23
23
        self.assertEqual(res["countrycode"], "ZM")