Commit a902c0cc authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Fixed test nodes identifiers

parent 41bcf3d5
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,10 +11,10 @@ INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creat
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('', '', 'szorba', 'container', '2386', '2386');      -- /szorba
--INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('6', '6', 'store', 'container', '2386', '2386');      -- /szorba/store
-- parent_path <> parent_relative_path
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('', NULL, 'test', 'container', '2386', '2386');      -- /test
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('8', '', 'f1', 'container', '2386', '2386');      -- /test/f1 (rel: /f1)
INSERT INTO Node (parent_path, parent_relative_path, name, os_name, type, owner_id, creator_id) VALUES ('8.9', '9', 'f2_renamed', 'f2', 'container', '2386', '2386');      -- /test/f1/f2_renamed (rel: /f1/f2)
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('8.9.10', '9.10', 'f3', 'container', '2386', '2386');      -- /test/f1/f2_renamed/f3 (rel: /f1/f2/f3)
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id, group_read, group_write) VALUES ('', NULL, 'test', 'container', '2386', '2386', '{"VOSpace.test1"}','{"VOSpace.test1"}');      -- /test
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('5', '', 'f1', 'container', '2386', '2386');      -- /test/f1 (rel: /f1)
INSERT INTO Node (parent_path, parent_relative_path, name, os_name, type, owner_id, creator_id) VALUES ('5.6', '6', 'f2_renamed', 'f2', 'container', '2386', '2386');      -- /test/f1/f2_renamed (rel: /f1/f2)
INSERT INTO Node (parent_path, parent_relative_path, name, type, owner_id, creator_id) VALUES ('5.6.7', '6.7', 'f3', 'data', '2386', '2386');      -- /test/f1/f2_renamed/f3 (rel: /f1/f2/f3)

/*
   Initialization test for vospace Users table