From 983ba6510b72350c768f37aa93f0c9fbacf3c174 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Tue, 1 Nov 2011 12:45:40 +1000 Subject: Remove obsolete code from qdbusmarshall test. The removed code had been disabled since 2007 and tested functionality that was no longer supported. Change-Id: I49dfe58601c1cc6d41590ab2980daba27eca6bfb Reviewed-by: Rohan McGovern --- tests/auto/dbus/qdbusmarshall/tst_qdbusmarshall.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/auto/dbus') diff --git a/tests/auto/dbus/qdbusmarshall/tst_qdbusmarshall.cpp b/tests/auto/dbus/qdbusmarshall/tst_qdbusmarshall.cpp index 005dfda082..7db6226cb0 100644 --- a/tests/auto/dbus/qdbusmarshall/tst_qdbusmarshall.cpp +++ b/tests/auto/dbus/qdbusmarshall/tst_qdbusmarshall.cpp @@ -726,12 +726,6 @@ void tst_QDBusMarshall::sendArgument_data() arg << 1 << 2U << short(-3) << ushort(4) << 5.0 << false; arg.endStructure(); QTest::newRow("structure") << qVariantFromValue(arg) << "(iunqdb)" << int(QDBusArgument::StructureType); - -#if 0 - // this is now unsupported - arg << 1 << 2U << short(-3) << ushort(4) << 5.0 << false; - QTest::newRow("many-args") << qVariantFromValue(arg) << "(iunqdb)iunqdb"; -#endif } void tst_QDBusMarshall::sendBasic() -- cgit v1.2.3