← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjohnston/launchpad/delete-pkg-test into lp:launchpad

 

Chris Johnston has proposed merging lp:~cjohnston/launchpad/delete-pkg-test into lp:launchpad.

Commit message:
Fix failing delete-packages test.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjohnston/launchpad/delete-pkg-test/+merge/215314

Earlier I made a change to the text about deleting a package on the PPA page. This will fix that.
-- 
https://code.launchpad.net/~cjohnston/launchpad/delete-pkg-test/+merge/215314
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjohnston/launchpad/delete-pkg-test into lp:launchpad.
=== modified file 'lib/lp/soyuz/stories/ppa/xx-delete-packages.txt'
--- lib/lp/soyuz/stories/ppa/xx-delete-packages.txt	2013-09-27 04:13:23 +0000
+++ lib/lp/soyuz/stories/ppa/xx-delete-packages.txt	2014-04-10 22:20:26 +0000
@@ -65,11 +65,11 @@
     iceweasel...(...) 2007-07-09  Published  Warty           Editors  i386
     pmount - 0.1-1    2007-07-09  Published  Warty           Editors
 
-An informational message also directs the user to the PPA help page
-via a link:
+An informational message also directs the user to the PPA delete package help
+page via a link:
 
-    >>> admin_browser.getLink('PPA help page').url
-    'https://help.launchpad.net/Packaging/PPA'
+    >>> admin_browser.getLink('deleting a package').url
+    'https://help.launchpad.net/Packaging/PPA/Deleting'
 
 The user can update the form to only list published sources with name
 matching the given text.


Follow ups