HTTP VIM fatal errors

0 views
Skip to first unread message

ldeveaux

unread,
Jun 4, 2010, 5:11:09 AM6/4/10
to XAM Developers Group
Hi,

There are two errors in vim.cpp file.

Severity: Blocker

In the VIM_XSystem_AccessXSet function,
vVIM.AppendArg("xuid", inXUID);

has to be replaced by :
vVIM.AppendXUID("xuid", inXUID);

Same thing for VIM_XSystem_IsXSetRetained.
Otherwise, the encoding is not performed and the xuid looks bad when
it is valid.

Best regards,

Ludovic Deveaux

Mike A

unread,
Jun 7, 2010, 2:17:50 PM6/7/10
to XAM Developers Group

I committed those fixes to the "xam-fixes" project (vim.cpp) and also
added tests to the simple unit test I wrote (C_XAM_Library/test/http-
test.cpp).

Methods fixed are:
* XSystem_GetXSetAccessTime
* XSystem_AccessXSet
* XSystem_CopyXSet
* XSystem_HoldXSet
* XSystem_ReleaseXSet
* XSystem_DeleteXSet
* XSystem_isXSetRetained
* XSystem_AsyncOpenXSet (not tested)
* XSystem_AsyncCopyXSet (not tested)

I didn't test the last two because I haven't the time to invent more
testing framework for them. They'll probably get tested at some point.
Reply all
Reply to author
Forward
0 new messages