Design: 09.02.10/P05

This is an abstract, language-independent design. Grim details may be found in the corresponding source code. You may return to the documentation for the module containing this program design, or to the entire hierarchical table of topics covered by the PVT.


PROGRAM 5: Error indicator = 2006

CHARACTERISTICS: nnnn

OPERATOR SCRIPT: passive test

DESIGN:

<open structure> 100
<text>
<execute structure>
<close structure>
<open structure> 101
<text>
<close structure>

start path = (100,1)
<incremental spatial search 3> with number of "normal filters" = 0
TEST: #SR 5
      "If <incremental spatial search 3> is called and list of filters
       is invalid, it should return error indicator = 2006."
pass/fail depending on (returned error indicator = 2006)

<incremental spatial search 3> with number of "inverted filters" = -1
TEST: #SR 5
      "If <incremental spatial search 3> is called and list of filters
       is invalid, it should return error indicator = 2006."
pass/fail depending on (returned error indicator = 2006)

END PROGRAM 5