예제 #1
0
파일: test_i18n.py 프로젝트: Distrotech/bzr
 def test_does_not_exist(self):
     translation = i18n.load_plugin_translations("doesnotexist")
     self.assertEquals("foo", translation.gettext("foo"))
예제 #2
0
 def test_does_not_exist(self):
     translation = i18n.load_plugin_translations("doesnotexist")
     self.assertEqual("foo", translation.gettext("foo"))