@@ -85,6 +85,7 @@ class BaseModelValidationTests(ValidationTestCase):
mtv=ModelToValidate(number=10,name='Some Name',url_verify='http://qa-dev.w3.org/link-testsuite/http.php?code=301')#example.com is a redirect to iana.org now
self.assertEqual(None,mtv.full_clean())# This will fail if there's no Internet connection