wlanutilities/wlanwizard/tsrc/stubs/eapqtconfiginterface_stub.cpp
changeset 62 b47b808de481
parent 56 de27cc8389dd
--- 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 <QList>
@@ -35,7 +35,8 @@
 {
     mCalledMethods.append("EapQtConfigInterface");
     QCOMPARE(bearerType, EapQtConfigInterface::EapBearerTypeWlan);
-    QCOMPARE(iapId, EapQtConfigInterface::IapIdUndefined);
+    int tmp = EapQtConfigInterface::IapIdUndefined;
+    QCOMPARE(iapId, tmp);
 }
 
 EapQtConfigInterface::~EapQtConfigInterface()