Title: [100377] trunk/Tools
Revision
100377
Author
t...@chromium.org
Date
2011-11-15 17:29:22 -0800 (Tue, 15 Nov 2011)

Log Message

Fix a webkitpy test caused by renaming the accelerate-video flag in r100355.

* Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (100376 => 100377)


--- trunk/Tools/ChangeLog	2011-11-16 01:27:52 UTC (rev 100376)
+++ trunk/Tools/ChangeLog	2011-11-16 01:29:22 UTC (rev 100377)
@@ -1,5 +1,11 @@
 2011-11-15  Tony Chang  <t...@chromium.org>
 
+        Fix a webkitpy test caused by renaming the accelerate-video flag in r100355.
+
+        * Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py:
+
+2011-11-15  Tony Chang  <t...@chromium.org>
+
         Unreviewed, fix test-webkitpy tests.  Move the check for image results
         earlier.
 

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py (100376 => 100377)


--- trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py	2011-11-16 01:27:52 UTC (rev 100376)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py	2011-11-16 01:29:22 UTC (rev 100377)
@@ -186,8 +186,8 @@
 class MainTest(unittest.TestCase):
     def test_accelerated_compositing(self):
         # This just tests that we recognize the command line args
-        self.assertTrue(passing_run(['--accelerated-compositing']))
-        self.assertTrue(passing_run(['--no-accelerated-compositing']))
+        self.assertTrue(passing_run(['--accelerated-video']))
+        self.assertTrue(passing_run(['--no-accelerated-video']))
 
     def test_accelerated_2d_canvas(self):
         # This just tests that we recognize the command line args
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to