added
test
This commit is contained in:
parent
b32762c3ed
commit
af36a690b1
|
@ -62,4 +62,15 @@ public class NoAuthProbeDAOTest {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void update() {
|
||||||
|
|
||||||
|
NoAuthProbe probe = this.noAuthProbeDAO.findByTempKey("1cf2555c57d511e79714080027658d13");
|
||||||
|
|
||||||
|
probe.setStatus(AuthType.ACCEPT);
|
||||||
|
|
||||||
|
this.noAuthProbeDAO.save(probe);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user