]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - test/megaporn_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 / megaporn_test.rb
index f033d5b0aa4e5e62eacc736113db7a651cde0759..6b353995bae14420dbd10080c69d8a9f1c58cd11 100644 (file)
@@ -46,14 +46,6 @@ class MegapornTest < Test::Unit::TestCase
   end  
 
   
-  def test_decryption
-    mp = Megaporn.new(nil)
-    expected_result = '3de0ae51c90c7b100cc41e899648ac3c'
-    actual_result = mp.send('decrypt', 'becc1abe04b5ab8cb10dc7d29a497958', '49298', '63031')
-    assert_equal(expected_result, actual_result)
-  end
-
-
   def test_parse_flash_variable
     mp = Megaporn.new(nil)
     page_data = nil