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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/util/HashUtilTest.java

Issue 2728633003: (Android) Using TestCase instead of deprecated InstrumentationTestCase (Closed)
Patch Set: Created 3 years, 10 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
Index: chrome/android/javatests/src/org/chromium/chrome/browser/util/HashUtilTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/util/HashUtilTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/util/HashUtilTest.java
index 3115c73e4593f0cfe8557c5fa90b078b20a986bd..158fcbb39d239d6b8223e900967b78ff67b9dd80 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/util/HashUtilTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/util/HashUtilTest.java
@@ -5,12 +5,12 @@
package org.chromium.chrome.browser.util;
import android.support.test.filters.SmallTest;
-import android.test.InstrumentationTestCase;
-import org.chromium.base.test.util.Feature;
+import junit.framework.TestCase;
-public class HashUtilTest extends InstrumentationTestCase {
+import org.chromium.base.test.util.Feature;
+public class HashUtilTest extends TestCase {
@SmallTest
@Feature({"Sync", "Omaha"})
public void testMd5HashGivesCorrectString() {

Powered by Google App Engine
This is Rietveld 408576698