Description
Test file prepared by UTBot is not writable for client code.
To Reproduce
Steps to reproduce the behavior:
- Generate tests for
char file_fwrite(FILE*, int) function from c-examples
- Run generated tests
Expected behavior
Content of test file A is update according to code logic, i.e. Posititve, Negative or Zero written to file.
Actual behavior
Content of the file is not modified and consists of 64 \0
Description
Test file prepared by UTBot is not writable for client code.
To Reproduce
Steps to reproduce the behavior:
char file_fwrite(FILE*, int)function from c-examplesExpected behavior
Content of test file
Ais update according to code logic, i.e. Posititve, Negative or Zero written to file.Actual behavior
Content of the file is not modified and consists of 64
\0