summaryrefslogtreecommitdiff
path: root/legacy/libkcddb/update-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/libkcddb/update-tests.patch')
-rw-r--r--legacy/libkcddb/update-tests.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/legacy/libkcddb/update-tests.patch b/legacy/libkcddb/update-tests.patch
new file mode 100644
index 000000000..ab6d0369f
--- /dev/null
+++ b/legacy/libkcddb/update-tests.patch
@@ -0,0 +1,22 @@
+--- libkcddb-17.12.2/tests/asynccddblookuptest.cpp.old 2017-06-02 05:31:07.000000000 +0000
++++ libkcddb-17.12.2/tests/asynccddblookuptest.cpp 2018-03-24 20:43:25.230670753 +0000
+@@ -63,7 +63,7 @@
+
+ // If revision doesn't match, test probably needs to be updated
+ // See: http://www.freedb.org/freedb/jazz/a1107d0a for updated data
+- QCOMPARE(m_info.get(QString::fromUtf8("revision")).toInt(), 7);
++ QCOMPARE(m_info.get(QString::fromUtf8("revision")).toInt(), 8);
+
+ QCOMPARE(m_info.get(Artist).toString(),QString::fromUtf8("Kruder & Dorfmeister"));
+ QCOMPARE(m_info.get(Title).toString(),QString::fromUtf8("The K&D Sessions (Part One)"));
+--- libkcddb-17.12.2/tests/asynchttplookuptest.cpp.old 2017-06-02 05:31:07.000000000 +0000
++++ libkcddb-17.12.2/tests/asynchttplookuptest.cpp 2018-03-24 20:44:11.450670967 +0000
+@@ -64,7 +64,7 @@
+
+ // If revision doesn't match, test probably needs to be updated
+ // See: http://www.freedb.org/freedb/jazz/a1107d0a for updated data
+- QCOMPARE(m_info.get(QString::fromUtf8("revision")).toInt(), 7);
++ QCOMPARE(m_info.get(QString::fromUtf8("revision")).toInt(), 8);
+
+ QCOMPARE(m_info.get(Artist).toString(),QString::fromUtf8("Kruder & Dorfmeister"));
+ QCOMPARE(m_info.get(Title).toString(),QString::fromUtf8("The K&D Sessions (Part One)"));