Title: [126025] trunk/LayoutTests
Revision
126025
Author
[email protected]
Date
2012-08-20 07:34:01 -0700 (Mon, 20 Aug 2012)

Log Message

Not reviewed: fixing flaky inspector test.

* http/tests/inspector/resource-tree/resource-tree-frame-navigate.html:
* http/tests/inspector/resource-tree/resource-tree-test.js:
(initialize_ResourceTreeTest.InspectorTest.dumpResourcesTree):

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126024 => 126025)


--- trunk/LayoutTests/ChangeLog	2012-08-20 13:57:52 UTC (rev 126024)
+++ trunk/LayoutTests/ChangeLog	2012-08-20 14:34:01 UTC (rev 126025)
@@ -1,3 +1,11 @@
+2012-08-20  'Pavel Feldman'  <[email protected]>
+
+        Not reviewed: fixing flaky inspector test.
+
+        * http/tests/inspector/resource-tree/resource-tree-frame-navigate.html:
+        * http/tests/inspector/resource-tree/resource-tree-test.js:
+        (initialize_ResourceTreeTest.InspectorTest.dumpResourcesTree):
+
 2012-08-20  Zan Dobersek  <[email protected]>
 
         Unreviewed GTK gardening.

Modified: trunk/LayoutTests/http/tests/inspector/resource-tree/resource-tree-frame-navigate.html (126024 => 126025)


--- trunk/LayoutTests/http/tests/inspector/resource-tree/resource-tree-frame-navigate.html	2012-08-20 13:57:52 UTC (rev 126024)
+++ trunk/LayoutTests/http/tests/inspector/resource-tree/resource-tree-frame-navigate.html	2012-08-20 14:34:01 UTC (rev 126025)
@@ -24,6 +24,7 @@
 
 function test()
 {
+    WebInspector.showPanel("resources");
     InspectorTest.runAfterResourcesAreFinished(["resource-tree-frame-navigate-iframe-before.html", "script-initial.js", "styles-initial.css", "styles-initial-2.css"], step1);
 
     function step1()

Modified: trunk/LayoutTests/http/tests/inspector/resource-tree/resource-tree-test.js (126024 => 126025)


--- trunk/LayoutTests/http/tests/inspector/resource-tree/resource-tree-test.js	2012-08-20 13:57:52 UTC (rev 126024)
+++ trunk/LayoutTests/http/tests/inspector/resource-tree/resource-tree-test.js	2012-08-20 14:34:01 UTC (rev 126025)
@@ -64,8 +64,7 @@
             dump(children[i], prefix + "    ");
     }
 
-    WebInspector.inspectorView.setCurrentPanel(WebInspector.panels.resources);
-    dump(WebInspector.panel("resources").resourcesListTreeElement, "");
+    dump(WebInspector.showPanel("resources").resourcesListTreeElement, "");
 }
 
 InspectorTest.dumpResourceTreeEverything = function()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to