Skip to content

Commit b711636

Browse files
committed
imageview 2 test
1 parent 730d148 commit b711636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/fop.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ describe('test start step 0', function() {
1919
iv.height = 100;
2020
iv.width = 40;
2121
var returl = iv.makeRequest(pic);
22-
returl.should.equal(pic + '?imageView/1/w/40/h/100');
22+
returl.should.equal(pic + '?imageView2/1/w/40/h/100');
2323

2424
iv.quality = 20;
2525
iv.format = 'jpg';
2626
returl = iv.makeRequest(pic);
27-
returl.should.equal(pic + '?imageView/1/w/40/h/100/q/20/format/jpg');
27+
returl.should.equal(pic + '?imageView2/1/w/40/h/100/q/20/format/jpg');
2828
done();
2929
});
3030
});

0 commit comments

Comments
 (0)