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

Unified Diff: libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/NotificationTest.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/NotificationTest.java
diff --git a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/NotificationTest.java b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/NotificationTest.java
index 7ba833f2350ae3c4ebab189d0a4e11850839be13..162d15544fc9aef8ce501331c707f0dbd56e52ed 100644
--- a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/NotificationTest.java
+++ b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/NotificationTest.java
@@ -17,7 +17,6 @@
package org.adblockplus.libadblockplus.tests;
-import org.adblockplus.libadblockplus.FilterEngine;
import org.adblockplus.libadblockplus.LazyWebRequest;
import org.adblockplus.libadblockplus.Notification;
import org.adblockplus.libadblockplus.ShowNotificationCallback;
@@ -25,17 +24,8 @@ import org.adblockplus.libadblockplus.WebRequest;
import org.junit.Test;
-public class NotificationTest extends BaseJsTest
+public class NotificationTest extends BaseFilterEngineTest
{
- protected FilterEngine filterEngine;
-
- @Override
- protected void setUp() throws Exception
- {
- super.setUp();
- filterEngine = new FilterEngine(jsEngine);
- }
-
@Override
protected WebRequest createWebRequest()
{

Powered by Google App Engine
This is Rietveld