Modified core and form test suites to use a single stylesheet; Modified form.js to...
[jquery.git] / build / test / data / testrunner.js
index ea73127..398ef3d 100644 (file)
@@ -129,9 +129,10 @@ function isSet(a, b, msg) {
                                ret = false;
        } else
                ret = false;
-       if ( !ret && console )
-               console.log( msg, a, b );
-       Test.push( [ ret, msg ] );
+       if ( !ret )
+               Test.push( [ ret, msg + " expected: " + b + " result: " + a ] );
+       else 
+               Test.push( [ ret, msg ] );
 }
 
 /**