Remove obsolete code from qdbusmarshall test.
authorJason McDonald <jason.mcdonald@nokia.com>
Tue, 1 Nov 2011 02:45:40 +0000 (12:45 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 1 Nov 2011 23:53:26 +0000 (00:53 +0100)
The removed code had been disabled since 2007 and tested functionality
that was no longer supported.

Change-Id: I49dfe58601c1cc6d41590ab2980daba27eca6bfb
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/dbus/qdbusmarshall/tst_qdbusmarshall.cpp

index 005dfda..7db6226 100644 (file)
@@ -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()