Commit 8076fd3f authored by Sebastien Robin's avatar Sebastien Robin

we have to be more strict, make sure tests will not pass for wrong reasons

parent 18d9c7a6
......@@ -84,7 +84,7 @@ basicTestFunctionGenerator = function(o,res,value,message) {
val = err || val;
break;
default:
return;
ok(false, "Unknown case " + res);
}
deepEqual (val,value,message);
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment