GNOME Bugzilla – Bug 695646
[WK2] EphyShell tab load test fails
Last modified: 2013-03-13 08:27:37 UTC
Same reason than the session tests probably: /src/ephy-shell/tab_load: ** ERROR:../../tests/ephy-shell-test.c:157:test_ephy_shell_tab_load: assertion failed (ephy_web_view_get_address (view) == "ephy-about:overview"): ("about:blank" == "ephy-about:overview") FAIL
Same for the tab load from external test: /src/ephy-shell/tab_from_external: ** ERROR:../../tests/ephy-shell-test.c:278:test_ephy_shell_tab_from_external: assertion failed (ephy_web_view_get_address (ephy_embed_get_web_view (embed4)) == "ephy-about:applications"): ("about:blank" == "ephy-about:applications") FAIL
Created attachment 238688 [details] [review] Patch 1/2 This first patch move common code (currently only used in sessions tests) to ephy-test-utils.
Created attachment 238689 [details] [review] Patch 2/2 This patch fixes the tests. It adds new methods in ephy-test-utils in order to ensure that a view has been loaded, but in this case not a new view, because of the test reuse the same view.
Review of attachment 238688 [details] [review]: Perfect.
Review of attachment 238689 [details] [review]: Also perfect!
Pushed both patches to master, closing.
Really closing.