classicui_pub/lists_api/tsrc/src/testsdklistsblockseiklbx.cpp
branchRCL_3
changeset 16 71dd06cfe933
parent 4 8ca85d2f0db7
equal deleted inserted replaced
15:08e69e956a8c 16:71dd06cfe933
  4391     STIF_ASSERT_EQUALS( KOne, itemsInSingleLine );
  4391     STIF_ASSERT_EQUALS( KOne, itemsInSingleLine );
  4392     
  4392     
  4393     return KErrNone;    
  4393     return KErrNone;    
  4394     }
  4394     }
  4395 
  4395 
       
  4396 // -----------------------------------------------------------------------------
       
  4397 // CTestSDKLists::TestLBIsHighlightEnabled
       
  4398 // -----------------------------------------------------------------------------
       
  4399 //
       
  4400 TInt CTestSDKLists::TestLBIsHighlightEnabled( CStifItemParser& /*aItem*/)
       
  4401     { 
       
  4402     // Print to UI
       
  4403     _LIT( KTestModule, "EIKLBXTestModule" );
       
  4404     _LIT( KTestEIKLBX, "In TestLBIsHighlightEnabled" );
       
  4405     TestModuleIf().Printf( 0, KTestModule, KTestEIKLBX );
       
  4406     // Print to log file
       
  4407     iLog->Log( KTestEIKLBX );
       
  4408 
       
  4409     TBool enabled = iListBox->IsHighlightEnabled();
       
  4410     STIF_ASSERT_TRUE( enabled );
       
  4411     
       
  4412     return KErrNone;    
       
  4413     }
  4396 
  4414 
  4397 // [End of file]
  4415 // [End of file]