~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/pagetests/buttress/03-person-branches.txt

  • Committer: David Allouche
  • Date: 2005-11-02 00:21:48 UTC
  • mfrom: (1102.1.137)
  • mto: (63.1.155)
  • mto: This revision was merged to the branch mainline in revision 2836.
  • Revision ID: david.allouche@canonical.com-20051102002148-2d90d1dcce429129
merge ddaa

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
  Test that we can display the branches listing page for Steve Alexander.
2
 
 
3
 
 
4
 
  >>> print http(r"""
5
 
  ... GET /people/stevea/+branches HTTP/1.1
6
 
  ... """)
7
 
  HTTP/1.1 200 Ok
8
 
  Content-Length: ...
9
 
  Content-Type: text/html;charset=utf-8
10
 
  <BLANKLINE>
11
 
  ...
12
 
  <title>Steve Alexander's code branches in Launchpad</title>
13
 
  ...
14
 
  <h1>Bazaar Branches</h1>
15
 
  ...
16
 
  <h2>Branches Registered</h2>
17
 
  <BLANKLINE>
18
 
  <p>
19
 
  <img src="/++resource++lock_icon.gif" />
20
 
  <b><a href="http://localhost:9000/people/stevea/+branch/thunderbird/thunderbird@arch.ubuntu.com_thunderbird--MAIN--0">Mozilla Thunderbird 0.9.1</a></b>
21
 
  - <img src="/++resource++user.gif" />
22
 
  <a href="http://localhost:9000/people/stevea">Steve Alexander</a>
23
 
  <br />
24
 
  Bazaar import of the Mozilla Thunderbird CVS mainline.
25
 
  3 revisions,
26
 
  <BLANKLINE>
27
 
  <span class="dummy">
28
 
  ...
29
 
  </span>
30
 
  <BLANKLINE>
31
 
  Status: New<br />
32
 
  <BLANKLINE>
33
 
  <span class="dummy">
34
 
  ...
35
 
  </span>
36
 
  <BLANKLINE>
37
 
  <a></a>
38
 
  </p>
39
 
  ...