bug
This commit is contained in:
parent
31a0b35d35
commit
987b248e89
|
@ -214,7 +214,7 @@ public class CentralNoAuthProbeService implements NoAuthProbeService {
|
||||||
return this.readAllByDomain(noAuthProbe.getDomain());
|
return this.readAllByDomain(noAuthProbe.getDomain());
|
||||||
}
|
}
|
||||||
|
|
||||||
public NoAuthProbe readByTempKey(String tempKey) {
|
public NoAuthProbe readByTempProbeKey(String tempKey) throws OverflowException {
|
||||||
return this.noAuthProbeDAO.findByTempProbeKey(tempKey);
|
return this.noAuthProbeDAO.findByTempProbeKey(tempKey);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,13 @@
|
||||||
// package com.loafle.overflow.central.module.noauthprobe.service;
|
// package com.loafle.overflow.central.module.noauthprobe.service;
|
||||||
|
|
||||||
// import com.loafle.overflow.central.commons.service.MessagePublisher;
|
// 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.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.Assert;
|
||||||
// import org.junit.Ignore;
|
// import org.junit.Ignore;
|
||||||
// import org.junit.Test;
|
// import org.junit.Test;
|
||||||
|
@ -106,7 +109,7 @@
|
||||||
|
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// // @Ignore
|
// @Ignore
|
||||||
// @Test
|
// @Test
|
||||||
// public void read() throws Exception {
|
// public void read() throws Exception {
|
||||||
|
|
||||||
|
@ -115,7 +118,7 @@
|
||||||
// Assert.assertNotEquals(noAuthProbe, null);
|
// Assert.assertNotEquals(noAuthProbe, null);
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
// @Ignore
|
||||||
// @Test
|
// @Test
|
||||||
// public void acceptProbe() throws IOException {
|
// public void acceptProbe() throws IOException {
|
||||||
|
|
||||||
|
@ -125,6 +128,7 @@
|
||||||
|
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
// @Ignore
|
||||||
// @Test
|
// @Test
|
||||||
// public void ssss() {
|
// public void ssss() {
|
||||||
// String ss = "192.168.1.106/24|fe80::36c0:6c3e:6006:dd23/64";
|
// String ss = "192.168.1.106/24|fe80::36c0:6c3e:6006:dd23/64";
|
||||||
|
@ -144,7 +148,8 @@
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// @Test
|
// @Test
|
||||||
// public void sendWeb() {
|
// @Ignore
|
||||||
|
// public void sendWeb() throws OverflowException {
|
||||||
|
|
||||||
// Domain domain = new Domain();
|
// Domain domain = new Domain();
|
||||||
// domain.setId(1);
|
// domain.setId(1);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user