Title: [150324] trunk/Tools
Revision
150324
Author
[email protected]
Date
2013-05-17 21:50:06 -0700 (Fri, 17 May 2013)

Log Message

Don't run hg.

* Scripts/webkitpy/w3c/test_importer_unittest.py:
(TestImporterTest):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (150323 => 150324)


--- trunk/Tools/ChangeLog	2013-05-18 04:24:11 UTC (rev 150323)
+++ trunk/Tools/ChangeLog	2013-05-18 04:50:06 UTC (rev 150324)
@@ -1,3 +1,10 @@
+2013-05-17  Ryosuke Niwa  <[email protected]>
+
+        Don't run hg.
+
+        * Scripts/webkitpy/w3c/test_importer_unittest.py:
+        (TestImporterTest):
+
 2013-05-17  Dirk Pranke  <[email protected]>
 
         Create a script to import W3C tests

Modified: trunk/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py (150323 => 150324)


--- trunk/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py	2013-05-18 04:24:11 UTC (rev 150323)
+++ trunk/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py	2013-05-18 04:50:06 UTC (rev 150324)
@@ -36,8 +36,10 @@
 from webkitpy.w3c.test_importer import TestImporter
 
 
[email protected]
 class TestImporterTest(unittest.TestCase):
 
+    # FIXME: This test tries to run hg.
     def test_import_dir_with_no_tests(self):
         """ Tests do_import() with a directory that contains no tests """
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to