no message
This commit is contained in:
@@ -17,7 +17,7 @@ public class DownloadTest extends TestingServerPass<Test> {
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
testArchive= null;
|
||||
testArchive = null;
|
||||
if (Global.mainModule.getAccount().CheckRegistered(Log) &&
|
||||
Global.testingServer.db.tests.getUI().CheckCurrent(Log)
|
||||
) {
|
||||
@@ -34,7 +34,7 @@ public class DownloadTest extends TestingServerPass<Test> {
|
||||
}
|
||||
@Override
|
||||
protected void body() throws Exception {
|
||||
testArchive= new File(Global.TempDirectory, Utils_.getDateName(String.valueOf(target.id)));
|
||||
testArchive = new File(Global.TempDirectory, Utils_.getDateName(String.valueOf(target.id)));
|
||||
request.server_response.Unpack(testArchive);
|
||||
}
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user