Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/BaseJsTest.java

Issue 29533564: Issue 5556 - Update to use libadblockplus revision hg:566f64c8a2a8 (Closed) Base URL: github.com:abby-sergz/libadblockplus-android.git
Patch Set: Created Sept. 1, 2017, 9:38 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/BaseJsTest.java
diff --git a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/BaseJsTest.java b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/BaseJsTest.java
index e0283f33a80f4fc416183a526200cf1e165f854b..fc988be5c4d82ac6816b86909cb9f0f1f0ff01bb 100644
--- a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/BaseJsTest.java
+++ b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/BaseJsTest.java
@@ -36,8 +36,8 @@ public abstract class BaseJsTest extends InstrumentationTestCase
{
super.setUp();
- jsEngine = new JsEngine(AppInfo.builder().build(), createLogSystem(), createWebRequest());
- jsEngine.setDefaultFileSystem(getContext().getFilesDir().getAbsolutePath());
+ jsEngine = new JsEngine(AppInfo.builder().build(), createLogSystem(), createWebRequest(),
+ getContext().getFilesDir().getAbsolutePath());
}
// If the method returns null then a default implementation of the Log System

Powered by Google App Engine
This is Rietveld