Title: [124994] trunk/Tools
Revision
124994
Author
[email protected]
Date
2012-08-07 23:23:22 -0700 (Tue, 07 Aug 2012)

Log Message

Unreviewed typo fix after r124988.

* Scripts/webkitpy/layout_tests/models/test_expectations.py:
(TestExpectations):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (124993 => 124994)


--- trunk/Tools/ChangeLog	2012-08-08 06:01:57 UTC (rev 124993)
+++ trunk/Tools/ChangeLog	2012-08-08 06:23:22 UTC (rev 124994)
@@ -1,3 +1,10 @@
+2012-08-07  Csaba Osztrogonác  <[email protected]>
+
+        Unreviewed typo fix after r124988.
+
+        * Scripts/webkitpy/layout_tests/models/test_expectations.py:
+        (TestExpectations):
+
 2012-08-07  YoungTaeck Song  <[email protected]>
 
         [WK2][EFL] Implement accelerated compositing on WK2 Efl port

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py (124993 => 124994)


--- trunk/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py	2012-08-08 06:01:57 UTC (rev 124993)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py	2012-08-08 06:23:22 UTC (rev 124994)
@@ -699,7 +699,7 @@
                                 AUDIO: ('audio failures', 'failed', ' (audio diff)'),
                                 CRASH: ('crashes', 'crashed', ''),
                                 TIMEOUT: ('timeouts', 'timed out', ''),
-                                MISSING: ('no expected result found', 'no expected results found', '')}
+                                MISSING: ('no expected results found', 'no expected result found', '')}
 
     EXPECTATION_ORDER = (PASS, CRASH, TIMEOUT, MISSING, IMAGE_PLUS_TEXT, TEXT, IMAGE, AUDIO, SKIP)
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to