This commit is contained in:
2024-03-01 21:25:46 +03:00
parent e20ee062c6
commit c34728f65d
5 changed files with 10 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ public class DownloadDVMPackages extends Pass_2021<Vector<Integer>> {
Vector<Pair<Integer, Pair<byte[], byte[]>>> packed_packages;
@Override
public String getIconPath() {
return "/icons/Apply.png";
return "/icons/DownloadBugReport.png";
}
@Override
public String getButtonText() {

View File

@@ -3,6 +3,10 @@ import Common.Current;
import TestingSystem.DVM.DVMTasks.DVMRunTask;
import TestingSystem.Common.Test.Test;
public class DownloadTaskTest extends DownloadTest {
@Override
public String getIconPath() {
return "/icons/OpenProject.png";
}
@Override
protected boolean canStart(Object... args) throws Exception {
target = null;

View File

@@ -317,6 +317,8 @@ public enum PassCode_2021 {
CloneDVMPackage,
CloneSapforPackage,
SPF_RemoveDeadCode,
;
public String getDescription() {
switch (this) {