|
|
Test Case taDOM3+/5-taDOM3+-8-ACtaDOM3+ 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=PA,lock:-,PSE:-,NSE:-,FCE:-,LCE:ER]
taDOM3+ Lock Requests of checked Operation getLastChild(contextElementNode) executed on node ACThe getLastChild operation returns the last child LC of the context node CO.
Bahavior specified with base operations:- readCO
- useCOLCE
- readLC
- useLCNSE
Read and write sets for execution on AC:Read Set = AC PA , Write Set = - LockRequest[node=CO,lock:NR,PSE:-,NSE:-,FCE:-,LCE:ER] on AC
- LockRequest[node=LC,lock:NR,PSE:-,NSE:ER,FCE:-,LCE:-] on AC
Operations must be compatibleCheck | Existing LockRequest[node=CO,lock:NR,PSE:-,NSE:ER,FCE:-,LCE:-] with Requested LockRequest[node=CO,lock:NR,PSE:-,NSE:-,FCE:-,LCE:ER] on AC | Requested lock NR on AC compatible to existing lock IR.
| Compatible | Check | Existing LockRequest[node=CO,lock:NR,PSE:-,NSE:ER,FCE:-,LCE:-] with Requested LockRequest[node=LC,lock:NR,PSE:-,NSE:ER,FCE:-,LCE:-] on AC | Requested lock IR on AC compatible to existing lock IR.
| Compatible | Check | Existing LockRequest[node=PA,lock:-,PSE:-,NSE:-,FCE:-,LCE:ER] with Requested LockRequest[node=CO,lock:NR,PSE:-,NSE:-,FCE:-,LCE:ER] on AC | | Compatible | Check | Existing LockRequest[node=PA,lock:-,PSE:-,NSE:-,FCE:-,LCE:ER] with Requested LockRequest[node=LC,lock:NR,PSE:-,NSE:ER,FCE:-,LCE:-] on AC | | Compatible | Test Case Ok |
|