diff -r a5a39a295112 -r 8baec10861af homescreensrv_plat/hs_widget_publisher_api/tsrc/src/TestHspApiBlocks.cpp --- a/homescreensrv_plat/hs_widget_publisher_api/tsrc/src/TestHspApiBlocks.cpp Wed Sep 01 12:22:09 2010 +0100 +++ b/homescreensrv_plat/hs_widget_publisher_api/tsrc/src/TestHspApiBlocks.cpp Tue Sep 14 21:55:16 2010 +0300 @@ -630,7 +630,7 @@ delete mHSPApi; - if ( count != 1 ) + if ( count != 4 ) { err = KErrGeneral; } @@ -724,7 +724,7 @@ CLiwGenericParamList* res = GetListL( contentType, identifier, widgetName ); TInt count = ExtractItemCountL( *res ); - if ( count != 1 ) + if ( count != 4 ) { err = KErrGeneral; } @@ -770,7 +770,7 @@ CLiwGenericParamList* res = GetListL( contentType, identifier, widgetName ); TInt count = ExtractItemCountL( *res ); - if ( count != 1 ) + if ( count != 4 ) { err = KErrGeneral; } @@ -816,7 +816,7 @@ CLiwGenericParamList* res = GetListL( contentType, identifier, widgetName ); TInt count = ExtractItemCountL( *res ); - if ( count != 1 ) + if ( count != 4 ) { err = KErrGeneral; }