~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/browser/tests/archive-views.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-29 21:49:36 UTC
  • mfrom: (13324.5.2 archive-picker-value)
  • Revision ID: launchpad@pqm.canonical.com-20110629214936-w2zt05rs5odbzwiz
[r=benji][bug=719795] Move the owner/name text for the daily build
 archive picker to the second line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1252
1252
 
1253
1253
    >>> for item in archive_widget.vocabulary:
1254
1254
    ...     print item.title
1255
 
    PPA for Ubuntu Team (ubuntu-team/ppa)
 
1255
    PPA for Ubuntu Team
1256
1256
 
1257
1257
    >>> print archive_widget.getInputValue() == cprov.archive
1258
1258
    True
1302
1302
 
1303
1303
    >>> for item in archive_widget.vocabulary:
1304
1304
    ...     print item.title
1305
 
    PPA for Celso Providelo (cprov/ppa)
1306
 
    PPA for No Privileges Person (no-priv/ppa)
 
1305
    PPA for Celso Providelo
 
1306
    PPA for No Privileges Person
1307
1307
 
1308
1308
    >>> print archive_widget.getInputValue()
1309
1309
    Traceback (most recent call last):