~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/stories/bugtask-management/xx-view-non-editable-bug-task.txt

Merged pending-db-changes into db-cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
If someone views a bug task without logging in, they should see the task but
2
 
not be able to edit it.
3
 
 
4
 
    >>> anon_browser.open('http://launchpad.dev/firefox/+bug/6/+viewstatus')
5
 
    >>> print extract_text(find_main_content(anon_browser.contents))
6
 
    Mozilla Firefox Bug #6
7
 
    ...
8
 
    To change this information, you must be logged in.
9
 
    ...
10
 
 
11
 
    >>> anon_browser.open('http://launchpad.dev/evolution/+bug/7/+viewstatus')
12
 
    >>> print extract_text(find_main_content(anon_browser.contents))
13
 
    Evolution Bug #7
14
 
    ...
15
 
    To change this information, you must be logged in.
16
 
    ...