fix header
[civicrm-core.git] / tests / phpunit / api / v3 / dataset / option_value_activity.xml
CommitLineData
6a488035
TO
1<?xml version="1.0" encoding="UTF-8" ?>
2<!-- $Id: option_value_activity.xml 29583 2010-09-07 10:15:49Z shot $ -->
3<dataset>
4 <table name="civicrm_option_value">
5 <column>id</column>
6 <column>option_group_id</column>
7 <column>label</column>
8 <column>value</column>
9 <column>name</column>
10 <column>grouping</column>
11 <column>filter</column>
12 <column>is_default</column>
13 <column>weight</column>
14 <column>description</column>
15 <column>is_optgroup</column>
16 <column>is_reserved</column>
17 <column>is_active</column>
18 <column>component_id</column>
19 <column>visibility_id</column>
20 <row>
21 <value>1</value> <!-- id -->
22 <value>1</value> <!-- option_group_id -->
23 <value>Scheduled</value> <!-- label -->
24 <value>1</value> <!-- value -->
25 <value>Scheduled</value> <!-- name -->
26 <null /> <!-- grouping -->
27 <value>0</value> <!-- filter -->
28 <value>1</value> <!-- is_default -->
29 <value>1</value> <!-- weight -->
30 <null /> <!-- description -->
31 <value>0</value> <!-- is_optgroup -->
32 <value>1</value> <!-- is_reserved -->
33 <value>1</value> <!-- is_active -->
34 <null /> <!-- component_id -->
35 <null /> <!-- visibility_id -->
36 </row>
37 <row>
38 <value>2</value> <!-- id -->
39 <value>1</value> <!-- option_group_id -->
40 <value>Completed</value> <!-- label -->
41 <value>2</value> <!-- value -->
42 <value>Completed</value> <!-- name -->
43 <null /> <!-- grouping -->
44 <value>0</value> <!-- filter -->
45 <null /> <!-- is_default -->
46 <value>2</value> <!-- weight -->
47 <null /> <!-- description -->
48 <value>0</value> <!-- is_optgroup -->
49 <value>1</value> <!-- is_reserved -->
50 <value>1</value> <!-- is_active -->
51 <null /> <!-- component_id -->
52 <null /> <!-- visibility_id -->
53 </row>
54 <row>
55 <value>3</value> <!-- id -->
56 <value>1</value> <!-- option_group_id -->
57 <value>Canceled</value> <!-- label -->
58 <value>3</value> <!-- value -->
59 <value>Canceled</value> <!-- name -->
60 <null /> <!-- grouping -->
61 <value>0</value> <!-- filter -->
62 <null /> <!-- is_default -->
63 <value>3</value> <!-- weight -->
64 <null /> <!-- description -->
65 <value>0</value> <!-- is_optgroup -->
66 <value>1</value> <!-- is_reserved -->
67 <value>1</value> <!-- is_active -->
68 <null /> <!-- component_id -->
69 <null /> <!-- visibility_id -->
70 </row>
71 </table>
72 <table name="civicrm_option_value">
73 <column>id</column>
74 <column>option_group_id</column>
75 <column>label</column>
76 <column>value</column>
77 <column>name</column>
78 <column>grouping</column>
79 <column>filter</column>
80 <column>is_default</column>
81 <column>weight</column>
82 <column>description</column>
83 <column>is_optgroup</column>
84 <column>is_reserved</column>
85 <column>is_active</column>
86 <column>component_id</column>
87 <row>
88 <null />
89 <value>2</value>
90 <value>Test activity type</value>
91 <value>1</value>
92 <value>Test activity type</value>
93 <null />
94 <value>0</value>
95 <null />
96 <value>1</value>
97 <null />
98 <value>0</value>
99 <value>0</value>
100 <value>1</value>
101 <null />
102 </row>
103 <row>
104 <null />
105 <value>2</value>
106 <value>Email processing Test activity type</value>
107 <value>5</value>
108 <value>Email processing Test activity type</value>
109 <null />
110 <value>0</value>
111 <null />
112 <value>2</value>
113 <null />
114 <value>0</value>
115 <value>0</value>
116 <value>1</value>
117 <null />
97d5a31f 118 </row>
6a488035
TO
119 <row>
120 <null />
121 <value>2</value>
122 <value>PhoneBank</value>
123 <value>29</value>
124 <value>PhoneBank</value>
125 <null />
126 <value>0</value>
127 <value>0</value>
128 <value>29</value>
129 <null />
130 <value>0</value>
131 <value>1</value>
132 <value>1</value>
133 <value>9</value>
97d5a31f 134 </row>
6a488035
TO
135 </table>
136 <table name="civicrm_option_value">
137 <column>id</column>
138 <column>option_group_id</column>
139 <column>label</column>
140 <column>value</column>
141 <column>name</column>
142 <column>grouping</column>
143 <column>filter</column>
144 <column>is_default</column>
145 <column>weight</column>
146 <column>description</column>
147 <column>is_optgroup</column>
148 <column>is_reserved</column>
149 <column>is_active</column>
150 <row>
151 <null />
152 <value>3</value>
153 <value>Test Priority</value>
154 <value>1</value>
155 <value>Test activity type</value>
156 <null />
157 <value>0</value>
158 <null />
159 <value>1</value>
160 <null />
161 <value>0</value>
162 <value>0</value>
163 <value>1</value>
164 </row>
165 <row>
166 <null />
167 <value>2</value>
168 <value>Email processing Test activity type</value>
169 <value>5</value>
170 <value>Email processing Test activity type</value>
171 <null />
172 <value>0</value>
173 <null />
174 <value>2</value>
175 <null />
176 <value>0</value>
177 <value>0</value>
178 <value>1</value>
97d5a31f 179 </row>
6a488035
TO
180 </table>
181</dataset>