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

@@ -22,7 +22,7 @@ describe("TrivialReporter", function() {
it("should display empty divs for every suite when the runner is starting", function() {
trivialReporter = new jasmine.TrivialReporter({ body: body });
trivialReporter.reportRunnerStarting({
getAllSuites: function() {
suites: function() {
return [ new jasmine.Suite({}, "suite 1", null, null) ];
}
});