RESOLVED FIXED 135658
REGRESSION(r172094): tests fail because Inspector test harness does not include UIString
https://bugs.webkit.org/show_bug.cgi?id=135658
Summary REGRESSION(r172094): tests fail because Inspector test harness does not inclu...
Brian Burg
Reported 2014-08-06 10:41:35 PDT
The timeline manager spins up during tests and makes a UIString for the first TimelineRecording's display name. But, localized strings are not currently included by Test.html.
Attachments
Patch (1.50 KB, patch)
2014-08-06 11:01 PDT, Brian Burg
joepeck: review+
Radar WebKit Bug Importer
Comment 1 2014-08-06 10:41:48 PDT
Brian Burg
Comment 2 2014-08-06 11:01:28 PDT
Joseph Pecoraro
Comment 3 2014-08-06 11:10:44 PDT
Comment on attachment 236117 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=236117&action=review r=me > Source/WebInspectorUI/UserInterface/Base/Test.js:68 > +WebInspector.UIString = function(string) { > + // Don't localize strings when running tests. > + return string; > +} Style: Brace on new line Nit: Comment doesn't seem necessary, this is straightforward.
Brian Burg
Comment 4 2014-08-06 11:32:54 PDT
Note You need to log in before you can comment on or make changes to this bug.