~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/stories/ppa/xx-ppa-navigation.txt

  • Committer: Ian Booth
  • Date: 2011-07-13 00:57:59 UTC
  • mfrom: (13405 devel)
  • mto: This revision was merged to the branch mainline in revision 13409.
  • Revision ID: ian.booth@canonical.com-20110713005759-1xu907dd46bk8dqh
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
The 'First' and 'Previous' links, however, are now active.
180
180
 
181
181
    >>> anon_browser.getLink('First').url
182
 
    'http://launchpad.dev/%7Ecprov/+archive/ppa/+index?batch=1'
 
182
    'http://launchpad.dev/%7Ecprov/+archive/ppa/+index?start=0&batch=1'
183
183
 
184
184
    >>> anon_browser.getLink('Previous').url
185
 
    'http://launchpad.dev/%7Ecprov/+archive/ppa/+index?batch=1&direction=backwards&memo=2&start=1'
 
185
    'http://launchpad.dev/%7Ecprov/+archive/ppa/+index?start=1&batch=1'
186
186