Add task, add tests to task (or parse any contest)
Go to the settings
Change test (disable, add new test, or change input/output data)
Click save
Open TASK**.task file
Act:
File unchanged
Exp:
Test data is changed
Fix:
there was exception while writing TASK**.task to the disk 'This file already exists'.
There should be findOrCreateFile instead of createFile.
Fixed now.
Issue: unable to save changed test
Steps:
Act:
Exp:
Fix: there was exception while writing TASK**.task to the disk 'This file already exists'. There should be findOrCreateFile instead of createFile. Fixed now.