diff -r 301aeb18ae47 -r b47b808de481 wlanutilities/wlanwizard/tsrc/stubs/eapqtconfiginterface_stub.cpp --- a/wlanutilities/wlanwizard/tsrc/stubs/eapqtconfiginterface_stub.cpp Fri Sep 17 08:35:49 2010 +0300 +++ b/wlanutilities/wlanwizard/tsrc/stubs/eapqtconfiginterface_stub.cpp Mon Oct 04 02:07:04 2010 +0300 @@ -17,7 +17,7 @@ */ /* - * %version: 6 % + * %version: 7 % */ #include @@ -35,7 +35,8 @@ { mCalledMethods.append("EapQtConfigInterface"); QCOMPARE(bearerType, EapQtConfigInterface::EapBearerTypeWlan); - QCOMPARE(iapId, EapQtConfigInterface::IapIdUndefined); + int tmp = EapQtConfigInterface::IapIdUndefined; + QCOMPARE(iapId, tmp); } EapQtConfigInterface::~EapQtConfigInterface()