X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=runtime%2Forg.argeo.slc.support.jcr%2Fsrc%2Fmain%2Fresources%2Forg%2Fargeo%2Fslc%2Fjcr%2Fslc.cnd;h=92e81a4ef58a9d0c2489aeb825d3d44e72f79b91;hb=a59b94ef7611d278b2ed1b60b51f15fcece52e4e;hp=3117a3f1a5a349510d1c036c316a9495bb0c86ef;hpb=f78bb2a6d314add95e34691e7b43cb7655c81dda;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.support.jcr/src/main/resources/org/argeo/slc/jcr/slc.cnd b/runtime/org.argeo.slc.support.jcr/src/main/resources/org/argeo/slc/jcr/slc.cnd index 3117a3f1a..92e81a4ef 100644 --- a/runtime/org.argeo.slc.support.jcr/src/main/resources/org/argeo/slc/jcr/slc.cnd +++ b/runtime/org.argeo.slc.support.jcr/src/main/resources/org/argeo/slc/jcr/slc.cnd @@ -38,10 +38,11 @@ mixin - slc:value (UNDEFINED) [slc:refSpecAttribute] > slc:executionSpecAttribute +orderable mixin // typically a class name - slc:type (STRING) -+ slc:value +- slc:value (UNDEFINED) + * (mix:title) [slc:executionFlow] > nt:unstructured, mix:title @@ -53,6 +54,7 @@ mixin // PROCESS [slc:process] > nt:unstructured, mix:created, mix:lastModified +orderable - slc:uuid (STRING) ! m - slc:status (STRING) m + slc:flow (slc:realizedFlow) @@ -78,6 +80,7 @@ abstract [slc:logError] > slc:logWarning [slc:realizedFlow] > nt:base +orderable mixin // the name of the flow // - slc:flow (STRING) @@ -92,15 +95,32 @@ mixin + * (slc:executionSpecAttribute) * // RESULT -[slc:result] > nt:unstructured, mix:created, mix:lastModified +[slc:testResult] > nt:unstructured, mix:created, mix:lastModified - slc:uuid (STRING) ! m - slc:testCase (STRING) - slc:completed (DATE) - -[slc:diffResult] > slc:result +// Added by the engine once the test has been fully processed. +// If the test is killed before it ends, this node is not created ++ slc:status (slc:check) +// DEPRECATED. This Node is now rather called slc:status (see above) +// Should be removed in Argeo 2. ++ slc:testStatus (slc:check) + +[slc:diffResult] > slc:testResult + slc:summary + slc:issues +[slc:resultFolder] > nt:unstructured ++ slc:folderStatus (slc:check) ++ * (slc:resultFolder) * ++ * (slc:testResult) * + +// base node for user defined and managed result tree +// simplify UI management +[slc:myResultRootFolder] > nt:unstructured ++ * (slc:resultFolder) * ++ * (slc:testResult) * + [slc:check] > nt:unstructured // true for PASSED, false for FAILED or ERROR - slc:success (BOOLEAN) ! m