построение дерева версий результатов тестирования(еще с багами), и фикс мелкого бага
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Constants;
|
||||
import Common.Current;
|
||||
import Common.UI.UI;
|
||||
import Common.Utils.Utils;
|
||||
@@ -90,7 +91,7 @@ public class PublishTest extends TestingSystemPass<Test> {
|
||||
}
|
||||
project.Clone(src, false);
|
||||
FileUtils.copyFile(project.db.getFile(), Paths.get(src.getAbsolutePath(),
|
||||
db_project_info.data, project.db.getFile().getName()).toFile());
|
||||
Constants.data, project.db.getFile().getName()).toFile());
|
||||
//архивация.
|
||||
File archive = Utils.getTempFileName("test_archive");
|
||||
if (passes.get(PassCode_2021.ZipFolderPass).Do(src.getAbsolutePath(), archive.getAbsolutePath())) {
|
||||
|
||||
Reference in New Issue
Block a user