source: cpp/tests/mutableparam_test.goal @ 1015

Last change on this file since 1015 was 1009, checked in by Maciej Komosinski, 4 years ago

Added tests for most SDK demo programs

File size: 726 bytes
Line 
1
2=== Combined ===
3groups:
4- Group 1
5- Group 1: Added Group
6- Group 1: Added Group 2
7- Group 2
8- Group 3
9properties:
10- f1 (i=9)
11- f2 (i=19)
12- f3 (i=29)
13
14Now adding new property in p1...
15
16=== After adding f4 ===
17groups:
18- Group 1
19- Group 1: Added Group
20- Group 1: Added Group 2
21- Group 2
22- Group 3
23properties:
24- f1 (i=9)
25- f4 (i=10)
26- f2 (i=20)
27- f3 (i=30)
28
29=== Transaction view maintains the original index association ===
30groups:
31- Group 1
32- Group 1: Added Group
33- Group 1: Added Group 2
34- Group 2
35- Group 3
36properties:
37- f1 (i=9)
38- f2 (i=19)
39- f3 (i=29)
40
41Properties changed: YES   Groups changed: NO
42
43Now removing group in p1...
44
45Properties changed: YES   Groups changed: YES
46
47
Note: See TracBrowser for help on using the repository browser.