~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/stories/project/xx-project-index.txt

  • Committer: Ian Booth
  • Date: 2011-05-05 05:46:41 UTC
  • mto: This revision was merged to the branch mainline in revision 12983.
  • Revision ID: ian.booth@canonical.com-20110505054641-ogg7wdsrubxnjm0p
Fix failing tests due to The Mozilla Project case sensitivity

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
project.
47
47
 
48
48
    >>> browser.open('http://launchpad.dev/mozilla')
49
 
    >>> browser.getLink('Register a project in the Mozilla Project')
 
49
    >>> browser.getLink('Register a project in The Mozilla Project')
50
50
    Traceback (most recent call last):
51
51
      ...
52
52
    LinkNotFoundError...
53
53
 
54
54
    >>> browser.addHeader('Authorization', 'Basic no-priv@canonical.com:test')
55
 
    >>> browser.getLink('Register a project in the Mozilla Project')
 
55
    >>> browser.getLink('Register a project in The Mozilla Project')
56
56
    Traceback (most recent call last):
57
57
      ...
58
58
    LinkNotFoundError...
59
59
 
60
60
    >>> admin_browser.open('http://launchpad.dev/mozilla')
61
 
    >>> admin_browser.getLink('Register a project in the Mozilla Project').url
 
61
    >>> admin_browser.getLink('Register a project in The Mozilla Project').url
62
62
    'http://launchpad.dev/mozilla/+newproduct'
63
63
 
64
64