X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Ftest%2FTestRun.java;h=0935a5511f905c07c70af8cadfb9fbca50b80ee8;hb=d4bd245768d2e2b3f94928b3db5a01380857e8b8;hp=dc3aa2db0d7a55bcdc4c8878fd71be6670c427eb;hpb=c0535626dd8ffabb6fc4df4e8a47465e908ba953;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestRun.java b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestRun.java index dc3aa2db0..0935a5511 100644 --- a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestRun.java +++ b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/test/TestRun.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Mathieu Baudier + * Copyright (C) 2007-2012 Argeo GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,15 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.argeo.slc.test; import org.argeo.slc.deploy.DeployedSystem; -import org.argeo.slc.process.SlcExecutionAware; /** The actual run of a test */ -@SuppressWarnings("deprecation") -public interface TestRun extends SlcExecutionAware { +public interface TestRun { /** Gets UUID */ public String getUuid();