]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - test/efukt_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 / efukt_test.rb
index 33b1bf2cca0a73b98d6458cc24be4a25905ce7db..26383f514ef510170a24ce2fe738d292ea55c27c 100644 (file)
@@ -52,18 +52,4 @@ class EfuktTest < Test::Unit::TestCase
     assert_equal(expected_filename, actual_filename)
   end
 
-  
-  def test_parse_video_url
-    ef = Efukt.new(nil)
-    
-    page_data = nil
-    
-    File.open('test/fixtures/efukt/2304_The_Dumbest_Porno_Ever_Made.html') do |f|
-      page_data = f.read
-    end
-    
-    test_result = ef.send('parse_video_url', page_data)
-    assert_equal('http://64.62.222.195/video/370c4a4662071261ccd5b833c4d83201/4918d88d/63563562.flv', test_result)
-  end
-
 end