~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/tests/test_distroseries.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-07 18:02:34 UTC
  • mfrom: (13371.2.3 initialise-to-initialize)
  • Revision ID: launchpad@pqm.canonical.com-20110707180234-chcwfzlv5wtbrzf5
[r=allenap][no-qa] Initialise to Initialize

Show diffs side-by-side

added added

removed removed

Lines of Context:
685
685
            [message] = root.cssselect("p.error.message")
686
686
            self.assertThat(
687
687
                message.text, EqualsIgnoringWhitespace(
688
 
                    u'Unable to initialise series: the distribution '
689
 
                    u'already has initialised series and this distroseries '
 
688
                    u'Unable to initialize series: the distribution '
 
689
                    u'already has initialized series and this distroseries '
690
690
                    u'has no previous series.'))
691
691
 
692
692