~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/doc/rosetta-karma.txt

  • Committer: Danilo Segan
  • Date: 2011-08-25 19:48:19 UTC
  • mto: This revision was merged to the branch mainline in revision 13796.
  • Revision ID: danilo@canonical.com-20110825194819-ajky3x2wdv86v0w5
Fix test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
366
366
    >>> login('test@canonical.com')
367
367
    >>> form = {
368
368
    ...     u'field.owner': u'test@canonical.com',
 
369
    ...     u'field.name': u'test',
369
370
    ...     u'field.priority': u'0',
370
371
    ...     u'field.description': u'This is a new description',
371
372
    ...     u'field.actions.change': u'Change'}