Maor Lipchuk has uploaded a new change for review. Change subject: core: Broaden java docs in fixturesTool. ......................................................................
core: Broaden java docs in fixturesTool. Add java doc which references the images related to image id and also adding the image group id related to image. Signed-off-by: Maor Lipchuk <[email protected]> Change-Id: Icd1f49780d529e508acebc00e7e0b72afa8fc938 --- M backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/FixturesTool.java 1 file changed, 11 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/64/18864/1 diff --git a/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/FixturesTool.java b/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/FixturesTool.java index 6b773ff..a477f0d 100644 --- a/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/FixturesTool.java +++ b/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/FixturesTool.java @@ -225,7 +225,11 @@ protected static final Guid USER_EXISTING_ID = new Guid("9bf7c640-b620-456f-a550-0348f366544b"); /** - * Predefined image for testing. + * Predefined image with the following properties : + * <ul> + * <li>disk id: 1b26a52b-b60f-44cb-9f46-3ef333b04a35</li> + * <li>vm_snapshot_id: a7bb24df-9fdf-4bd6-b7a9-f5ce52da0f89</li> + * </ul> */ protected static final Guid IMAGE_ID = new Guid("42058975-3d5e-484a-80c1-01c31207f578"); @@ -241,7 +245,12 @@ protected static final Guid TEMPLATE_IMAGE_ID = new Guid("52058975-3d5e-484a-80c1-01c31207f578"); /** - * Predefined image group for testing. + * Predefined image group for testing with the following properties : + * <ul> + * <li>contains the following images: 42058975-3d5e-484a-80c1-01c31207f578, 42058975-3d5e-484a-80c1-01c31207f579, + * c9a559d9-8666-40d1-9967-759502b19f0b, c9a559d9-8666-40d1-9967-759502b19f0d</li> + * <li>vm_snapshot_id: a7bb24df-9fdf-4bd6-b7a9-f5ce52da0f89</li> + * </ul> */ protected static final Guid IMAGE_GROUP_ID = new Guid("1b26a52b-b60f-44cb-9f46-3ef333b04a35"); -- To view, visit http://gerrit.ovirt.org/18864 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icd1f49780d529e508acebc00e7e0b72afa8fc938 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
