|
|
Test Case taDOM2+/5-taDOM2+-34-CHtaDOM2+ Lock Requests of executed Operation getNextSibling(contextNode) returns null valueThe getNextSibling operation returns null because the context node CO is the last child of parent node PA and no next sibling node NS exists.
Behavior specified with base operations:Read Set = CO PALCE CONSE , Write Set = - LockRequest[node=CO,lock:NR,PSE:-,NSE:ER,FCE:-,LCE:-]
- LockRequest[node=CN,lock:NR,PSE:-,NSE:-,FCE:-,LCE:-]
- LockRequest[node=PA,lock:-,PSE:-,NSE:-,FCE:-,LCE:ER]
taDOM2+ Lock Requests of checked Operation deleteNode(contextNode) executed on node CHThe deleteNode operation is executed on the context element node CO and deletes the context node. Thereby, the context node is the only child of its parent node.
Bahavior specified with base operations:- modifyPAFCE
- modifyPALCE
- writeCO
- writeFC
- writeCH
- writeLC
- writeDC
Read and write sets for execution on CH:Read Set = , Write Set = CH DC COFCE COLCE - LockRequest[node=CO,lock:SX,PSE:-,NSE:-,FCE:-,LCE:-] on CH
- LockRequest[node=PA,lock:-,PSE:-,NSE:-,FCE:EX,LCE:EX] on CH
Operations must be compatibleCheck | Existing LockRequest[node=CO,lock:NR,PSE:-,NSE:ER,FCE:-,LCE:-] with Requested LockRequest[node=CO,lock:SX,PSE:-,NSE:-,FCE:-,LCE:-] on CH | Requested lock IX on AC compatible to existing lock IR. Requested lock IX on PA compatible to existing lock IR. Requested lock CX on CO compatible to existing lock NR.
| Compatible | Check | Existing LockRequest[node=CO,lock:NR,PSE:-,NSE:ER,FCE:-,LCE:-] with Requested LockRequest[node=PA,lock:-,PSE:-,NSE:-,FCE:EX,LCE:EX] on CH | | Compatible | Check | Existing LockRequest[node=CN,lock:NR,PSE:-,NSE:-,FCE:-,LCE:-] with Requested LockRequest[node=CO,lock:SX,PSE:-,NSE:-,FCE:-,LCE:-] on CH | Requested lock IX on AC compatible to existing lock IR. Requested lock IX on PA compatible to existing lock IR. Requested lock CX on CO compatible to existing lock IR.
| Compatible | Check | Existing LockRequest[node=CN,lock:NR,PSE:-,NSE:-,FCE:-,LCE:-] with Requested LockRequest[node=PA,lock:-,PSE:-,NSE:-,FCE:EX,LCE:EX] on CH | | Compatible | Check | Existing LockRequest[node=PA,lock:-,PSE:-,NSE:-,FCE:-,LCE:ER] with Requested LockRequest[node=CO,lock:SX,PSE:-,NSE:-,FCE:-,LCE:-] on CH | | Compatible | Check | Existing LockRequest[node=PA,lock:-,PSE:-,NSE:-,FCE:-,LCE:ER] with Requested LockRequest[node=PA,lock:-,PSE:-,NSE:-,FCE:EX,LCE:EX] on CH | | Compatible | Test Case Ok |
|