Show More
@@ -3,8 +3,8 b' casper.notebook_test(function () {' | |||
|
3 | 3 | if(data.error_expected){ |
|
4 | 4 | that.test.assertEquals( |
|
5 | 5 | data.error, |
|
6 |
|
|
|
7 |
"!highlight: " + data.provided + " errors |
|
|
6 | true, | |
|
7 | "!highlight: " + data.provided + " errors" | |
|
8 | 8 | ); |
|
9 | 9 | }else{ |
|
10 | 10 | that.test.assertEquals( |
@@ -44,7 +44,7 b' casper.notebook_test(function () {' | |||
|
44 | 44 | window.callPhantom({ |
|
45 | 45 | provided: from, |
|
46 | 46 | expected: expected, |
|
47 |
error: |
|
|
47 | error: true, | |
|
48 | 48 | error_expected: error_expected |
|
49 | 49 |
}); |
|
50 | 50 | }); |
General Comments 0
You need to be logged in to leave comments.
Login now