From 444015399e480fd5dd3239accf90583556256e07 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Thu, 3 Sep 2015 20:35:24 +0000 Subject: [PATCH] #1112. Regression detector added to test/bugfixes-test.sh --- test/bugfixes-test.sh | 8 ++++++++ test/data/bugfixes-test.out | Bin 1840788 -> 1841173 bytes test/data/exiv2-bug1112.xmp | 9 +++++++++ 3 files changed, 17 insertions(+) create mode 100644 test/data/exiv2-bug1112.xmp diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index 4dd42fba..36b5e83c 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -398,6 +398,14 @@ source ./functions.source copyTestFile $filename runTest exiv2 -pa -g zone $filename + num=1112 + filename=exiv2-bug$num.xmp + printf "$num " >&3 + echo '------>' Bug $num '<-------' >&2 + copyTestFile $filename + runTest exiv2 -M 'del Xmp.dc.title' $filename + cat $filename + ) 3>&1 > $results 2>&1 printf "\n" diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index 5592290a3d70d4bdadcd02bd795d57220536dda3..8b2bda924cbca6b1220af0f12712dc3e59a9ec91 100644 GIT binary patch delta 157 zcmbQTwqWXpf`%5x7N!>F7M2#)7Pc1l7LFFq7OocV7M>Q~7QPn#7J(MQ7NHj57LgXw z7O@ub7Ks+g7O58LEizNYq;$c+PQj@(UBS@M&`7}sBBIMRePX2a^XV@trIqx#6ciLH xato}Si&7IyQeA-9R>{b~&`8$+hzvsv&8&TB+$Fd59BC&_3L@JYedHX1oDz!$d O(;JK?UqAnA-i901aTLb@ diff --git a/test/data/exiv2-bug1112.xmp b/test/data/exiv2-bug1112.xmp new file mode 100644 index 00000000..c6907fb8 --- /dev/null +++ b/test/data/exiv2-bug1112.xmp @@ -0,0 +1,9 @@ + + + + + + + \ No newline at end of file