Index: src/libchcore/Tests/TestsTDestinationPathProvider.cpp =================================================================== diff -u -N -r7e0900602b9ab2e8a8f95d613f062c79d86f416c -r789d0908abf8db57e27cfeac7045d9962f4b522a --- src/libchcore/Tests/TestsTDestinationPathProvider.cpp (.../TestsTDestinationPathProvider.cpp) (revision 7e0900602b9ab2e8a8f95d613f062c79d86f416c) +++ src/libchcore/Tests/TestsTDestinationPathProvider.cpp (.../TestsTDestinationPathProvider.cpp) (revision 789d0908abf8db57e27cfeac7045d9962f4b522a) @@ -23,7 +23,7 @@ MOCK_METHOD2(FastMove, void(const TSmartPath& pathSource, const TSmartPath& pathDestination)); MOCK_METHOD2(CreateFinderObject, IFilesystemFindPtr(const TSmartPath& pathDir, const TSmartPath& pathMask)); - MOCK_METHOD3(CreateFileObject, IFilesystemFilePtr(IFilesystemFile::EOpenMode eMode, const TSmartPath& pathFile, bool bNoBuffering)); + MOCK_METHOD4(CreateFileObject, IFilesystemFilePtr(IFilesystemFile::EOpenMode eMode, const TSmartPath& pathFile, bool bNoBuffering, bool bProtectReadOnlyFiles)); MOCK_METHOD2(GetPathsRelation, EPathsRelation(const TSmartPath& pathFirst, const TSmartPath& pathSecond));