Index: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderTest.java |
diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderTest.java b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderTest.java |
index c2d7bd14968d57853bf577e40cfbf225f7f07e17..b71b639d878a19f6db5c5223c17e52d51d4313bb 100644 |
--- a/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderTest.java |
+++ b/editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/SystemLibraryManagerProviderTest.java |
@@ -1,5 +1,5 @@ |
/* |
- * Copyright 2011 Dart project authors. |
+ * Copyright 2012 Dart project authors. |
* |
* Licensed under the Eclipse Public License v1.0 (the "License"); you may not use this file except |
* in compliance with the License. You may obtain a copy of the License at |
@@ -55,7 +55,7 @@ public abstract class SystemLibraryManagerProviderTest extends TestCase { |
assertNotNull(specs); |
assertTrue(specs.contains("dart:core")); |
assertTrue(specs.contains("dart:coreimpl")); |
- assertTrue(specs.contains("dart:dom")); |
+ assertTrue(specs.contains("dart:dom_deprecated")); |
assertTrue(specs.contains("dart:html")); |
assertTrue(specs.contains("dart:uri")); |
} |