Bug 826381 - Update more tests to go with cset 11f420dd6b47. r=fix-test

This commit is contained in:
Kartikaya Gupta 2013-01-04 16:32:58 -05:00
parent ed0965e2a9
commit 258570b511
2 changed files with 1 additions and 7 deletions

View File

@ -35,7 +35,7 @@ public class testAllPagesTab extends BaseTest {
private String[] bookmarks = new String[] {
"about:firefox",
"about:home",
"http://support.mozilla.org/en-US/mobile",
"http://support.mozilla.org/en-US/products/mobile",
"https://addons.mozilla.org/en-US/android/"
};

View File

@ -28,12 +28,6 @@ import java.io.File;
*/
public class testBookmarksTab extends BaseTest {
private String[] defaultBookmarksUrls = new String[] {
"about:firefox",
"about:home",
"http://support.mozilla.org/en-US/mobile",
"https://addons.mozilla.org/en-US/android/"
};
private View mFirstChild;
@Override