~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/doc/pomsgid.txt

  • Committer: Karl Fogel
  • Date: 2009-07-17 00:26:05 UTC
  • mfrom: (8931 launchpad)
  • mto: This revision was merged to the branch mainline in revision 8960.
  • Revision ID: karl.fogel@canonical.com-20090717002605-yp7op67tmwdt2fnr
Merge from bzr+ssh://bazaar.launchpad.net/~launchpad-pqm/launchpad/devel,
resolving both tree and text conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
Test that byMsgid is working:
5
5
 
6
 
>>> from canonical.launchpad.database import POMsgID
 
6
>>> from lp.translations.model.pomsgid import POMsgID
7
7
>>> created = POMsgID(msgid="This is a launchpad test")
8
8
>>> got = POMsgID.byMsgid("This is a launchpad test")
9
9
>>> got == created