add testSerialization to testAll

This commit is contained in:
Michael Davidsaver
2011-02-09 20:28:38 -05:00
parent afa17f8f4f
commit fc932f1ad2
6 changed files with 136 additions and 46 deletions

39
test/testSerialization Normal file
View File

@@ -0,0 +1,39 @@
Testing scalar equals...
!!! PASSED
Testing scalars...
PVBoolean
PVByte
PVShort
PVInt
PVLong
PVFloat
PVDouble
PVString
!!! PASSED
Testing arrays...
PVBooleanArray
PVByteArray
PVShortArray
PVIntArray
PVLongArray
PVFloatArray
PVDoubleArray
PVStringArray
!!! PASSED
Testing scalar non-initialized...
!!! PASSED
Testing array non-initialized...
!!! PASSED
Testing structure...
Simple structure serialization
Complex structure serialization
!!! PASSED
Done.
pvField totalConstruct 158 totalDestruct 158
field totalConstruct 68 totalDestruct 68