We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730d148 commit b711636Copy full SHA for b711636
test/fop.test.js
@@ -19,12 +19,12 @@ describe('test start step 0', function() {
19
iv.height = 100;
20
iv.width = 40;
21
var returl = iv.makeRequest(pic);
22
- returl.should.equal(pic + '?imageView/1/w/40/h/100');
+ returl.should.equal(pic + '?imageView2/1/w/40/h/100');
23
24
iv.quality = 20;
25
iv.format = 'jpg';
26
returl = iv.makeRequest(pic);
27
- returl.should.equal(pic + '?imageView/1/w/40/h/100/q/20/format/jpg');
+ returl.should.equal(pic + '?imageView2/1/w/40/h/100/q/20/format/jpg');
28
done();
29
});
30
0 commit comments