From c08d76c7f8eeb07e8b82904064980f653ea96f30 Mon Sep 17 00:00:00 2001 From: Julie Ralph Date: Tue, 1 Dec 2015 17:41:20 -0800 Subject: [PATCH] chore(test): remove deprecated angular2/test and angular2/test_lib These have been deprecated for a while. Instead of angular2/test, use angular2/testing. Instead of angular2/test_lib, use angular2_testing_internal. --- modules/angular2/test.ts | 5 ----- modules/angular2/test/core/zone/ng_zone_DEPRECATED_spec.ts | 2 +- modules/angular2/test_lib.ts | 5 ----- 3 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 modules/angular2/test.ts delete mode 100644 modules/angular2/test_lib.ts diff --git a/modules/angular2/test.ts b/modules/angular2/test.ts deleted file mode 100644 index 3350e7b369..0000000000 --- a/modules/angular2/test.ts +++ /dev/null @@ -1,5 +0,0 @@ -/** - * @deprecated Please use testing instead - */ - -export * from './testing'; diff --git a/modules/angular2/test/core/zone/ng_zone_DEPRECATED_spec.ts b/modules/angular2/test/core/zone/ng_zone_DEPRECATED_spec.ts index f88cd447b4..5d3d6e8685 100644 --- a/modules/angular2/test/core/zone/ng_zone_DEPRECATED_spec.ts +++ b/modules/angular2/test/core/zone/ng_zone_DEPRECATED_spec.ts @@ -14,7 +14,7 @@ import { Log, isInInnerZone, browserDetection -} from 'angular2/test_lib'; +} from 'angular2/testing_internal'; import {PromiseCompleter, PromiseWrapper, TimerWrapper} from 'angular2/src/facade/async'; import {BaseException} from 'angular2/src/facade/exceptions'; diff --git a/modules/angular2/test_lib.ts b/modules/angular2/test_lib.ts deleted file mode 100644 index 8ffcf44217..0000000000 --- a/modules/angular2/test_lib.ts +++ /dev/null @@ -1,5 +0,0 @@ -/* - * @deprecated Please use testing_internal instead - */ - -export * from './testing_internal';