Skip to content
  • commit-queue@webkit.org's avatar
    [GTK] TestInspectorServer unit test is timing out · 3aa5a532
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=105866
    
    Patch by Anton Obzhirov <a.obzhirov@samsung.com> on 2013-07-24
    Reviewed by Gustavo Noronha Silva.
    
    Source/WebKit2:
    
    The test failed because it couldn't find inspector resources in default folder
    (make install step was missing). It uses now resources available in
    WebKitBuild folder. WebInspectorServerGtk was refactored as well to make
    easier to use WEBKIT_INSPECTOR_SERVER_PATH variable.
    
    * UIProcess/API/gtk/tests/GNUmakefile.am:
    * UIProcess/API/gtk/tests/InspectorTestServer.cpp:
    (main):
    * UIProcess/API/gtk/tests/TestInspectorServer.cpp:
    (testInspectorServerPageList):
    * UIProcess/InspectorServer/gtk/WebInspectorServerGtk.cpp:
    (WebKit::WebInspectorServer::platformResourceForPath):
    (WebKit::WebInspectorServer::buildPageList):
    (WebKit::WebInspectorServer::inspectorServerFilesPath):
    
    Tools:
    
    * Scripts/run-gtk-tests:
    (TestRunner):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@153085 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    3aa5a532