Deprecated getAllSuites

This commit is contained in:
ragaskar
2009-09-02 07:52:11 -07:00
parent 4533d6a7cd
commit 43f819e9e2
25 changed files with 49 additions and 39 deletions

View File

@@ -153,7 +153,7 @@ describe('RunnerTest', function() {
document.runner = env.currentRunner;
var suites = env.currentRunner.getAllSuites();
var suites = env.currentRunner.suites();
var suiteDescriptions = [];
for (var i = 0; i < suites.length; i++) {
suiteDescriptions.push(suites[i].getFullName());