classicui_pub/lists_api/tsrc/src/testsdklistsblockseiklbx.cpp
branchRCL_3
changeset 16 71dd06cfe933
parent 4 8ca85d2f0db7
--- a/classicui_pub/lists_api/tsrc/src/testsdklistsblockseiklbx.cpp	Wed Mar 31 21:59:52 2010 +0300
+++ b/classicui_pub/lists_api/tsrc/src/testsdklistsblockseiklbx.cpp	Wed Apr 14 16:14:00 2010 +0300
@@ -4393,5 +4393,23 @@
     return KErrNone;    
     }
 
+// -----------------------------------------------------------------------------
+// CTestSDKLists::TestLBIsHighlightEnabled
+// -----------------------------------------------------------------------------
+//
+TInt CTestSDKLists::TestLBIsHighlightEnabled( CStifItemParser& /*aItem*/)
+    { 
+    // Print to UI
+    _LIT( KTestModule, "EIKLBXTestModule" );
+    _LIT( KTestEIKLBX, "In TestLBIsHighlightEnabled" );
+    TestModuleIf().Printf( 0, KTestModule, KTestEIKLBX );
+    // Print to log file
+    iLog->Log( KTestEIKLBX );
+
+    TBool enabled = iListBox->IsHighlightEnabled();
+    STIF_ASSERT_TRUE( enabled );
+    
+    return KErrNone;    
+    }
 
 // [End of file]