fixed size array serialization test

This commit is contained in:
Matej Sekoranja
2014-08-12 13:20:00 +02:00
parent 6535c075f3
commit da0f65c2d3

View File

@@ -715,9 +715,9 @@ void testArraySizeType() {
serializationFieldTest(s);
// PVStructurePtr pvs = getPVDataCreate()->createPVStructure(s);
// pvs->
// serializationTest(pvs);
PVStructurePtr pvs = getPVDataCreate()->createPVStructure(s);
pvs->getSubField<PVArray>("fixedArray")->setLength(10);
serializationTest(pvs);
}
void testStringCopy() {
@@ -731,7 +731,7 @@ void testStringCopy() {
MAIN(testSerialization) {
testPlan(216);
testPlan(221);
flusher = new SerializableControlImpl();
control = new DeserializableControlImpl();