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

Unified Diff: pkg/analysis_server/test/integration/search/get_type_hierarchy_test.dart

Issue 458453003: Split up server_domain_int_test.dart; regularize integration test directories. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file 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/search/get_type_hierarchy_test.dart
diff --git a/pkg/analysis_server/test/integration/search_domain_int_test.dart b/pkg/analysis_server/test/integration/search/get_type_hierarchy_test.dart
similarity index 98%
rename from pkg/analysis_server/test/integration/search_domain_int_test.dart
rename to pkg/analysis_server/test/integration/search/get_type_hierarchy_test.dart
index cacf8edd231d0ac318714ffa95ae4daca568f0c0..ff423fe187458aa442ab7b1d6dda5fa2ac91eeb3 100644
--- a/pkg/analysis_server/test/integration/search_domain_int_test.dart
+++ b/pkg/analysis_server/test/integration/search/get_type_hierarchy_test.dart
@@ -9,7 +9,7 @@ import 'dart:async';
import 'package:analysis_testing/reflective_tests.dart';
import 'package:unittest/unittest.dart';
-import 'integration_tests.dart';
+import '../integration_tests.dart';
/**
* Results of a getTypeHierarchy request, processed for easier testing.
@@ -58,7 +58,7 @@ class HierarchyResults {
}
@ReflectiveTestCase()
-class SearchDomainIntegrationTest extends AbstractAnalysisServerIntegrationTest
+class Test extends AbstractAnalysisServerIntegrationTest
{
/**
* Pathname of the main file to run tests in.
@@ -280,5 +280,5 @@ main /* target */ () {
}
main() {
- runReflectiveTests(SearchDomainIntegrationTest);
+ runReflectiveTests(Test);
}

Powered by Google App Engine
This is Rietveld 408576698