Code review comment for lp://staging/~jamalta/launchpad/changesfile-253525

Revision history for this message
Jamal Fanaian (jamalta) wrote :

=== modified file 'lib/lp/soyuz/stories/soyuz/xx-distroseries-sources.txt'
--- lib/lp/soyuz/stories/soyuz/xx-distroseries-sources.txt 2010-01-18 16:42:09 +0000
+++ lib/lp/soyuz/stories/soyuz/xx-distroseries-sources.txt 2010-01-18 17:02:54 +0000
@@ -243,11 +243,8 @@
   >>> user_browser.open(
   ... "http://launchpad.dev/ubuntu/breezy-autotest/+source/"
   ... "commercialpackage/1.0-1")
- >>> changelog = find_tag_by_id(
- ... user_browser.contents, 'commercialpackage_1.0-1')
- >>> print extract_text(changelog.find('a'))
- <email address hidden>
-
+ >>> print user_browser.getLink('<email address hidden>').url
+ http://launchpad.dev/~name16

 Let's check how the page behaves if we no files are present:

« Back to merge proposal