no message
This commit is contained in:
7
.idea/workspace.xml
generated
7
.idea/workspace.xml
generated
@@ -6,12 +6,7 @@
|
|||||||
</artifacts-to-build>
|
</artifacts-to-build>
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="">
|
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="" />
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/Group/Group.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/TestingSystem/Common/Group/Group.java" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/TestingSystem/Common/TestingServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/TestingSystem/Common/TestingServer.java" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ConvertCorrectnessTests.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/ConvertCorrectnessTests.java" afterDir="false" />
|
|
||||||
</list>
|
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||||
|
|||||||
@@ -579,7 +579,7 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
|
|||||||
db.Insert(test);
|
db.Insert(test);
|
||||||
testsIds.add(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);
|
Utils.CheckAndCleanDirectory(testProject);
|
||||||
File testFile = Paths.get(testProject.getAbsolutePath(), file.getName()).toFile();
|
File testFile = Paths.get(testProject.getAbsolutePath(), file.getName()).toFile();
|
||||||
FileUtils.copyFile(file, testFile);
|
FileUtils.copyFile(file, testFile);
|
||||||
|
|||||||
Reference in New Issue
Block a user