diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index 89bcf8dc..4dd42fba 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -371,8 +371,8 @@ source ./functions.source echo '------>' Bug $num '<-------' >&2 copyTestFile BlueSquare.xmp $filename1 copyTestFile exiv2-bug784.jpg $filename2 - # runTest exiv2json $filename1 TODO: This is Throwing - # runTest exiv2json x $filename1 Caught Exiv2 exception 'XMP Toolkit error 9: Fatal namespace map problem' + runTest exiv2json $filename1 + runTest exiv2json x $filename1 runTest exiv2json $filename2 num=1058 diff --git a/test/data/BlueSquare.xmp b/test/data/BlueSquare.xmp index 65337cd5..0dad52ec 100644 --- a/test/data/BlueSquare.xmp +++ b/test/data/BlueSquare.xmp @@ -3,19 +3,19 @@ .jpg - @@ -64,25 +64,25 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index 7d2e4370..5592290a 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ