fix highlight test for failed highlighting

not sure how this ever succeeded, but it's failing now
pull/37/head
Min RK 11 years ago
parent 4991b08d6c
commit 3228719b26

@ -3,8 +3,8 @@ casper.notebook_test(function () {
if(data.error_expected){
that.test.assertEquals(
data.error,
data.expected,
"!highlight: " + data.provided + " errors " + data.expected
true,
"!highlight: " + data.provided + " errors"
);
}else{
that.test.assertEquals(
@ -44,9 +44,9 @@ casper.notebook_test(function () {
window.callPhantom({
provided: from,
expected: expected,
error: error,
error: true,
error_expected: error_expected
});
});
});
}, {
from: from,

Loading…
Cancel
Save