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

Unified Diff: appengine/findit/model/crash/test/crash_config_test.py

Issue 2521773004: [Culprit-finder] Refactor findit testcase and move it to libs. (Closed)
Patch Set: . Created 4 years, 1 month 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: appengine/findit/model/crash/test/crash_config_test.py
diff --git a/appengine/findit/model/crash/test/crash_config_test.py b/appengine/findit/model/crash/test/crash_config_test.py
index c1acf1bc0c205ca84c536ee9e6f36f8ea1f6fa2b..9c7ae6e4730be250ecb60cf3c3c80081168185b3 100644
--- a/appengine/findit/model/crash/test/crash_config_test.py
+++ b/appengine/findit/model/crash/test/crash_config_test.py
@@ -6,7 +6,7 @@ import re
from google.appengine.api import users
-from common.findit_testcase import FinditTestCase
+from crash.test.crash_testcase import CrashTestCase
from crash.type_enums import CrashClient
from model.crash.crash_config import CrashConfig
@@ -49,7 +49,7 @@ CONFIG_DATA = {
}
-class CrashAnalysisTest(FinditTestCase):
+class CrashAnalysisTest(CrashTestCase):
def setUp(self):
super(CrashAnalysisTest, self).setUp()

Powered by Google App Engine
This is Rietveld 408576698