~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
8
9
10
11
POMsgID.byMsgid()
=================

Test that byMsgid is working:

>>> from lp.translations.model.pomsgid import POMsgID
>>> created = POMsgID(msgid="This is a launchpad test")
>>> got = POMsgID.byMsgid("This is a launchpad test")
>>> got == created
True