From fd5ac15ebc643635e436b64cf1e656284380b1a5 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sun, 11 Jun 2006 12:18:23 +0000 Subject: * test/qt/*: Update the testcases, including testing the new functionality of sending null QByteArray and QString over the bus. Add new headertest test and restore the old qdbusxmlparser test. --- test/qt/tst_headertest.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/qt/tst_headertest.cpp (limited to 'test/qt/tst_headertest.cpp') diff --git a/test/qt/tst_headertest.cpp b/test/qt/tst_headertest.cpp new file mode 100644 index 00000000..eb90c555 --- /dev/null +++ b/test/qt/tst_headertest.cpp @@ -0,0 +1,16 @@ +#define QT_NO_KEYWORDS +#define signals Choke! +#define slots Choke! +#define emit Choke! +#define foreach Choke! +#define forever Choke! + +#define QT_NO_CAST_FROM_ASCII +#define QT_NO_CAST_TO_ASCII + +#include + +int main(int, char **) +{ + return 0; +} -- cgit