no message
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Utils.Utils;
|
||||
import Common.Constants;
|
||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
||||
import Visual_DVM_2021.Passes.Pass_2021;
|
||||
|
||||
import java.io.File;
|
||||
@@ -7,7 +8,14 @@ public class TestPass extends Pass_2021<File> {
|
||||
@Override
|
||||
protected void body() throws Exception {
|
||||
//определить дату изменения проекта.
|
||||
target = new File("E:\\Tests\\bugreport_1712090719\\SP");
|
||||
Utils.getNewestFileDate(target);
|
||||
// target = new File("E:\\Tests\\bugreport_1712090719\\SP");
|
||||
// Utils.getNewestFileDate(target);
|
||||
System.out.println("start");
|
||||
for (PassCode_2021 passCode_2021: Constants.startSapforCodes)
|
||||
System.out.println(passCode_2021);
|
||||
//---
|
||||
System.out.println("terminal");
|
||||
for (PassCode_2021 passCode_2021: Constants.terminalSapforCodes)
|
||||
System.out.println(passCode_2021);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user