Changeset 7893

Show
Ignore:
Timestamp:
04/01/07 16:27:37 (22 months ago)
Author:
alex
Message:

a basic summarizer. Refs #2550

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/tests/runner.js

    r7892 r7893  
    702702        //              a private method to be implemented/replaced by the "locally 
    703703        //              appropriate" test runner 
    704         this.debug("ERROR:"); 
    705         this.debug("\tNO REPORTING OUTPUT AVAILABLE."); 
    706         this.debug("\tIMPLEMENT tests._report() IN YOUR TEST RUNNER"); 
     704 
     705        // this.debug("ERROR:"); 
     706        // this.debug("\tNO REPORTING OUTPUT AVAILABLE."); 
     707        // this.debug("\tIMPLEMENT tests._report() IN YOUR TEST RUNNER"); 
     708 
     709        this.debug(this._line); 
     710        this.debug("| TEST SUMMARY:"); 
     711        this.debug(this._line); 
     712        this.debug("\t", this._testCount, "tests in", this._groupCount, "groups"); 
     713        this.debug("\t", this._errorCount, "errors"); 
     714        this.debug("\t", this._failureCount, "failures"); 
    707715} 
    708716