| 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); |