no message
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common_old.Constants;
|
||||
import Common_old.Current;
|
||||
import Common_old.Utils.Utils;
|
||||
import ProjectData.Files.FileType;
|
||||
@@ -60,7 +59,7 @@ public class CreateTestFromFile extends Pass_2021<Test> {
|
||||
return true;
|
||||
}
|
||||
public File packTestCode() throws Exception {
|
||||
target.temp_project_name = Utils.getDateName("test");
|
||||
target.temp_project_name = CommonUtils.getDateName("test");
|
||||
//-
|
||||
File tempProject = target.getTempProject();
|
||||
File tempArchive = target.getTempArchive();
|
||||
|
||||
Reference in New Issue
Block a user