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

Unified Diff: pkg/analysis_server/test/integration/analysis/error_test.dart

Issue 465513002: Split analysis_domain_int_test.dart into several test files. (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
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/analysis/get_errors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/integration/analysis/error_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis_error_int_test.dart b/pkg/analysis_server/test/integration/analysis/error_test.dart
similarity index 93%
rename from pkg/analysis_server/test/integration/analysis_error_int_test.dart
rename to pkg/analysis_server/test/integration/analysis/error_test.dart
index 49f24d245f12eb687654ffbc43e8c120edd2424d..628ce8d9700681a63b6975f9f87de8575b76e578 100644
--- a/pkg/analysis_server/test/integration/analysis_error_int_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/error_test.dart
@@ -7,8 +7,8 @@ library test.integration.analysis.error;
import 'package:analysis_testing/reflective_tests.dart';
import 'package:unittest/unittest.dart';
-import 'integration_tests.dart';
-import 'protocol_matchers.dart';
+import '../integration_tests.dart';
+import '../protocol_matchers.dart';
@ReflectiveTestCase()
class AnalysisErrorIntegrationTest extends AbstractAnalysisServerIntegrationTest
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/analysis/get_errors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698