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

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

Issue 29533581: Noissue - Remove JsEngine constructor for one special case (Closed) Base URL: github.com:abby-sergz/libadblockplus-android.git
Patch Set: Created Sept. 1, 2017, 9:56 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
« no previous file with comments | « no previous file | libadblockplus-android/src/org/adblockplus/libadblockplus/JsEngine.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/UpdaterTest.java
diff --git a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/UpdaterTest.java b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/UpdaterTest.java
index 617e9d10d4d3b3b24cf9fd64cfbb3e225101e0b7..cc8b6acda05c6ce70c2feeaf4c47bfbbddeb8c39 100644
--- a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/UpdaterTest.java
+++ b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/UpdaterTest.java
@@ -41,7 +41,7 @@ public class UpdaterTest extends AndroidTestCase
.build();
mockWebRequest = new MockWebRequest();
- JsEngine jsEngine = new JsEngine(appInfo, mockWebRequest,
+ JsEngine jsEngine = new JsEngine(appInfo, null, mockWebRequest,
getContext().getFilesDir().getAbsolutePath());
filterEngine = new FilterEngine(jsEngine);
« no previous file with comments | « no previous file | libadblockplus-android/src/org/adblockplus/libadblockplus/JsEngine.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld