mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
Remove obsolete tests
This commit is contained in:
parent
9ca333403f
commit
2bcc47775b
1 changed files with 0 additions and 14 deletions
|
@ -175,20 +175,6 @@ void main() {
|
||||||
expect(exif.map((e) => e.makeComparable()).toList(),
|
expect(exif.map((e) => e.makeComparable()).toList(),
|
||||||
[_Rational(2, 1), _Rational(3, 1), _Rational(4, 100)]);
|
[_Rational(2, 1), _Rational(3, 1), _Rational(4, 100)]);
|
||||||
});
|
});
|
||||||
|
|
||||||
test("MakerNote", () {
|
|
||||||
final json = <String, dynamic>{
|
|
||||||
"MakerNote": "ADNmmcz_",
|
|
||||||
};
|
|
||||||
expect(Exif.fromJson(json), Exif(<String, dynamic>{}));
|
|
||||||
});
|
|
||||||
|
|
||||||
test("UserComment", () {
|
|
||||||
final json = <String, dynamic>{
|
|
||||||
"UserComment": [1],
|
|
||||||
};
|
|
||||||
expect(Exif.fromJson(json), Exif(<String, dynamic>{}));
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue