fixed sized arrays

This commit is contained in:
Matej Sekoranja
2014-08-12 13:17:17 +02:00
parent f3c0b9544c
commit 6535c075f3
7 changed files with 136 additions and 32 deletions

View File

@@ -714,7 +714,10 @@ void testArraySizeType() {
testOk1(3 == s->getFields().size());
serializationFieldTest(s);
serializationTest(getPVDataCreate()->createPVStructure(s));
// PVStructurePtr pvs = getPVDataCreate()->createPVStructure(s);
// pvs->
// serializationTest(pvs);
}
void testStringCopy() {