about summary refs log tree commit homepage
path: root/test/test_backend.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_backend.rb')
-rw-r--r--test/test_backend.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/test_backend.rb b/test/test_backend.rb
index aced57c..2259201 100644
--- a/test/test_backend.rb
+++ b/test/test_backend.rb
@@ -68,14 +68,6 @@ class TestBackend < Test::Unit::TestCase
     end
   end
 
-  def test_size_verify_error_defined
-    # "ErrorError" just looks dumb, but we used to get it
-    # since mogilefs would send us "size_verify_error" and we'd
-    # blindly append "Error" to the exception
-    assert ! MogileFS::Backend.const_defined?('SizeVerifyErrorError')
-    assert MogileFS::Backend.const_defined?('SizeVerifyError')
-  end
-
   def test_make_request
     assert_equal "go! fight=team+fight%21\r\n",
                  @backend.make_request('go!', { 'fight' => 'team fight!' })