Multilang support and cleaning for "en" locale

darcs-hash:20061122181456-86b55-3481c0c487ec5d9122e753cb4fdaf4db44cda0c3.gz
This commit is contained in:
David Rousselie
2006-11-22 19:14:56 +01:00
parent 062abf00b7
commit c0d0b29654
3 changed files with 46 additions and 46 deletions

View File

@@ -1073,7 +1073,8 @@ class JCLComponent_TestCase(unittest.TestCase):
"user1@test.com")
self.assertEqual(password_message.get_subject(), \
"[PASSWORD] Password request")
self.assertEqual(password_message.get_body(), None)
self.assertEqual(password_message.get_body(), \
Lang.en.ask_password_body % ("account11"))
def test_handle_presence_unavailable_to_component(self):
self.comp.stream = MockStream()