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>
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()