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

Unified Diff: libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/UpdateCheckTest.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/UpdateCheckTest.java
diff --git a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/UpdateCheckTest.java b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/UpdateCheckTest.java
index b888f325eb45af9642dc5038bbba3fd349b111a6..8e363331985315bfdcb89bcc828b0688588c144a 100644
--- a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/UpdateCheckTest.java
+++ b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/UpdateCheckTest.java
@@ -85,8 +85,8 @@ public class UpdateCheckTest extends BaseJsTest
public void reset()
{
- jsEngine = new JsEngine(appInfo, new LazyLogSystem(), webRequest);
- jsEngine.setDefaultFileSystem(getContext().getFilesDir().getAbsolutePath());
+ jsEngine = new JsEngine(appInfo, new LazyLogSystem(), webRequest,
+ getContext().getFilesDir().getAbsolutePath());
jsEngine.setEventCallback("updateAvailable", eventCallback);
filterEngine = new FilterEngine(jsEngine);

Powered by Google App Engine
This is Rietveld