Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Bug 859994 - Remove the 'App' menu from system pages test r=fixtest a=me
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinkle committed Apr 10, 2013
1 parent 7bbf9f2 commit da813a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/android/base/tests/testSystemPages.java.in
Expand Up @@ -24,8 +24,8 @@ import java.util.Arrays;
blockForGeckoReady(); blockForGeckoReady();


String urls [] = { "about:firefox", "about:rights", "about:home", "about:addons", "about:downloads", "about:buildconfig", "about:"}; String urls [] = { "about:firefox", "about:rights", "about:home", "about:addons", "about:downloads", "about:buildconfig", "about:"};
String expectedUrls [] = { "about:apps", "about:downloads", "about:addons", "about:"}; String expectedUrls [] = { "about:downloads", "about:addons", "about:"};
String menuItems [] = { "Apps", "Downloads", "Add-ons", "Settings"}; String menuItems [] = { "Downloads", "Add-ons", "Settings"};


/* This first section loads system pages from the awesome bar /* This first section loads system pages from the awesome bar
and checks that the pages are loaded in the same tab */ and checks that the pages are loaded in the same tab */
Expand Down

0 comments on commit da813a7

Please sign in to comment.