Menu

#75 Server-Con-2001 && 2002 missing "return" in SCTSExpr stat..

open-fixed
nobody
None
5
2006-07-05
2006-06-29
adaher
No

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.

Discussion

  • adaher

    adaher - 2006-07-05

    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

     
  • adaher

    adaher - 2006-07-05
     
  • adaher

    adaher - 2006-07-05
    • status: open --> open-fixed
     
  • adaher

    adaher - 2006-07-05
     

Log in to post a comment.