]> gitweb.michael.orlitzky.com - dead/whatever-dl.git/blobdiff - test/infoq_test.rb
Whitespace cleanup.
[dead/whatever-dl.git] / test / infoq_test.rb
index e34f501c285d0af0f0a54645d36012a5297d3763..1001357e00f07363b1286a5228d935033264c8a4 100644 (file)
@@ -17,7 +17,7 @@
 #
 
 require 'test/unit'
-require 'src/websites/infoq'
+require 'whatever-dl/websites/infoq'
 
 # Unit tests for the Infoq class. Basically just checking
 # the results of parse_video_url for now.
@@ -30,7 +30,7 @@ class InfoqTest < Test::Unit::TestCase
 
   
   def test_parse_video_url
-    iq = Infoq.new()
+    iq = Infoq.new(nil)
     
     page_data = nil