X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Ftest%2FTestStatus.java;h=bc9881aebd20c2eca16a2a1e7fc5a13ce50393cf;hb=6701dca2d857462db94fc1c367c1d41247be91e4;hp=d353c32e7c83107af17ce7d611188adb4f22e413;hpb=1fdb1b4e7b1d2b0cabb6483238301b857a6392fa;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestStatus.java b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestStatus.java index d353c32e7..bc9881aeb 100644 --- a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestStatus.java +++ b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestStatus.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Mathieu Baudier + * Copyright (C) 2007-2012 Mathieu Baudier * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,11 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.argeo.slc.test; /** - * Simple statuses. + * Simple statuses. Ordering of the flags can be relied upon in aggregation: if + * one element is failed, the aggregation is failed. Is one element is in ERROR, + * the aggregation is in ERROR. *

*