refactor(test): rename test_lib to testing

Old test_lib is now testing_internal
test_lib_public is now testing
This commit is contained in:
Julie Ralph
2015-10-13 00:29:13 -07:00
parent 5a504e6b78
commit f529236bfc
266 changed files with 407 additions and 279 deletions

View File

@ -21,7 +21,7 @@ import {
import {ChangeDetectorGenConfig} from 'angular2/src/core/change_detection/change_detection';
import {ViewResolver} from 'angular2/src/core/linker/view_resolver';
import {getIntParameter, bindAction} from 'angular2/src/test_lib/benchmark_util';
import {getIntParameter, bindAction} from 'angular2/src/testing/benchmark_util';
function _createBindings(): Provider[] {
var multiplyTemplatesBy = getIntParameter('elements');

View File

@ -1,7 +1,7 @@
import {SelectorMatcher} from "angular2/src/core/compiler/selector";
import {CssSelector} from "angular2/src/core/compiler/selector";
import {StringWrapper, Math} from 'angular2/src/core/facade/lang';
import {getIntParameter, bindAction} from 'angular2/src/test_lib/benchmark_util';
import {getIntParameter, bindAction} from 'angular2/src/testing/benchmark_util';
import {BrowserDomAdapter} from 'angular2/src/core/dom/browser_adapter';
export function main() {