Bug Tracker

Changeset 5571 for trunk/qunit

Show
Ignore:
Timestamp:
05/12/08 22:31:13 (7 months ago)
Author:
aflesler
Message:

qunit: when errors are thrown in a test, the message is successfully show on all browsers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qunit/testrunner.js

    r5516 r5571  
    124124                console.warn(callback.toString()); 
    125125            } 
    126             _config.Test.push( [ false, "Died on test #" + (_config.Test.length+1) + ": " + e ] ); 
     126            _config.Test.push( [ false, "Died on test #" + (_config.Test.length+1) + ": " + e.message ] ); 
    127127        } 
    128128    });