~mvo/software-center/startup-speed2

« back to all changes in this revision

Viewing changes to test/test_downloader.py

  • Committer: Michael Vogt
  • Date: 2012-01-06 16:22:12 UTC
  • mfrom: (2617.2.26 software-center)
  • Revision ID: michael.vogt@ubuntu.com-20120106162212-8yzwg68s50e80lun
mergedĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        self._image_downloaded_filename = filename
33
33
 
34
34
    def test_download_unreachable(self):
35
 
        self.downloader.download_file("http://examplex.com/not-there",
 
35
        self.downloader.download_file("http://www.ubuntu.com/really-not-there",
36
36
                                      self.DOWNLOAD_FILENAME)
37
37
        main_loop = GObject.main_context_default()
38
38
        while self._image_is_reachable is None: