tst_dialogs: QTRY_ on the expression (spyVisibilityChanged.count) not the variable.
authorRobin Burchell <robin.burchell@jollamobile.com>
Mon, 11 Aug 2014 09:23:47 +0000 (11:23 +0200)
committerShawn Rutledge <shawn.rutledge@digia.com>
Fri, 15 Aug 2014 04:15:59 +0000 (06:15 +0200)
commit16f2557a2e4fe03bc4feb411e031b7eff78adc0f
treeb0af83f942955e3ffe2e0ec239a1e4abcded61b0
parentb29fac2d05424fd2263ed2ffdd39d2062007a86b
tst_dialogs: QTRY_ on the expression (spyVisibilityChanged.count) not the variable.

We only assign to the variable once, so the value may not change in time.

Change-Id: I54ac7faad60d3984bfde4606aaf7e30a2340ba3e
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
tests/auto/quick/dialogs/tst_dialogs.cpp