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

Unified Diff: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java

Issue 511053002: Rename tests. (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java
diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java
index b323aa745ea19ac9a7f57a6d3274573914aa7802..c38202d581452d950610612ed274752293bbf374 100644
--- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java
+++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/StaticTypeWarningCodeTest.java
@@ -252,7 +252,7 @@ public class StaticTypeWarningCodeTest extends ResolverTestCase {
verify(source);
}
- public void test_invalidAssignment_regressionInR35501() throws Exception {
+ public void test_invalidAssignment_regressionInIssue18468Fix() throws Exception {
// https://code.google.com/p/dart/issues/detail?id=18628
Source source = addSource(createSource(//
"class C<T> {",
@@ -628,7 +628,8 @@ public class StaticTypeWarningCodeTest extends ResolverTestCase {
verify(source);
}
- public void test_typeArgumentNotMatchingBounds_extends_regressionInR35501() throws Exception {
+ public void test_typeArgumentNotMatchingBounds_extends_regressionInIssue18468Fix()
+ throws Exception {
// https://code.google.com/p/dart/issues/detail?id=18628
Source source = addSource(createSource(//
"class X<T extends Type> {}",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698