Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/CopyAllSearchFilteredFilesFromSourceToTarget.cs =================================================================== diff -u -r79b534ffc41e4faab65f21fef40a7295b96f77ca -r8514cc2fe7a72f3ae080e8e1464fb4a2eab2da9f --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/CopyAllSearchFilteredFilesFromSourceToTarget.cs (.../CopyAllSearchFilteredFilesFromSourceToTarget.cs) (revision 79b534ffc41e4faab65f21fef40a7295b96f77ca) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/IO/CopyAllSearchFilteredFilesFromSourceToTarget.cs (.../CopyAllSearchFilteredFilesFromSourceToTarget.cs) (revision 8514cc2fe7a72f3ae080e8e1464fb4a2eab2da9f) @@ -74,6 +74,7 @@ { string fileName = Path.GetFileName(sourceFilePath); string destinationFilePath = Path.Combine(targetPath, fileName); + Report.Info("source: " + sourceFilePath + "; target: " + destinationFilePath); System.IO.File.Copy(sourceFilePath, destinationFilePath , true); } } Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Script09.rxtst =================================================================== diff -u -rf6086fab50f9e6bcec20f9a951f6489c6fd5d80f -r8514cc2fe7a72f3ae080e8e1464fb4a2eab2da9f --- System tests/AutomatedSystemTests/AutomatedSystemTests/Script09.rxtst (.../Script09.rxtst) (revision f6086fab50f9e6bcec20f9a951f6489c6fd5d80f) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Script09.rxtst (.../Script09.rxtst) (revision 8514cc2fe7a72f3ae080e8e1464fb4a2eab2da9f) @@ -6137,218 +6137,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -