Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Adding Google Chrome to reduce ambiguity, maybe we should add version…
Browse files Browse the repository at this point in the history
… numbers too to be very *explicit*
  • Loading branch information
retornam committed Sep 19, 2011
1 parent 5db2508 commit e2bb8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_windows_download_button_returns_status_code_200(self, testsetup):
response = urllib2.urlopen(link)
Assert.equal(response.code, 200)

def test_download_button_returns_status_code_200_using_chrome(self, testsetup):
def test_download_button_returns_status_code_200_using_google_chrome(self, testsetup):
'''https://bugzilla.mozilla.org/show_bug.cgi?id=672713'''
myopener = MyOpener()
html = BeautifulStoneSoup(myopener.open('%s/products/download.html' % testsetup.base_url))
Expand Down

0 comments on commit e2bb8d5

Please sign in to comment.