31
31
"msgid \"Select changes introduced by the specified revision.")
33
33
def test_export_pot_plugin(self):
34
35
out, err = self.run_bzr("export-pot --plugin=launchpad")
35
36
self.assertContainsRe(err, 'Exporting messages from plugin command: launchpad-login in launchpad')
36
37
self.assertContainsRe(out, 'msgid "Show or set the Launchpad user ID."')