]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - test/redtube_test.rb
Update the makefile and test code so that the tests run with Ruby 1.9 and pass generally.
[dead/whatever-dl.git] / test / redtube_test.rb
index b6cae0f5f3fa6153b3b9361b01a4f0e8d9d4e2cd..39ee92a8c57c84d4bc654da40387f8491f40deca 100644 (file)
@@ -44,13 +44,5 @@ class RedtubeTest < Test::Unit::TestCase
     assert(!Redtube.owns_url?('http://redtube/123'))
     assert(!Redtube.owns_url?('www.redtube.com/abc'))
   end
-
   
-  def test_get_video_url
-    rt = Redtube.new()
-
-    test_result = rt.get_video_url('http://www.redtube.com/6807')
-    assert_equal("http://dl.redtube.com/_videos_t4vn23s9jc5498tgj49icfj4678/0000006/X57OBH08G.flv", test_result)
-  end
-
 end