49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
--- testPVAppendGold 2012-01-21 13:09:44.859000430 -0500
|
|
+++ testPVAppend 2012-07-19 16:06:14.969023006 -0400
|
|
@@ -1,32 +1,34 @@
|
|
-structure request
|
|
- string fieldList value,timeStamp
|
|
-structure request
|
|
- string fieldList value,timeStamp
|
|
+
|
|
+testAppendSimple
|
|
+structure
|
|
+ string fieldlist value,timeStamp
|
|
string extra junk
|
|
-structure parent
|
|
+
|
|
+testAppendMore
|
|
+structure
|
|
structure child1
|
|
string value bla
|
|
structure child2
|
|
- string value bla
|
|
-structure parent
|
|
+ string value blabla
|
|
+
|
|
+testAppends
|
|
+structure
|
|
structure child1
|
|
string Joe Good Guy
|
|
string Mary Good Girl
|
|
structure child2
|
|
string Bill Bad Guy
|
|
string Jane Bad Girl
|
|
-structure parent
|
|
+structure
|
|
structure child1
|
|
string Joe Good Guy
|
|
string Mary Good Girl
|
|
structure child2
|
|
string Joe Bad Guy
|
|
string Jane Bad Girl
|
|
-structure parent
|
|
+structure
|
|
structure child1
|
|
string Joe Good Guy
|
|
string Mary Good Girl
|
|
structure child2
|
|
string Jane Bad Girl
|
|
-pvField: totalConstruct 15 totalDestruct 15
|
|
-field: totalConstruct 110 totalDestruct 110
|