changeset 173:6655bb6ae28d

pot_file is a typo here
author pjenvey
date Sun, 24 Jun 2007 00:28:25 +0000
parents 91396d14e0b8
children aed3b2b06d19
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