# HG changeset patch # User pjenvey # Date 1182644905 0 # Node ID 8780824d85f5af4c6be297ce43e0acb351a574a7 # Parent 3f9d9268537d4ce55fdd6ba141bf12804acb2c35 pot_file is a typo here diff --git a/babel/messages/tests/frontend.py b/babel/messages/tests/frontend.py --- 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.