diff -r d9ec2b8c6bad -r 2fbd1d709fe7 wlanutilities/cpwlansettingsplugin/src/cpwlansettingsgroupitemdata.cpp --- a/wlanutilities/cpwlansettingsplugin/src/cpwlansettingsgroupitemdata.cpp Wed Jun 23 19:25:42 2010 +0300 +++ b/wlanutilities/cpwlansettingsplugin/src/cpwlansettingsgroupitemdata.cpp Tue Jul 06 15:29:22 2010 +0300 @@ -119,6 +119,8 @@ mJoinWlanItem = new CpSettingFormItemData( HbDataFormModelItem::ComboBoxItem, hbTrId( "txt_occ_setlabel_join_wlan_networks"), this); + // name the object for test automation purposes + mJoinWlanItem->setObjectName("switchToWlan"); QStringList joinWlanItems; @@ -142,6 +144,8 @@ mScanNetworkItem = new CpSettingFormItemData( HbDataFormModelItem::ComboBoxItem, hbTrId( "txt_occ_setlabel_scan_for_networks"), this); + // name the object for test automation purposes + mScanNetworkItem->setObjectName("scanNetworkItem"); QStringList scanNetworkItems; @@ -171,6 +175,8 @@ mPowerSavingItem = new CpSettingFormItemData( HbDataFormModelItem::ComboBoxItem, hbTrId( "txt_occ_setlabel_power_saving"), this); + // name the object for test automation purposes + mPowerSavingItem->setObjectName("powerSaving"); QStringList powerSavingItems;