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

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

Issue 29536604: Issue 5556 - Update to use libadblockplus revision hg:566f64c8a2a8 (Closed) Base URL: github.com:abby-sergz/libadblockplus-android.git
Patch Set: address comment Created Sept. 7, 2017, 12:54 p.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/AndroidWebRequestResourceWrapperTest.java
diff --git a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/AndroidWebRequestResourceWrapperTest.java b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/AndroidWebRequestResourceWrapperTest.java
index b65b178323a9219005bd3e4dd9ba5363755449a0..1970e677ca261d07c6134744d45c541b460a85ae 100644
--- a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/AndroidWebRequestResourceWrapperTest.java
+++ b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/AndroidWebRequestResourceWrapperTest.java
@@ -37,7 +37,7 @@ import java.util.List;
import java.util.Map;
import java.util.Set;
-public class AndroidWebRequestResourceWrapperTest extends FilterEngineGenericTest
+public class AndroidWebRequestResourceWrapperTest extends BaseFilterEngineTest
{
private static final int UPDATE_SUBSCRIPTIONS_WAIT_DELAY_MS = 5 * 1000; // 5s
@@ -106,7 +106,6 @@ public class AndroidWebRequestResourceWrapperTest extends FilterEngineGenericTes
@Override
protected void setUp() throws Exception
{
-
request = new TestRequest();
preloadMap = new HashMap<String, Integer>();
storage = new TestStorage();

Powered by Google App Engine
This is Rietveld