Merge pull request #834 from Diullei/test-runner-0.9.1

update test runner to 0.9.1
This commit is contained in:
Diullei Gomes
2013-08-06 15:38:13 -07:00
5 changed files with 119852 additions and 121490 deletions
+2 -2
View File
@@ -648,7 +648,7 @@ var DefinitelyTyped;
Print.prototype.printHeader = function () {
this.out('=============================================================================\n');
this.out(' \33[36m\33[1mDefinitelyTyped test runner 0.2.0\33[0m\n');
this.out(' \33[36m\33[1mDefinitelyTyped test runner 0.2.1\33[0m\n');
this.out('=============================================================================\n');
this.out(' \33[36m\33[1mTypescript version:\33[0m ' + this.version + '\n');
this.out(' \33[36m\33[1mTypings :\33[0m ' + this.typings + '\n');
@@ -980,7 +980,7 @@ var DefinitelyTyped;
this.dtPath = dtPath;
this.typings = [];
this.fh = new FileHandler(dtPath, /.\.ts/g);
this.out = new Print('0.9.0.0', this.fh.allTypings().length, this.fh.allTS().length);
this.out = new Print('0.9.1.0', this.fh.allTypings().length, this.fh.allTS().length);
this.sc = new SyntaxChecking(this.fh, this.out);
this.te = new TestEval(this.fh, this.out);
+2 -2
View File
@@ -141,7 +141,7 @@ module DefinitelyTyped {
public printHeader() {
this.out('=============================================================================\n');
this.out(' \33[36m\33[1mDefinitelyTyped test runner 0.2.0\33[0m\n');
this.out(' \33[36m\33[1mDefinitelyTyped test runner 0.2.1\33[0m\n');
this.out('=============================================================================\n');
this.out(' \33[36m\33[1mTypescript version:\33[0m ' + this.version + '\n');
this.out(' \33[36m\33[1mTypings :\33[0m ' + this.typings + '\n');
@@ -504,7 +504,7 @@ module DefinitelyTyped {
constructor(public dtPath: string) {
this.fh = new FileHandler(dtPath, /.\.ts/g);
this.out = new Print('0.9.0.0', this.fh.allTypings().length, this.fh.allTS().length);
this.out = new Print('0.9.1.0', this.fh.allTypings().length, this.fh.allTS().length);
this.sc = new SyntaxChecking(this.fh, this.out);
this.te = new TestEval(this.fh, this.out);
+9178 -9074
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long