Update test case description
This commit is contained in:
parent
33bfbef6ba
commit
b24a14738a
@ -257,7 +257,7 @@ describe('evaluator', function() {
|
|||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
it('should skip paintXObject if name is missing', function(done) {
|
it('should error on paintXObject if name is missing', function(done) {
|
||||||
var stream = new StringStream('/ Do');
|
var stream = new StringStream('/ Do');
|
||||||
runOperatorListCheck(partialEvaluator, stream, new ResourcesMock(),
|
runOperatorListCheck(partialEvaluator, stream, new ResourcesMock(),
|
||||||
function(result) {
|
function(result) {
|
||||||
|
Loading…
Reference in New Issue
Block a user