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

Unified Diff: pkg/analysis_server/test/integration/completion/get_suggestions_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
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/completion/test_all.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
diff --git a/pkg/analysis_server/test/integration/completion_domain_int_test.dart b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
similarity index 86%
rename from pkg/analysis_server/test/integration/completion_domain_int_test.dart
rename to pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
index 3b37e2f2cbe2f5f32ac2ed734acfb8942538f51f..1491b86867ee740bd06a6032abe864234e7aff2f 100644
--- a/pkg/analysis_server/test/integration/completion_domain_int_test.dart
+++ b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
@@ -2,18 +2,17 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library test.integration.completion.domain;
+library test.integration.completion.get.suggestions;
import 'dart:async';
import 'package:analysis_testing/reflective_tests.dart';
import 'package:unittest/unittest.dart';
-import 'integration_tests.dart';
+import '../integration_tests.dart';
@ReflectiveTestCase()
-class CompletionDomainIntegrationTest extends
- AbstractAnalysisServerIntegrationTest {
+class Test extends AbstractAnalysisServerIntegrationTest {
fail_test_getSuggestions_string_var() {
// See dartbug.com/20188
String pathname = sourcePath('test.dart');
@@ -48,5 +47,5 @@ main() {
}
main() {
- runReflectiveTests(CompletionDomainIntegrationTest);
+ runReflectiveTests(Test);
}
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/completion/test_all.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698