addded test
This commit is contained in:
parent
b21bcdf939
commit
95dcd64f3e
|
@ -45,7 +45,7 @@ public class NoAuthProbeDAOTest {
|
|||
NoAuthProbe noAuthProbe = new NoAuthProbe();
|
||||
|
||||
|
||||
noAuthProbe.setHostName("snooop");
|
||||
noAuthProbe.setHostName("snoop");
|
||||
noAuthProbe.setIpAddress(3232235980L);
|
||||
noAuthProbe.setMacAddress(8796753988883L);
|
||||
noAuthProbe.setStatus(AuthType.P);
|
||||
|
|
|
@ -30,7 +30,7 @@ public class ProbeDAOTest {
|
|||
Probe probe = new Probe();
|
||||
|
||||
|
||||
probe.setDescription("test probe");
|
||||
probe.setDescription("snoop probe");
|
||||
|
||||
Domain domain = new Domain();
|
||||
domain.setId(1);
|
||||
|
|
Loading…
Reference in New Issue
Block a user