Moti Asayag has posted comments on this change.

Change subject: engine: test vm serialization/deserialization
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/36160/1/backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/serialization/json/VmSerializationTest.java
File 
backend/manager/modules/utils/src/test/java/org/ovirt/engine/core/utils/serialization/json/VmSerializationTest.java:

Line 12:     @Test
Line 13:     public void serializable() {
Line 14:         String serialized = new JsonObjectSerializer().serialize(vm);
Line 15:         VM deserialized = new 
JsonObjectDeserializer().deserialize(serialized, VM.class);
Line 16:         assertEquals(vm, deserialized);
> no, I want to catch things that break the serialization/deserialization for
ok, so ack pending jenkins pass :-) ?
Line 17:     }


-- 
To view, visit http://gerrit.ovirt.org/36160
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I643e8d1ce1ec570a305e3eb3ecfb5aa846fc1849
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <[email protected]>
Gerrit-Reviewer: Arik Hadas <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
Gerrit-Reviewer: Shahar Havivi <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to