This commit is contained in:
insanity 2018-04-27 12:25:44 +09:00
parent 31a0b35d35
commit 987b248e89
2 changed files with 12 additions and 7 deletions

View File

@ -214,7 +214,7 @@ public class CentralNoAuthProbeService implements NoAuthProbeService {
return this.readAllByDomain(noAuthProbe.getDomain());
}
public NoAuthProbe readByTempKey(String tempKey) {
public NoAuthProbe readByTempProbeKey(String tempKey) throws OverflowException {
return this.noAuthProbeDAO.findByTempProbeKey(tempKey);
}
}

View File

@ -1,10 +1,13 @@
// package com.loafle.overflow.central.module.noauthprobe.service;
// import com.loafle.overflow.central.commons.service.MessagePublisher;
// import com.loafle.overflow.central.module.domain.model.Domain;
// import com.loafle.overflow.central.module.meta.model.MetaNoAuthProbeStatus;
// import com.loafle.overflow.central.module.noauthprobe.model.NoAuthProbe;
// import com.loafle.overflow.central.spring.AppConfigTest;
// import com.loafle.overflow.core.exception.OverflowException;
// import com.loafle.overflow.model.domain.Domain;
// import com.loafle.overflow.model.meta.MetaNoAuthProbeStatus;
// import com.loafle.overflow.model.noauthprobe.NoAuthProbe;
// import com.loafle.overflow.service.central.noauthprobe.NoAuthProbeService;
// import org.junit.Assert;
// import org.junit.Ignore;
// import org.junit.Test;
@ -106,7 +109,7 @@
// }
// // @Ignore
// @Ignore
// @Test
// public void read() throws Exception {
@ -115,7 +118,7 @@
// Assert.assertNotEquals(noAuthProbe, null);
// }
// @Ignore
// @Test
// public void acceptProbe() throws IOException {
@ -125,6 +128,7 @@
// }
// @Ignore
// @Test
// public void ssss() {
// String ss = "192.168.1.106/24|fe80::36c0:6c3e:6006:dd23/64";
@ -144,7 +148,8 @@
// }
// @Test
// public void sendWeb() {
// @Ignore
// public void sendWeb() throws OverflowException {
// Domain domain = new Domain();
// domain.setId(1);