Compare 2 exsiting files #799
Replies: 6 comments 2 replies
-
can you share the code to reproduce this issue? |
Beta Was this translation helpful? Give feedback.
-
Hello,
|
Beta Was this translation helpful? Give feedback.
-
Hello, System.IO.IOException: The process cannot access the file 'C:\workspace_csharp\WupConverter\WupConverter.Test\Data\granitFlow_stark\data\test\af000215... System.IO.IOException |
Beta Was this translation helpful? Give feedback.
-
Hello,
|
Beta Was this translation helpful? Give feedback.
-
Hello, Will it not better to have same VerifyExistingFile(...). It is only a suggestion. yet i have no problem anymore but i need same time to find out how it works. Changed example
|
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hello,
i have a commandline tool that converts a text file to an other text file and it is writen in c++. that tool i have rewriten in c# and i want
write unit tests for that. In my Verify method i run the old tool to get the verified file. after that i run the new tool to create the received file. renamed both files to extension txt and call VerifyFile(reivedFile, settings). settings are UseFileName, UseDirectory. All looks good
i have 2 files af000215.verified.txt and af000215.received.txt. if i call VerifyFile my received file are deleted and get exception file not found. what is wrong here ? where is my mistake ?
Beta Was this translation helpful? Give feedback.
All reactions