jQuery: The Write Less, Do More JavaScript Library

Changeset 5572

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

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/test/data/testrunner.js

    r5523 r5572  
    111111                console.warn(callback.toString()); 
    112112            } 
    113             _config.Test.push( [ false, "Died on test #" + (_config.Test.length+1) + ": " + e ] ); 
     113            _config.Test.push( [ false, "Died on test #" + (_config.Test.length+1) + ": " + e.message ] ); 
    114114        } 
    115115    });