diff -r 822a45792fdd -r e1d68407ed06 wlanutilities/wlanwizard/tsrc/stubs/eapqtconfiginterface_stub.cpp --- a/wlanutilities/wlanwizard/tsrc/stubs/eapqtconfiginterface_stub.cpp Fri Sep 03 09:37:37 2010 +0300 +++ b/wlanutilities/wlanwizard/tsrc/stubs/eapqtconfiginterface_stub.cpp Thu Sep 16 12:52:33 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()