summaryrefslogtreecommitdiff
path: root/legacy/libkcddb/update-tests.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-22 05:50:41 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-22 05:50:41 -0500
commit3b38aaa8476d4ab57630f57221cd22e306b96142 (patch)
treee71ee46d8ee68de62a107b1fe23379c38fa984d2 /legacy/libkcddb/update-tests.patch
parentc7a986963da7a9f7c4422a9f12b2d4f40c2ae487 (diff)
downloadpackages-3b38aaa8476d4ab57630f57221cd22e306b96142.tar.gz
packages-3b38aaa8476d4ab57630f57221cd22e306b96142.tar.bz2
packages-3b38aaa8476d4ab57630f57221cd22e306b96142.tar.xz
packages-3b38aaa8476d4ab57630f57221cd22e306b96142.zip
user/{KDE stuff}: move orphaned libs to legacy/ for now
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)"));