minor runner test cleanup
This commit is contained in:
@@ -77,4 +77,4 @@ jasmine.NestedResults.prototype.addResult = function(result) {
|
||||
*/
|
||||
jasmine.NestedResults.prototype.passed = function() {
|
||||
return this.passedCount === this.totalCount;
|
||||
}
|
||||
};
|
||||
|
||||
@@ -25,7 +25,6 @@ jasmine.Runner.prototype.finishCallback = function() {
|
||||
jasmine.Runner.prototype.getResults = function() {
|
||||
var results = new jasmine.NestedResults();
|
||||
for (var i = 0; i < this.suites.length; i++) {
|
||||
//TODO: FIX
|
||||
results.rollupCounts(this.suites[i].getResults()[0]);
|
||||
}
|
||||
return results;
|
||||
|
||||
Reference in New Issue
Block a user