Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java

Issue 11864004: Findbugs issues (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved super.tearDown to the end Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/HttpAuthDatabaseTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java b/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java
index 95335bee08fea01883dedd953de7af3bf1ec6f09..3c8af55470a9618a925872883ca80b01a0b322ef 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java
@@ -45,6 +45,7 @@ public class AndroidWebViewTestBase
@Override
protected void setUp() throws Exception {
+ super.setUp();
final Context context = getActivity();
getInstrumentation().runOnMainSync(new Runnable() {
@Override
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/HttpAuthDatabaseTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698