15 lines
821 B
Text
15 lines
821 B
Text
Index: autotests/KDbTestUtils.h
|
|
--- autotests/KDbTestUtils.h.orig
|
|
+++ autotests/KDbTestUtils.h
|
|
@@ -79,6 +79,11 @@ KDBTESTUTILS_EXPORT bool qCompare(const QString &val1,
|
|
KDBTESTUTILS_EXPORT bool qCompare(const QStringList &val1, const QStringList &val2,
|
|
const char *actual, const char *expected, const char *file,
|
|
int line);
|
|
+
|
|
+KDBTESTUTILS_EXPORT bool qCompare(const QByteArray &val1, const char *val2, const char *actual,
|
|
+ const char *expected, const char *file, int line);
|
|
+KDBTESTUTILS_EXPORT bool qCompare(const QString &val1, const char *val2, const char *actual,
|
|
+ const char *expected, const char *file, int line);
|
|
}
|
|
|
|
//! Calls @a call and verifies status of @a resultable
|