<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,8 @@ class FleximageFileUploadFromUrlTest &lt; Test::Unit::TestCase
   def test_should_be_valid_with_image_from_url
     p = PhotoBare.new(:image_file_url =&gt; files(:web_photo))
     assert p.save, 'Record expected to be valid after upload via URL'
+  rescue SocketError
+    print '!'
   end
   
   def test_should_be_invalid_with_nonimage_from_url
@@ -11,6 +13,8 @@ class FleximageFileUploadFromUrlTest &lt; Test::Unit::TestCase
     assert !p.save, 'Record expected to be invalid after upload via URL'
     assert_equal 1, p.errors.size
     assert_equal 'was not a readable image', p.errors.on(:image_file_url)
+  rescue SocketError
+    print '!'
   end
   
   def test_should_be_invalid_with_invalid_url
@@ -18,5 +22,7 @@ class FleximageFileUploadFromUrlTest &lt; Test::Unit::TestCase
     assert !p.save, 'Record expected to be invalid after upload via URL'
     assert_equal 1, p.errors.size
     assert_equal 'was not a readable image', p.errors.on(:image_file_url)
+  rescue SocketError
+    print '!'
   end
 end</diff>
      <filename>test/unit/file_upload_from_url_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -13,5 +13,7 @@ class FleximageMagicColumnsTest &lt; Test::Unit::TestCase
     assert_equal files(:web_photo), p.image_filename
     assert_equal 110,   p.image_height
     assert_equal 276,   p.image_width
+  rescue SocketError
+    print '!'
   end
 end</diff>
      <filename>test/unit/magic_columns_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dd9ed4295c67d493e88dfb39875f417253e10f28</id>
    </parent>
  </parents>
  <author>
    <name>Alex Wayne</name>
    <email>alex@beautifulpixel.com</email>
  </author>
  <url>http://github.com/Squeegy/fleximage/commit/d45cfc247a74c2614de0fe83a87f866c43d278c7</url>
  <id>d45cfc247a74c2614de0fe83a87f866c43d278c7</id>
  <committed-date>2008-04-26T09:36:10-07:00</committed-date>
  <authored-date>2008-04-26T09:36:10-07:00</authored-date>
  <message>Don't run network dependant tests unless there is an internet connection available</message>
  <tree>d794f185deb04d780ca0c2de8341b3b23afd6620</tree>
  <committer>
    <name>Alex Wayne</name>
    <email>alex@beautifulpixel.com</email>
  </committer>
</commit>
