michael@0: function test() { michael@0: ok(false, "first fail ok"); michael@0: ok(true, "then pass ok"); michael@0: }