diff --git a/test/autoOrient.js b/test/autoOrient.js index 6ea82d0..677d0c8 100644 --- a/test/autoOrient.js +++ b/test/autoOrient.js @@ -14,7 +14,6 @@ module.exports = function (_, dir, finish, gm) { assert.equal('RightTop', o); assert.ok(!! this.data['Profile-EXIF'], 'No Profile-EXIF data found'); - assert.equal('155x460', this.data.Geometry); // this image is sideways, but may be auto-oriented by modern OS's // try opening it in a browser to see its true orientation @@ -34,4 +33,4 @@ module.exports = function (_, dir, finish, gm) { }) }) }); -} \ No newline at end of file +} diff --git a/test/autoOrientAll.js b/test/autoOrientAll.js index 7c25ae2..7f75873 100644 --- a/test/autoOrientAll.js +++ b/test/autoOrientAll.js @@ -72,7 +72,6 @@ module.exports = function (_, dir, finish, gm) { assert.equal(beforeValues[filename][0], o); assert.equal(beforeValues[filename][1], this.data['Profile-EXIF'].Orientation, 'No Profile-EXIF data found'); - assert.equal(beforeValues[filename][2], this.data.Geometry); // this image is sideways, but may be auto-oriented by modern OS's // try opening it in a browser to see its true orientation diff --git a/test/autoOrientStream.js b/test/autoOrientStream.js index 9ff5436..c417713 100644 --- a/test/autoOrientStream.js +++ b/test/autoOrientStream.js @@ -16,7 +16,6 @@ module.exports = function (_, dir, finish, gm) { assert.equal('RightTop', o); assert.ok(!! this.data['Profile-EXIF'], 'No Profile-EXIF data found'); - assert.equal('155x460', this.data.Geometry); // this image is sideways, but may be auto-oriented by modern OS's // try opening it in a browser to see its true orientation @@ -39,4 +38,4 @@ module.exports = function (_, dir, finish, gm) { }, 200); }); }); -} \ No newline at end of file +}