Skip to content

Commit 507cf20

Browse files
committed
User indication in test method
1 parent 4af2185 commit 507cf20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MDX2JSON/REST.cls.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Test method, outputs <b>%request</b>, <b>%response</b> and <b>%session</b> objec
103103
<ClassMethod>1</ClassMethod>
104104
<ReturnType>%Status</ReturnType>
105105
<Implementation><![CDATA[
106-
write "{""Status"": ""OK""}"
106+
write "{"_ $$$ZENJSPAIR("Status","OK") _"," _ $$$ZENJSPAIR("User",$Username) _"}"
107107
return $$$OK
108108
]]></Implementation>
109109
</Method>

0 commit comments

Comments
 (0)