Adding to unit test coverage
[dmaap/datarouter.git] / datarouter-prov / src / test / resources / create.sql
index 7c10672..a811847 100755 (executable)
@@ -185,6 +185,9 @@ VALUES (1,1,'user',null,2);
 insert into INGRESS_ROUTES(SEQUENCE, FEEDID , USERID, SUBNET, NODESET)
 VALUES (2,1,'user',null,2);
 
+insert into NODESETS(SETID, NODEID)
+VALUES (1,1);
+
 insert into NODESETS(SETID, NODEID)
 VALUES (2,2);