no message
This commit is contained in:
@@ -579,7 +579,7 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
|
||||
db.Insert(test);
|
||||
testsIds.add(test);
|
||||
//->>
|
||||
File testProject = new File(Global.TempDirectory, String.valueOf(test.id));
|
||||
File testProject = new File(Global.TestsDirectory, String.valueOf(test.id));
|
||||
Utils.CheckAndCleanDirectory(testProject);
|
||||
File testFile = Paths.get(testProject.getAbsolutePath(), file.getName()).toFile();
|
||||
FileUtils.copyFile(file, testFile);
|
||||
|
||||
Reference in New Issue
Block a user