]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/SimpleTestRun.java
Make default execution ressources temp dir dependent of the JVM OS user, in order...
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / test / SimpleTestRun.java
index 9a37269e570bc6330eec187daa2fe354a8d31307..e9b83995b9e926c5ec62c41f388e937fe4689b06 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>\r
+ * Copyright (C) 2007-2012 Mathieu Baudier\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
-\r
 package org.argeo.slc.core.test;\r
 \r
 import java.util.UUID;\r
@@ -35,6 +34,7 @@ import org.argeo.slc.test.WritableTestRun;
  * A basic bean implementation of a <code>WritableTestRun</code>, holding\r
  * references to the various parts of a test run.\r
  */\r
+@SuppressWarnings("deprecation")\r
 public class SimpleTestRun implements WritableTestRun, ExecutableTestRun,\r
                SlcExecutionRelated, StructureAware<TreeSPath> {\r
        private String uuid;\r
@@ -130,6 +130,7 @@ public class SimpleTestRun implements WritableTestRun, ExecutableTestRun,
                this.slcExecutionStepUuid = slcExecutionStepUuid;\r
        }\r
 \r
+       @Deprecated\r
        public void notifySlcExecution(SlcExecution slcExecution) {\r
                if (slcExecution != null) {\r
                        slcExecutionUuid = slcExecution.getUuid();\r