diff -r 45e72b57a2fd -r e3cecb93e76a videocollection/tsrc/stubs/inc/videothumbnailtestdata.h --- a/videocollection/tsrc/stubs/inc/videothumbnailtestdata.h Tue Jul 06 14:17:50 2010 +0300 +++ b/videocollection/tsrc/stubs/inc/videothumbnailtestdata.h Wed Aug 18 09:50:14 2010 +0300 @@ -25,15 +25,17 @@ { mInstanceCallCount = 0; mFreeThumbnailDataCallCount = 0; - mBackgroundThumbnailFetchingEnabled = 0; + mBackgroundThumbnailFetchingEnabled = false; mStartBackgroundFetchingCallCount = 0; + mFetchIndex = -1; } public: // data static int mInstanceCallCount; static int mFreeThumbnailDataCallCount; - static int mBackgroundThumbnailFetchingEnabled; + static bool mBackgroundThumbnailFetchingEnabled; static int mStartBackgroundFetchingCallCount; + static int mFetchIndex; }; #endif /* VIDEOTHUMBNAILTESTDATA_H */