Skip to content

Commit 50de1f9

Browse files
committed
Dynamic obj tests
1 parent c0c4d60 commit 50de1f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

MDX2JSON/Tests.cls.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ do ##class(MDX2JSON.Tests).DynamicObjects()</Description>
109109
<ClassMethod>1</ClassMethod>
110110
<Implementation><![CDATA[
111111
112-
/*set obj = $$$NewDynObj
112+
set obj = $$$NewDynObj
113113
set obj.prop = "val"
114114
$$$DynObjToJSON(obj)
115-
*/
115+
116116
set dtList = $$$NewDynDTList
117117
s a=1
118118
$$$Insert(dtList,"a")
119-
//$$$ListToJSON(dtList)
119+
$$$ListToJSON(dtList)
120120
]]></Implementation>
121121
</Method>
122122
</Class>

0 commit comments

Comments
 (0)