OSDN Git Service

Merge WebKit at r78450: Initial merge by git.
[android-x86/external-webkit.git] / Tools / Scripts / webkitpy / layout_tests / test_types / test_type_base_unittest.py
index 5dbfcb6..7af4d9c 100644 (file)
@@ -40,7 +40,7 @@ class Test(unittest.TestCase):
         test_type = test_type_base.TestTypeBase(None, None)
         self.assertRaises(NotImplementedError, test_type.compare_output,
                           None, "foo.txt", '',
-                          test_type_base.TestArguments(), 'Debug')
+                          {}, 'Debug')
 
 
 if __name__ == '__main__':