changeset 171:0628c0450e62

pot_file is a typo here
author pjenvey
date Sun, 24 Jun 2007 00:28:25 +0000
parents 804af3799b18
children 9e35bbb458aa
files babel/messages/tests/frontend.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/babel/messages/tests/frontend.py
+++ b/babel/messages/tests/frontend.py
@@ -518,7 +518,7 @@
                                    'messages.pot')])
         except SystemExit, e:
             self.assertEqual(0, e.code)
-            assert os.path.isfile(pot_file)
+            assert os.path.isfile(po_file)
             self.assertEqual(
 r"""# English (United States) translations for TestProject.
 # Copyright (C) 2007 FooBar, Inc.
Copyright (C) 2012-2017 Edgewall Software