Skip to content

Commit

Permalink
Debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 committed Jan 24, 2017
1 parent 2d187a0 commit a17f263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MDX2JSON/REST.cls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Test method, outputs <b>%request</b>, <b>%response</b> and <b>%session</b> objec
set obj.SessionId = %session.SessionId
set obj.Request = %request
set obj.Response = %response
set obj.Session = %session
//set obj.Session = %session
}
do obj.%ToJSON()
return $$$OK
Expand Down
4 changes: 2 additions & 2 deletions MDX2JSON/Tests.cls.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Classes with support methods for testing MDX2JSON</Description>

<Parameter name="LastCommit">
<Type>%String</Type>
<Default>f366db5c593e9a23063ee3b5822a2542a793579c</Default>
<Default>2d187a0f8a60f8b747430050113fc853a4be7973</Default>
</Parameter>

<Parameter name="LastCommitTS">
<Type>%TimeStamp</Type>
<Default>2016-11-24 14:11:59.150</Default>
<Default>2017-01-24 10:01:28.982</Default>
</Parameter>

<Method name="ProjectLength">
Expand Down

0 comments on commit a17f263

Please sign in to comment.