mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-05 16:09:02 +00:00
Prep tree for forward-porting Goanna, stage 1
This commit is contained in:
@@ -28,7 +28,7 @@ public class JavascriptTest extends BaseTest {
|
||||
}
|
||||
|
||||
public void testJavascript() throws Exception {
|
||||
blockForGeckoReady();
|
||||
blockForGoannaReady();
|
||||
|
||||
doTestJavascript();
|
||||
}
|
||||
@@ -37,7 +37,7 @@ public class JavascriptTest extends BaseTest {
|
||||
// We want to be waiting for Robocop messages before the page is loaded
|
||||
// because the test harness runs each test in the suite (and possibly
|
||||
// completes testing) before the page load event is fired.
|
||||
final Actions.EventExpecter expecter = mActions.expectGeckoEvent(EVENT_TYPE);
|
||||
final Actions.EventExpecter expecter = mActions.expectGoannaEvent(EVENT_TYPE);
|
||||
mAsserter.dumpLog("Registered listener for " + EVENT_TYPE);
|
||||
|
||||
final String url = getAbsoluteUrl(StringHelper.getHarnessUrlForJavascript(javascriptUrl));
|
||||
|
||||
Reference in New Issue
Block a user