blob: 70cd8ee65354febbfbad672bca700bcc1d635580 [file] [log] [blame]
Haibo Huang49cc9302020-04-27 16:14:24 -07001Alert: *** starting test 1 ***
2Alert: PASS: AFDate_Format() threw AFDate_Format: Incorrect number of parameters passed to function.
3Alert: PASS: AFDate_Format(1, 2) threw AFDate_Format: Incorrect number of parameters passed to function.
4Alert: PASS: AFDate_Format(1) = 1/1/70
5Alert: PASS: AFDate_Format(1) = 5/9/14
6Alert: PASS: AFDate_Format('blooey') = 1/1
7Alert: PASS: AFDate_Format('blooey') = 5/9
8Alert: **********************
9Alert: PASS: AFDate_FormatEx() threw AFDate_FormatEx: Incorrect number of parameters passed to function.
10Alert: PASS: AFDate_FormatEx(1, 2) threw AFDate_FormatEx: Incorrect number of parameters passed to function.
11Alert: PASS: AFDate_FormatEx(2) = 2
12Alert: PASS: AFDate_FormatEx('blooey') = blooey
13Alert: PASS: AFDate_FormatEx('m/d') = 5/9
14Alert: PASS: AFDate_FormatEx('mm/dd/yyyy') = 12/02/2015
15Alert: PASS: AFDate_FormatEx('mm/dd/yyyy') = 05/09/2014
16Alert: **********************
17Alert: PASS: AFDate_Keystroke() threw AFDate_Keystroke: Incorrect number of parameters passed to function.
18Alert: PASS: AFDate_Keystroke(1, 2) threw AFDate_Keystroke: Incorrect number of parameters passed to function.
19Alert: PASS: AFDate_Keystroke(2) = 04/19
20Alert: PASS: AFDate_Keystroke('blooey') = 04/19/15
21Alert: **********************
22Alert: PASS: AFDate_KeystrokeEx() threw AFDate_KeystrokeEx: AFDate_KeystrokeEx's parameter size not correct
23Alert: PASS: AFDate_KeystrokeEx(1, 2) threw AFDate_KeystrokeEx: AFDate_KeystrokeEx's parameter size not correct
kumarashishg826308d2023-06-23 13:21:22 +000024AFDate_KeystrokeEx[icon=3,type=0]: The input value can't be parsed as a valid date/time (2).
Haibo Huang49cc9302020-04-27 16:14:24 -070025Alert: PASS: AFDate_KeystrokeEx(2) = x
kumarashishg826308d2023-06-23 13:21:22 +000026AFDate_KeystrokeEx[icon=3,type=0]: The input value can't be parsed as a valid date/time (blooey).
Haibo Huang49cc9302020-04-27 16:14:24 -070027Alert: PASS: AFDate_KeystrokeEx('blooey') = x
kumarashishg826308d2023-06-23 13:21:22 +000028AFDate_KeystrokeEx[icon=3,type=0]: The input value can't be parsed as a valid date/time (m/d).
Haibo Huang49cc9302020-04-27 16:14:24 -070029Alert: PASS: AFDate_KeystrokeEx('m/d') = x
30Alert: **********************
31Alert: PASS: AFExtractNums() threw AFExtractNums: Incorrect number of parameters passed to function.
32Alert: PASS: AFExtractNums(1, 2) threw AFExtractNums: Incorrect number of parameters passed to function.
33Alert: PASS: AFExtractNums('100 200') = 100,200
34Alert: **********************
35Alert: PASS: AFMakeNumber() threw AFMakeNumber: Incorrect number of parameters passed to function.
36Alert: PASS: AFMakeNumber(1, 2) threw AFMakeNumber: Incorrect number of parameters passed to function.
37Alert: PASS: AFMakeNumber('2blooey') = 0
38Alert: PASS: AFMakeNumber(1) = 1
39Alert: PASS: AFMakeNumber('1.2') = 1.2
40Alert: PASS: AFMakeNumber('1,2') = 1.2
41Alert: **********************
42Alert: PASS: AFMergeChange() threw AFMergeChange: Incorrect number of parameters passed to function.
43Alert: PASS: AFMergeChange(1, 2) threw AFMergeChange: Incorrect number of parameters passed to function.
44Alert: PASS: AFMergeChange(undefined) = one
45Alert: **********************
46Alert: PASS: AFNumber_Format() threw AFNumber_Format: Incorrect number of parameters passed to function.
47Alert: PASS: AFNumber_Format(0, 1, 0, 0, '', false, 42) threw AFNumber_Format: Incorrect number of parameters passed to function.
48Alert: PASS: AFNumber_Format(0, 1, 0, 0, '', false) = 0
49Alert: PASS: AFNumber_Format(0, 1, 0, 0, '', false) = 12
50Alert: **********************
51Alert: PASS: AFNumber_Keystroke() threw AFNumber_Keystroke: Incorrect number of parameters passed to function.
52Alert: PASS: AFNumber_Keystroke(1) threw AFNumber_Keystroke: Incorrect number of parameters passed to function.
kumarashishg826308d2023-06-23 13:21:22 +000053AFNumber_Keystroke[icon=3,type=0]: The input value is invalid.
Haibo Huang49cc9302020-04-27 16:14:24 -070054Alert: PASS: AFNumber_Keystroke(1, 2) threw AFNumber_Keystroke: The input value is invalid.
55Alert: PASS: AFNumber_Keystroke(1, 2) = 123
56Alert: PASS: AFNumber_Keystroke(1, 2, 3) = 123
57Alert: **********************
58Alert: PASS: AFParseDateEx() threw AFParseDateEx: Incorrect number of parameters passed to function.
59Alert: PASS: AFParseDateEx(1, 2, 3) threw AFParseDateEx: Incorrect number of parameters passed to function.
60Alert: PASS: AFParseDateEx(1, 2) = 1399672130000
61Alert: **********************
62Alert: PASS: AFPercent_Format() threw AFPercent_Format: Incorrect number of parameters passed to function.
63Alert: PASS: AFPercent_Format(0) threw AFPercent_Format: Incorrect number of parameters passed to function.
64Alert: PASS: AFPercent_Format(1, 0, 0) = -512.3%
65Alert: PASS: AFPercent_Format(1, 0, 0, 0) = -512.3%
66Alert: PASS: AFPercent_Format(1, 0, 0, 0, 0) = -512.3%
67Alert: PASS: AFPercent_Format(1, 0, 0, 0, 0, 0) = -512.3%
68Alert: PASS: AFPercent_Format(1, 0, 0) = -512.3%
69Alert: PASS: AFPercent_Format(1, 0, 1) = %-512.3
70Alert: PASS: AFPercent_Format(1, 0, 2) = %-512.3
71Alert: PASS: AFPercent_Format(10, 0, 0) = 0.0000000000%
72Alert: PASS: AFPercent_Format(10, 0, 1) = %0.0000000000
73Alert: PASS: AFPercent_Format(10, 0, 2) = %0.0000000000
74Alert: PASS: AFPercent_Format(0, 0, 0) = 98,765,432,100%
75Alert: PASS: AFPercent_Format(0, 1, 0) = 98765432100%
76Alert: PASS: AFPercent_Format(0, 2, 0) = 98.765.432.100%
77Alert: PASS: AFPercent_Format(0, 0, 1) = %98,765,432,100
78Alert: PASS: AFPercent_Format(0, 1, 1) = %98765432100
79Alert: PASS: AFPercent_Format(0, 2, 1) = %98.765.432.100
80Alert: PASS: AFPercent_Format(0, 0, 2) = %98,765,432,100
81Alert: PASS: AFPercent_Format(0, 1, 2) = %98765432100
82Alert: PASS: AFPercent_Format(0, 2, 2) = %98.765.432.100
83Alert: PASS: AFPercent_Format(-3, 0) threw AFPercent_Format: Incorrect parameter value.
84Alert: PASS: AFPercent_Format(-3, 1) threw AFPercent_Format: Incorrect parameter value.
85Alert: PASS: AFPercent_Format(-1, 3) threw AFPercent_Format: Incorrect parameter value.
86Alert: PASS: AFPercent_Format(0, -3) threw AFPercent_Format: Incorrect parameter value.
87Alert: PASS: AFPercent_Format(0, -1) threw AFPercent_Format: Incorrect parameter value.
88Alert: PASS: AFPercent_Format(0, 50) threw AFPercent_Format: Incorrect parameter value.
89Alert: PASS: AFPercent_Format(0, 51) threw AFPercent_Format: Incorrect parameter value.
90Alert: PASS: AFPercent_Format(0, 0) = 0%
91Alert: PASS: AFPercent_Format(0, 1) = 0%
92Alert: PASS: AFPercent_Format(0, 2) = 0%
93Alert: PASS: AFPercent_Format(0, 3) = 0%
94Alert: PASS: AFPercent_Format(0, 4) = 0%
95Alert: PASS: AFPercent_Format(1, 0) = 0.0%
96Alert: PASS: AFPercent_Format(1, 1) = 0.0%
97Alert: PASS: AFPercent_Format(1, 2) = 0,0%
98Alert: PASS: AFPercent_Format(1, 3) = 0,0%
99Alert: PASS: AFPercent_Format(1, 4) = 0.0%
100Alert: PASS: AFPercent_Format(2, 0) = 0.00%
101Alert: PASS: AFPercent_Format(2, 1) = 0.00%
102Alert: PASS: AFPercent_Format(2, 2) = 0,00%
103Alert: PASS: AFPercent_Format(2, 3) = 0,00%
104Alert: PASS: AFPercent_Format(2, 4) = 0.00%
105Alert: PASS: AFPercent_Format(3, 0) = 0.000%
106Alert: PASS: AFPercent_Format(3, 1) = 0.000%
107Alert: PASS: AFPercent_Format(3, 2) = 0,000%
108Alert: PASS: AFPercent_Format(3, 3) = 0,000%
109Alert: PASS: AFPercent_Format(3, 4) = 0.000%
110Alert: PASS: AFPercent_Format(10, 0) = 0.0000000000%
111Alert: PASS: AFPercent_Format(10, 1) = 0.0000000000%
112Alert: PASS: AFPercent_Format(10, 2) = 0,0000000000%
113Alert: PASS: AFPercent_Format(10, 3) = 0,0000000000%
114Alert: PASS: AFPercent_Format(10, 4) = 0.0000000000%
115Alert: PASS: AFPercent_Format(0, 0) = 0%
116Alert: PASS: AFPercent_Format(0, 1) = 0%
117Alert: PASS: AFPercent_Format(0, 2) = 0%
118Alert: PASS: AFPercent_Format(0, 3) = 0%
119Alert: PASS: AFPercent_Format(0, 4) = 0%
120Alert: PASS: AFPercent_Format(1, 0) = 0.0%
121Alert: PASS: AFPercent_Format(1, 1) = 0.0%
122Alert: PASS: AFPercent_Format(1, 2) = 0,0%
123Alert: PASS: AFPercent_Format(1, 3) = 0,0%
124Alert: PASS: AFPercent_Format(1, 4) = 0.0%
125Alert: PASS: AFPercent_Format(2, 0) = 0.00%
126Alert: PASS: AFPercent_Format(2, 1) = 0.00%
127Alert: PASS: AFPercent_Format(2, 2) = 0,00%
128Alert: PASS: AFPercent_Format(2, 3) = 0,00%
129Alert: PASS: AFPercent_Format(2, 4) = 0.00%
130Alert: PASS: AFPercent_Format(3, 0) = 0.000%
131Alert: PASS: AFPercent_Format(3, 1) = 0.000%
132Alert: PASS: AFPercent_Format(3, 2) = 0,000%
133Alert: PASS: AFPercent_Format(3, 3) = 0,000%
134Alert: PASS: AFPercent_Format(3, 4) = 0.000%
135Alert: PASS: AFPercent_Format(10, 0) = 0.0000000000%
136Alert: PASS: AFPercent_Format(10, 1) = 0.0000000000%
137Alert: PASS: AFPercent_Format(10, 2) = 0,0000000000%
138Alert: PASS: AFPercent_Format(10, 3) = 0,0000000000%
139Alert: PASS: AFPercent_Format(10, 4) = 0.0000000000%
140Alert: PASS: AFPercent_Format(0, 0) = -512%
141Alert: PASS: AFPercent_Format(0, 1) = -512%
142Alert: PASS: AFPercent_Format(0, 2) = -512%
143Alert: PASS: AFPercent_Format(0, 3) = -512%
144Alert: PASS: AFPercent_Format(0, 4) = -512%
145Alert: PASS: AFPercent_Format(1, 0) = -512.3%
146Alert: PASS: AFPercent_Format(1, 1) = -512.3%
147Alert: PASS: AFPercent_Format(1, 2) = -512,3%
148Alert: PASS: AFPercent_Format(1, 3) = -512,3%
149Alert: PASS: AFPercent_Format(1, 4) = -512.3%
150Alert: PASS: AFPercent_Format(2, 0) = -512.34%
151Alert: PASS: AFPercent_Format(2, 1) = -512.34%
152Alert: PASS: AFPercent_Format(2, 2) = -512,34%
153Alert: PASS: AFPercent_Format(2, 3) = -512,34%
154Alert: PASS: AFPercent_Format(2, 4) = -512.34%
155Alert: PASS: AFPercent_Format(3, 0) = -512.340%
156Alert: PASS: AFPercent_Format(3, 1) = -512.340%
157Alert: PASS: AFPercent_Format(3, 2) = -512,340%
158Alert: PASS: AFPercent_Format(3, 3) = -512,340%
159Alert: PASS: AFPercent_Format(3, 4) = -512.340%
160Alert: PASS: AFPercent_Format(10, 0) = -512.3400000000%
161Alert: PASS: AFPercent_Format(10, 1) = -512.3400000000%
162Alert: PASS: AFPercent_Format(10, 2) = -512,3400000000%
163Alert: PASS: AFPercent_Format(10, 3) = -512,3400000000%
164Alert: PASS: AFPercent_Format(10, 4) = -512.3400000000%
165Alert: PASS: AFPercent_Format(0, 0) = 512%
166Alert: PASS: AFPercent_Format(0, 1) = 512%
167Alert: PASS: AFPercent_Format(0, 2) = 512%
168Alert: PASS: AFPercent_Format(0, 3) = 512%
169Alert: PASS: AFPercent_Format(0, 4) = 512%
170Alert: PASS: AFPercent_Format(1, 0) = 512.3%
171Alert: PASS: AFPercent_Format(1, 1) = 512.3%
172Alert: PASS: AFPercent_Format(1, 2) = 512,3%
173Alert: PASS: AFPercent_Format(1, 3) = 512,3%
174Alert: PASS: AFPercent_Format(1, 4) = 512.3%
175Alert: PASS: AFPercent_Format(2, 0) = 512.34%
176Alert: PASS: AFPercent_Format(2, 1) = 512.34%
177Alert: PASS: AFPercent_Format(2, 2) = 512,34%
178Alert: PASS: AFPercent_Format(2, 3) = 512,34%
179Alert: PASS: AFPercent_Format(2, 4) = 512.34%
180Alert: PASS: AFPercent_Format(3, 0) = 512.340%
181Alert: PASS: AFPercent_Format(3, 1) = 512.340%
182Alert: PASS: AFPercent_Format(3, 2) = 512,340%
183Alert: PASS: AFPercent_Format(3, 3) = 512,340%
184Alert: PASS: AFPercent_Format(3, 4) = 512.340%
185Alert: PASS: AFPercent_Format(10, 0) = 512.3400000000%
186Alert: PASS: AFPercent_Format(10, 1) = 512.3400000000%
187Alert: PASS: AFPercent_Format(10, 2) = 512,3400000000%
188Alert: PASS: AFPercent_Format(10, 3) = 512,3400000000%
189Alert: PASS: AFPercent_Format(10, 4) = 512.3400000000%
190Alert: PASS: AFPercent_Format(1, 0) = 1,234.6%
191Alert: PASS: AFPercent_Format(4, 1) = 1234.5600%
192Alert: PASS: AFPercent_Format(0, 0) = 1%
193Alert: PASS: AFPercent_Format(0, 1) = 1%
194Alert: PASS: AFPercent_Format(0, 2) = 1%
195Alert: PASS: AFPercent_Format(0, 3) = 1%
196Alert: PASS: AFPercent_Format(0, 4) = 1%
197Alert: PASS: AFPercent_Format(1, 0) = 1.0%
198Alert: PASS: AFPercent_Format(1, 1) = 1.0%
199Alert: PASS: AFPercent_Format(1, 2) = 1,0%
200Alert: PASS: AFPercent_Format(1, 3) = 1,0%
201Alert: PASS: AFPercent_Format(1, 4) = 1.0%
202Alert: PASS: AFPercent_Format(2, 0) = 0.99%
203Alert: PASS: AFPercent_Format(2, 1) = 0.99%
204Alert: PASS: AFPercent_Format(2, 2) = 0,99%
205Alert: PASS: AFPercent_Format(2, 3) = 0,99%
206Alert: PASS: AFPercent_Format(2, 4) = 0.99%
207Alert: PASS: AFPercent_Format(3, 0) = 0.988%
208Alert: PASS: AFPercent_Format(3, 1) = 0.988%
209Alert: PASS: AFPercent_Format(3, 2) = 0,988%
210Alert: PASS: AFPercent_Format(3, 3) = 0,988%
211Alert: PASS: AFPercent_Format(3, 4) = 0.988%
212Alert: PASS: AFPercent_Format(10, 0) = 0.9876000000%
213Alert: PASS: AFPercent_Format(10, 1) = 0.9876000000%
214Alert: PASS: AFPercent_Format(10, 2) = 0,9876000000%
215Alert: PASS: AFPercent_Format(10, 3) = 0,9876000000%
216Alert: PASS: AFPercent_Format(10, 4) = 0.9876000000%
217Alert: PASS: AFPercent_Format(0, 0) = 98,765,432,100%
218Alert: PASS: AFPercent_Format(0, 1) = 98765432100%
219Alert: PASS: AFPercent_Format(0, 2) = 98.765.432.100%
220Alert: PASS: AFPercent_Format(0, 3) = 98765432100%
221Alert: PASS: AFPercent_Format(0, 4) = 98'765'432'100%
222Alert: PASS: AFPercent_Format(1, 0) = 98,765,432,100.1%
223Alert: PASS: AFPercent_Format(1, 1) = 98765432100.1%
224Alert: PASS: AFPercent_Format(1, 2) = 98.765.432.100,1%
225Alert: PASS: AFPercent_Format(1, 3) = 98765432100,1%
226Alert: PASS: AFPercent_Format(1, 4) = 98'765'432'100.1%
227Alert: PASS: AFPercent_Format(2, 0) = 98,765,432,100.12%
228Alert: PASS: AFPercent_Format(2, 1) = 98765432100.12%
229Alert: PASS: AFPercent_Format(2, 2) = 98.765.432.100,12%
230Alert: PASS: AFPercent_Format(2, 3) = 98765432100,12%
231Alert: PASS: AFPercent_Format(2, 4) = 98'765'432'100.12%
232Alert: PASS: AFPercent_Format(3, 0) = 98,765,432,100.123%
233Alert: PASS: AFPercent_Format(3, 1) = 98765432100.123%
234Alert: PASS: AFPercent_Format(3, 2) = 98.765.432.100,123%
235Alert: PASS: AFPercent_Format(3, 3) = 98765432100,123%
236Alert: PASS: AFPercent_Format(3, 4) = 98'765'432'100.123%
237Alert: PASS: AFPercent_Format(10, 0) = 98,765,432,100.1234130859%
238Alert: PASS: AFPercent_Format(10, 1) = 98765432100.1234130859%
239Alert: PASS: AFPercent_Format(10, 2) = 98.765.432.100,1234130859%
240Alert: PASS: AFPercent_Format(10, 3) = 98765432100,1234130859%
241Alert: PASS: AFPercent_Format(10, 4) = 98'765'432'100.1234130859%
242Alert: PASS: AFPercent_Format(0, 0) = 98,765,432,100%
243Alert: PASS: AFPercent_Format(0, 1) = 98765432100%
244Alert: PASS: AFPercent_Format(0, 2) = 98.765.432.100%
245Alert: PASS: AFPercent_Format(0, 3) = 98765432100%
246Alert: PASS: AFPercent_Format(0, 4) = 98'765'432'100%
247Alert: PASS: AFPercent_Format(1, 0) = 98,765,432,100.0%
248Alert: PASS: AFPercent_Format(1, 1) = 98765432100.0%
249Alert: PASS: AFPercent_Format(1, 2) = 98.765.432.100,0%
250Alert: PASS: AFPercent_Format(1, 3) = 98765432100,0%
251Alert: PASS: AFPercent_Format(1, 4) = 98'765'432'100.0%
252Alert: PASS: AFPercent_Format(2, 0) = 98,765,432,100.00%
253Alert: PASS: AFPercent_Format(2, 1) = 98765432100.00%
254Alert: PASS: AFPercent_Format(2, 2) = 98.765.432.100,00%
255Alert: PASS: AFPercent_Format(2, 3) = 98765432100,00%
256Alert: PASS: AFPercent_Format(2, 4) = 98'765'432'100.00%
257Alert: PASS: AFPercent_Format(3, 0) = 98,765,432,100.000%
258Alert: PASS: AFPercent_Format(3, 1) = 98765432100.000%
259Alert: PASS: AFPercent_Format(3, 2) = 98.765.432.100,000%
260Alert: PASS: AFPercent_Format(3, 3) = 98765432100,000%
261Alert: PASS: AFPercent_Format(3, 4) = 98'765'432'100.000%
262Alert: PASS: AFPercent_Format(10, 0) = 98,765,432,100.0000000000%
263Alert: PASS: AFPercent_Format(10, 1) = 98765432100.0000000000%
264Alert: PASS: AFPercent_Format(10, 2) = 98.765.432.100,0000000000%
265Alert: PASS: AFPercent_Format(10, 3) = 98765432100,0000000000%
266Alert: PASS: AFPercent_Format(10, 4) = 98'765'432'100.0000000000%
267Alert: PASS: AFPercent_Format(1, 0) = 1.0%
268Alert: PASS: AFPercent_Format(1, 0) = 0.1%
269Alert: PASS: AFPercent_Format(1, 0) = 0.0%
270Alert: PASS: AFPercent_Format(1, 0) = 0.0%
271Alert: PASS: AFPercent_Format(1, 0) = 0.0%
272Alert: PASS: AFPercent_Format(10, 2) = 0,0001000000%
273Alert: PASS: AFPercent_Format(20, 0) = 0.00000000000000000000%
274Alert: PASS: AFPercent_Format(308, 0) = 0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000%
275Alert: PASS: AFPercent_Format(308, 0) = 0.00009999999999999999123964644631712417321978136897087097167968750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000%
276Alert: PASS: AFPercent_Format(513, 0) = %
277Alert: **********************
278Alert: PASS: AFPercent_Keystroke() threw AFPercent_Keystroke: Incorrect number of parameters passed to function.
279Alert: PASS: AFPercent_Keystroke(1) threw AFPercent_Keystroke: Incorrect number of parameters passed to function.
kumarashishg826308d2023-06-23 13:21:22 +0000280AFNumber_Keystroke[icon=3,type=0]: The input value is invalid.
Haibo Huang49cc9302020-04-27 16:14:24 -0700281Alert: PASS: AFPercent_Keystroke(1, 0) threw AFPercent_Keystroke: The input value is invalid.
282Alert: PASS: AFPercent_Keystroke(1, 0) = .123
283Alert: **********************
284Alert: PASS: AFRange_Validate() threw AFRange_Validate: Incorrect number of parameters passed to function.
285Alert: PASS: AFRange_Validate(1, 2, 3, 4, 5) threw AFRange_Validate: Incorrect number of parameters passed to function.
kumarashishg826308d2023-06-23 13:21:22 +0000286AFRange_Validate[icon=3,type=0]: The input value must be greater than or equal to 2 and less than or equal to 4.
Haibo Huang49cc9302020-04-27 16:14:24 -0700287Alert: PASS: AFRange_Validate(true, 2, true, 4) = 1
kumarashishg826308d2023-06-23 13:21:22 +0000288AFRange_Validate[icon=3,type=0]: The input value must be greater than or equal to 2 and less than or equal to 4.
Haibo Huang49cc9302020-04-27 16:14:24 -0700289Alert: PASS: AFRange_Validate(true, 2, true, 4) = 5
kumarashishg826308d2023-06-23 13:21:22 +0000290AFRange_Validate[icon=3,type=0]: The input value must be greater than or equal to 2.
Haibo Huang49cc9302020-04-27 16:14:24 -0700291Alert: PASS: AFRange_Validate(true, 2, false, 4) = 1
kumarashishg826308d2023-06-23 13:21:22 +0000292AFRange_Validate[icon=3,type=0]: The input value must be less than or equal to 4.
Haibo Huang49cc9302020-04-27 16:14:24 -0700293Alert: PASS: AFRange_Validate(false, 2, true, 4) = 5
294Alert: PASS: AFRange_Validate(true, 2, true, 4) = 3
295Alert: PASS: AFRange_Validate(false, 2, true, 4) = 1
296Alert: PASS: AFRange_Validate(true, 2, false, 4) = 5
297Alert: **********************
298Alert: PASS: AFSimple() threw AFSimple: Incorrect number of parameters passed to function.
299Alert: PASS: AFSimple(1, 2, 3, 4) threw AFSimple: Incorrect number of parameters passed to function.
300Alert: PASS: AFSimple(1, 2, 3) threw AFSimple: Incorrect parameter value.
301Alert: PASS: AFSimple('nonesuch', 2, 3) threw AFSimple: Incorrect parameter value.
302Alert: PASS: AFSimple('AVG', 2, 3) = 2.5
303Alert: PASS: AFSimple('MIN', 2, 3) = 2
304Alert: PASS: AFSimple('MAX', 2, 3) = 3
305Alert: PASS: AFSimple('SUM', 2, 3) = 5
306Alert: PASS: AFSimple('PRD', 2, 3) = 6
307Alert: PASS: AFSimple('AVG', 2, 'nonesuch') threw AFSimple: Incorrect parameter value.
308Alert: PASS: AFSimple('MIN', 2, 'nonesuch') threw AFSimple: Incorrect parameter value.
309Alert: PASS: AFSimple('MAX', 2, 'nonesuch') threw AFSimple: Incorrect parameter value.
310Alert: PASS: AFSimple('SUM', 2, 'nonesuch') threw AFSimple: Incorrect parameter value.
311Alert: PASS: AFSimple('PRD', 2, 'nonesuch') threw AFSimple: Incorrect parameter value.
312Alert: **********************
313Alert: PASS: AFSimple_Calculate() threw AFSimple_Calculate: Incorrect number of parameters passed to function.
314Alert: PASS: AFSimple_Calculate(1) threw AFSimple_Calculate: Incorrect number of parameters passed to function.
315Alert: ERROR: AFSimple_Calculate: Incorrect parameter value.
316Alert: PASS: AFSimple_Calculate('AVG', [1, 'nonesuch', {'crud': 32}]) = 0
317Alert: PASS: AFSimple_Calculate('AVG', ['Text2', 'Text3']) = 289.5
318Alert: PASS: AFSimple_Calculate('SUM', ['Text2', 'Text3']) = 579
319Alert: PASS: AFSimple_Calculate('PRD', ['Text2', 'Text3']) = 56088
320Alert: PASS: AFSimple_Calculate('MIN', ['Text2', 'Text3']) = 123
321Alert: PASS: AFSimple_Calculate('MAX', ['Text2', 'Text3']) = 456
322Alert: PASS: AFSimple_Calculate('AVG', 'Text2, Text3') = 289.5
323Alert: PASS: AFSimple_Calculate('AVG', ['Text4']) = 407.96
324Alert: PASS: AFSimple_Calculate('SUM', ['Text4']) = 407.96
325Alert: PASS: AFSimple_Calculate('MIN', ['Text4']) = 407.96
326Alert: PASS: AFSimple_Calculate('MAX', ['Text4']) = 407.96
327Alert: PASS: AFSimple_Calculate('AVG', ['Text2', 'Text4']) = 265.48
328Alert: PASS: AFSimple_Calculate('SUM', ['Text2', 'Text4']) = 530.96
329Alert: PASS: AFSimple_Calculate('PRD', ['Text2', 'Text4']) = 50179.08
330Alert: **********************
331Alert: PASS: AFSpecial_Format() threw AFSpecial_Format: Incorrect number of parameters passed to function.
332Alert: PASS: AFSpecial_Format(1, 2) threw AFSpecial_Format: Incorrect number of parameters passed to function.
333Alert: PASS: AFSpecial_Format(0) =
334Alert: PASS: AFSpecial_Format(1) = -
335Alert: PASS: AFSpecial_Format(2) = -
336Alert: PASS: AFSpecial_Format(3) = --
337Alert: PASS: AFSpecial_Format(0) = 01234
338Alert: PASS: AFSpecial_Format(1) = 01234-5678
339Alert: PASS: AFSpecial_Format(2) = (012) 345-6789
340Alert: PASS: AFSpecial_Format(3) = 012-34-5678
341Alert: **********************
342Alert: PASS: AFSpecial_Keystroke() threw AFSpecial_Keystroke: Incorrect number of parameters passed to function.
343Alert: PASS: AFSpecial_Keystroke(65, 66) threw AFSpecial_Keystroke: Incorrect number of parameters passed to function.
344Alert: PASS: AFSpecial_Keystroke(65) = abc
345Alert: **********************
346Alert: PASS: AFSpecial_KeystrokeEx() threw AFSpecial_KeystrokeEx: Incorrect number of parameters passed to function.
347Alert: PASS: AFSpecial_KeystrokeEx('') = 12345
kumarashishg826308d2023-06-23 13:21:22 +0000348AFSpecial_KeystrokeEx[icon=3,type=0]: The input value is invalid.
Haibo Huang49cc9302020-04-27 16:14:24 -0700349Alert: PASS: AFSpecial_KeystrokeEx('9999') = 123
kumarashishg826308d2023-06-23 13:21:22 +0000350AFSpecial_KeystrokeEx[icon=3,type=0]: The input value is too long.
Haibo Huang49cc9302020-04-27 16:14:24 -0700351Alert: PASS: AFSpecial_KeystrokeEx('9999') = 12345
kumarashishg826308d2023-06-23 13:21:22 +0000352AFSpecial_KeystrokeEx[icon=3,type=0]: The input value is invalid.
Haibo Huang49cc9302020-04-27 16:14:24 -0700353Alert: PASS: AFSpecial_KeystrokeEx('9999') = abcd
354Alert: PASS: AFSpecial_KeystrokeEx('9999') = 1234
355Alert: PASS: AFSpecial_KeystrokeEx('XXXX') = abcd
356Alert: **********************
357Alert: PASS: AFTime_Format() threw AFTime_Format: Incorrect number of parameters passed to function.
358Alert: PASS: AFTime_Format(1, 2) threw AFTime_Format: Incorrect number of parameters passed to function.
359Alert: PASS: AFTime_Format(1) = 9:48 pm
360Alert: **********************
361Alert: PASS: AFTime_FormatEx() threw AFTime_FormatEx: Incorrect number of parameters passed to function.
362Alert: PASS: AFTime_FormatEx('blooey', 42) threw AFTime_FormatEx: Incorrect number of parameters passed to function.
363Alert: PASS: AFTime_FormatEx('blooey') = blooey
364Alert: **********************
365Alert: PASS: AFTime_Keystroke() threw AFTime_Keystroke: Incorrect number of parameters passed to function.
366Alert: PASS: AFTime_Keystroke(1, 2) threw AFTime_Keystroke: Incorrect number of parameters passed to function.
367Alert: PASS: AFTime_Keystroke(65) = 12:03
368Alert: **********************
369Alert: PASS: AFTime_KeystrokeEx() threw AFTime_KeystrokeEx: AFDate_KeystrokeEx's parameter size not correct
370Alert: PASS: AFTime_KeystrokeEx(1, 2) threw AFTime_KeystrokeEx: AFDate_KeystrokeEx's parameter size not correct
371Alert: PASS: AFTime_KeystrokeEx('blooey') = 12:04
372Alert: *** ending test 1 ***
373Alert: *** starting test 2 ***
374Alert: PASS: AFDate_Keystroke() threw AFDate_Keystroke: Incorrect number of parameters passed to function.
375Alert: PASS: AFDate_Keystroke(1, 2) threw AFDate_Keystroke: Incorrect number of parameters passed to function.
376Alert: PASS: AFDate_Keystroke(2) = 04/19
377Alert: PASS: AFDate_Keystroke('blooey') = 04/19/15
378Alert: **********************
379Alert: PASS: AFNumber_Keystroke() threw AFNumber_Keystroke: Incorrect number of parameters passed to function.
380Alert: PASS: AFNumber_Keystroke(1) threw AFNumber_Keystroke: Incorrect number of parameters passed to function.
381Alert: FAIL: AFNumber_Keystroke(1, 2) = undefined, expected to throw
382Alert: PASS: AFNumber_Keystroke(1, 2) = 123
383Alert: PASS: AFNumber_Keystroke(1, 2, 3) = 123
384Alert: **********************
385Alert: PASS: AFSpecial_KeystrokeEx() threw AFSpecial_KeystrokeEx: Incorrect number of parameters passed to function.
386Alert: PASS: AFSpecial_KeystrokeEx('') = 12345
387Alert: PASS: AFSpecial_KeystrokeEx('9999') = 123
kumarashishg826308d2023-06-23 13:21:22 +0000388AFSpecial_KeystrokeEx[icon=3,type=0]: The input value is too long.
Haibo Huang49cc9302020-04-27 16:14:24 -0700389Alert: PASS: AFSpecial_KeystrokeEx('9999') = 12345
kumarashishg826308d2023-06-23 13:21:22 +0000390AFSpecial_KeystrokeEx[icon=3,type=0]: The input value is too long.
Haibo Huang49cc9302020-04-27 16:14:24 -0700391Alert: PASS: AFSpecial_KeystrokeEx('9999') = abcd
kumarashishg826308d2023-06-23 13:21:22 +0000392AFSpecial_KeystrokeEx[icon=3,type=0]: The input value is too long.
Haibo Huang49cc9302020-04-27 16:14:24 -0700393Alert: PASS: AFSpecial_KeystrokeEx('9999') = 1234
kumarashishg826308d2023-06-23 13:21:22 +0000394AFSpecial_KeystrokeEx[icon=3,type=0]: The input value is too long.
Haibo Huang49cc9302020-04-27 16:14:24 -0700395Alert: PASS: AFSpecial_KeystrokeEx('XXXX') = abcd
396Alert: **********************
397Alert: PASS: AFMergeChange() threw AFMergeChange: Incorrect number of parameters passed to function.
398Alert: PASS: AFMergeChange(1, 2) threw AFMergeChange: Incorrect number of parameters passed to function.
399Alert: PASS: AFMergeChange(undefined) = Aone
400Alert: *** ending test 2 ***