From bdc79b2b521706f109050d2d7fe8748b44557663 Mon Sep 17 00:00:00 2001 From: snoop Date: Mon, 26 Jun 2017 11:44:28 +0900 Subject: [PATCH] addded test --- src/main/resources/init.sql | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/main/resources/init.sql b/src/main/resources/init.sql index 1a986c2..7b7adbf 100644 --- a/src/main/resources/init.sql +++ b/src/main/resources/init.sql @@ -193,4 +193,11 @@ INSERT INTO public."domain" (id,create_date,"name") VALUES ( 1,'2017-06-26 11:25:44.866','overFlow''s domain'); INSERT INTO public.domain_member (id,create_date,domain_id,member_id) VALUES ( -1,'2017-06-26 11:27:43.023',1,1); \ No newline at end of file +1,'2017-06-26 11:27:43.023',1,1); + + +INSERT INTO public.noauth_probe (id,api_key,create_date,host_name,ip_address,mac_address,status,temp_probe_key,domain_id,probe_id) VALUES ( +1,NULL,'2017-06-26 11:42:12.392','snoop',3232235980,8796753988883,'P','1cf2555c57d511e79714080027658d13',1,NULL); + +INSERT INTO public.probe (id,create_date,description,encryption_key,last_polling_date,next_polling_date,probe_key,status,domain_id) VALUES ( +1,'2017-06-26 11:43:25.155','snoop probe','9c8d41ab57de11e7a2c9080027658d13',NULL,NULL,'a1e1710557de11e78799080027658d13','I',1);