~matthew-littlefield/maus/devel_3

« back to all changes in this revision

Viewing changes to tests/integration/test_utilities/test_geometry/test_get_geometry_ids.py

  • Committer: Matt
  • Date: 2012-05-21 13:27:56 UTC
  • Revision ID: matt@matts-laptop-20120521132756-go41bkw6p1k7whe2
still attempting to fix test to work on the server

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        try:
64
64
            urllib2.urlopen(self.server_name)
65
65
        except urllib2.URLError:
66
 
            self.internet_connection == False
 
66
            self.internet_connection = False
67
67
            unittest.TestCase.skipTest(self, "No Internet Connection")
68
68
        if self.internet_connection == True:
69
69
            run_get_geometries()