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

Unified Diff: pkg/analysis_server/test/integration/integration_tests.dart

Issue 459203002: Rename InttestMixin -> IntegrationTestMixin (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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: pkg/analysis_server/test/integration/integration_tests.dart
diff --git a/pkg/analysis_server/test/integration/integration_tests.dart b/pkg/analysis_server/test/integration/integration_tests.dart
index 1792a213d30843dd99c942df2ece9fc4755bb08d..798e7432e68fb4cdb80ceb0b0e9c1ed9f35788ba 100644
--- a/pkg/analysis_server/test/integration/integration_tests.dart
+++ b/pkg/analysis_server/test/integration/integration_tests.dart
@@ -19,7 +19,8 @@ import 'protocol_matchers.dart';
/**
* Base class for analysis server integration tests.
*/
-abstract class AbstractAnalysisServerIntegrationTest extends InttestMixin {
+abstract class AbstractAnalysisServerIntegrationTest extends
+ IntegrationTestMixin {
/**
* Amount of time to give the server to respond to a shutdown request before
* forcibly terminating it.

Powered by Google App Engine
This is Rietveld 408576698