about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-11-10 12:37:14 -0800
committerEric Wong <normalperson@yhbt.net>2011-11-10 12:37:14 -0800
commit7e24f6dc9f5aa90f123dc0e9ee10d22d57a6dee1 (patch)
treebf7b0cfe142f6fb01021d7cee24569a6736d3093
parentfb77320dfa382190e1f724a7c9f00dd629dfa954 (diff)
downloadmogilefs-client-7e24f6dc9f5aa90f123dc0e9ee10d22d57a6dee1.tar.gz
I shouldn't be allowed to code.
-rw-r--r--test/test_http_reader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_http_reader.rb b/test/test_http_reader.rb
index f632032..f6f0055 100644
--- a/test/test_http_reader.rb
+++ b/test/test_http_reader.rb
@@ -13,7 +13,7 @@ class TestHTTPReader < Test::Unit::TestCase
     end
     path = "http://#{host}:#{s.addr[1]}/"
     r = MogileFS::HTTPReader.try(path, 666, nil)
-    assert_nil th.join
+    assert_nil th.value
     assert_kind_of IO, r
     r
     ensure