Menu

#80 Client-Con-0101.xml causes an exception

DS-1.2
open
nobody
5
2006-09-08
2006-09-08
Anonymous
No

The exception happens in
TestContet::getLocalDBLocURI_onIndex line 773 because
the index is out of range. The real cause of the
problem, however, is that the TestEngine isn't
recognizing that it sent the final tag so it's
executing the loop again.

It doesn't recognize it sent a final tag because it's
using the wrong name space in SCTSCommandExecPath.cpp,
line 170:

strcat(xmlnsProp,"SYNCML:SYNCML1.1");

instead of

strcat(xmlnsProp,"SYNCML:SYNCML1.2");

With the wrong namespace, the lookup fails causing the
loop to execute again.

Discussion


Log in to post a comment.