|
@@ -89,7 +89,7 @@ begin
|
|
|
EndTest('Array value from array of const',TJSONArray.Create([1,'a',2,'b']));
|
|
|
EndTest('Empty Object value',TJSONObject.Create);
|
|
|
// Name, Value, name, value
|
|
|
- EndTest('Object from array of const',TJSONArray.Create(['a',1,'b',True,'C',Nil]));
|
|
|
+ EndTest('Object from array of const',TJSONObject.Create(['a',1,'b',True,'C',Nil]));
|
|
|
|
|
|
end;
|
|
|
|