|
|
Test Case taDOM3+/2-taDOM3+-22-ACtaDOM3+ Lock Requests of executed Operation getPrevSibling(contextNode) returns NodeThe getPrevSibling operation returns the previous sibling node PS of the context node CO.
Behavior specified with base operations:- readCO
- useCOPSE
- readPS
- usePSNSE
Read Set = PS CO PSNSE COPSE , Write Set = - LockRequest[node=CO,lock:NR,PSE:ER,NSE:-,FCE:-,LCE:-]
- LockRequest[node=PS,lock:NR,PSE:-,NSE:ER,FCE:-,LCE:-]
taDOM3+ Lock Requests of checked Operation renameAttribute(contextElementNode, ctxAttrOldNameString, ctxAttrNewNameString) executed on node ACThe renameAttribute operation is executed on the context element node CO and renames the context attribute CA with the passed old name to the passed new name. In taDOM2(+) the CX lock on AR must be requested additionally in order to prevent an execution of the getAttributes() method on the context node. The operation returns the rename attribute node CA.
Bahavior specified with base operations:Read and write sets for execution on AC:Read Set = AC , Write Set = - LockRequest[node=CO,lock:NR,PSE:-,NSE:-,FCE:-,LCE:-] on AC
- LockRequest[node=CA,lock:NX,PSE:-,NSE:-,FCE:-,LCE:-] on AC
Operations must be compatibleCheck | Existing LockRequest[node=CO,lock:NR,PSE:ER,NSE:-,FCE:-,LCE:-] with Requested LockRequest[node=CO,lock:NR,PSE:-,NSE:-,FCE:-,LCE:-] on AC | Requested lock NR on AC compatible to existing lock IR.
| Compatible | Check | Existing LockRequest[node=CO,lock:NR,PSE:ER,NSE:-,FCE:-,LCE:-] with Requested LockRequest[node=CA,lock:NX,PSE:-,NSE:-,FCE:-,LCE:-] on AC | Requested lock IX on AC compatible to existing lock IR.
| Compatible | Check | Existing LockRequest[node=PS,lock:NR,PSE:-,NSE:ER,FCE:-,LCE:-] with Requested LockRequest[node=CO,lock:NR,PSE:-,NSE:-,FCE:-,LCE:-] on AC | Requested lock NR on AC compatible to existing lock IR.
| Compatible | Check | Existing LockRequest[node=PS,lock:NR,PSE:-,NSE:ER,FCE:-,LCE:-] with Requested LockRequest[node=CA,lock:NX,PSE:-,NSE:-,FCE:-,LCE:-] on AC | Requested lock IX on AC compatible to existing lock IR.
| Compatible | Test Case Ok |
|