Hi All

how does this test work. I've copied the demo test page (http://
docs.jquery.com/QUnit) and played with this function, but whatever I
do, it always prints 'test success':

ok( true, "test success" );
ok( false, "test success" );

It should behave identical to assertTrue, so I expect only to see
'test success' when 'true'
I'm sure there is no bug here, its me :), but what am I missing ?

cheers
LuCa

Reply via email to