summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-07-22 15:30:01 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-07-22 15:30:01 (GMT)
commit7a208874ae5d69d2b70b08f03675ef8f0c843a7f (patch)
tree74af8f29a352825a98147c7a6336d397ebd0517d /tests/auto
parent9e5fa633913ef952ca4ef5312fe396bcfc885321 (diff)
downloadQt-7a208874ae5d69d2b70b08f03675ef8f0c843a7f.zip
Qt-7a208874ae5d69d2b70b08f03675ef8f0c843a7f.tar.gz
Qt-7a208874ae5d69d2b70b08f03675ef8f0c843a7f.tar.bz2
Fix handling of invalid object paths and signatures in release mode.
I had this #ifdef __OPTIMIZE__ there so that the compiler would know not to generate unnecessary calls and a long jump table for the switch of the marshalling code. Turns out that in release mode, the checks I added to make sure we detect invalid object paths and signatures were never hit (we always treated them as pure strings). So use the signature- and object path-checking code in both release and debug mode. Task-number: reported via email (tst_qdbusmarshall failing) Reviewed-by: Peter Hartmann
Diffstat (limited to 'tests/auto')
0 files changed, 0 insertions, 0 deletions