Title: [145925] trunk/Tools
Revision
145925
Author
simon.fra...@apple.com
Date
2013-03-15 11:43:51 -0700 (Fri, 15 Mar 2013)

Log Message

Fix the stupid unit tests.

* Scripts/webkitpy/layout_tests/port/mac_unittest.py:
(test_sample_process):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (145924 => 145925)


--- trunk/Tools/ChangeLog	2013-03-15 18:26:18 UTC (rev 145924)
+++ trunk/Tools/ChangeLog	2013-03-15 18:43:51 UTC (rev 145925)
@@ -1,3 +1,10 @@
+2013-03-15  Simon Fraser  <simon.fra...@apple.com>
+
+        Fix the stupid unit tests.
+
+        * Scripts/webkitpy/layout_tests/port/mac_unittest.py:
+        (test_sample_process):
+
 2013-03-14  Simon Fraser  <simon.fra...@apple.com>
 
         Collect samples for unresponsive web processes

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py (145924 => 145925)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py	2013-03-15 18:26:18 UTC (rev 145924)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/mac_unittest.py	2013-03-15 18:43:51 UTC (rev 145925)
@@ -221,7 +221,7 @@
 
         port = self.make_port()
         port._executive = MockExecutive2(run_command_fn=logging_run_command)
-        expected_stdout = "['/usr/bin/sample', 42, 10, 10, '-file', '/mock-build/layout-test-results/test-42.sample.txt']\n"
+        expected_stdout = "['/usr/bin/sample', 42, 10, 10, '-file', '/mock-build/layout-test-results/test-42-sample.txt']\n"
         OutputCapture().assert_outputs(self, port.sample_process, args=['test', 42], expected_stdout=expected_stdout)
 
     def test_sample_process_throws_exception(self):
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to