Line 1991 in Server-Con-2001 and line 1999 in Server-
Con-2002 contain malformed <SCTSExpr> elements.
They are missing the required "return" parameter and
cause the tool to abort prematurely when running the
test case.
Purpose:
This patch is to fix Bug 1514654 and 1517017 for SCTS DS1.2
Description of the Patch:
For bug#1514654: test cases 2001 and 2002 crash because
SCTSExpr statement missed "return" parameter.
For bug#1517017: test case 2001 have to verify that we
received Results elements, and to get DataStore node, the
tree path should be "Item/Data/DevInf/DataStore"
Short overview of how the patch works
for first bug, "return" parameter was added to SCTSExpr
statement.
for second bug, code was added to verify that server sends
Results node, and tree path to get Datastore under DevInf
node
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1357631
Fix reprot:
Purpose:
This patch is to fix Bug 1514654 and 1517017 for SCTS DS1.2
Description of the Patch:
For bug#1514654: test cases 2001 and 2002 crash because
SCTSExpr statement missed "return" parameter.
For bug#1517017: test case 2001 have to verify that we
received Results elements, and to get DataStore node, the
tree path should be "Item/Data/DevInf/DataStore"
Short overview of how the patch works
for first bug, "return" parameter was added to SCTSExpr
statement.
for second bug, code was added to verify that server sends
Results node, and tree path to get Datastore under DevInf
node