From: Mathieu Baudier Date: Sun, 4 May 2008 17:17:51 +0000 (+0000) Subject: Introduce test descriptors X-Git-Tag: argeo-slc-2.1.7~2935 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=496701c3c4af05272b3960f6c69d98a4b8bfae92;p=gpl%2Fargeo-slc.git Introduce test descriptors git-svn-id: https://svn.argeo.org/slc/trunk@1105 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/applicationContext.xml b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/applicationContext.xml index da1f13900..7727629dc 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/applicationContext.xml +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/applicationContext.xml @@ -46,6 +46,11 @@ + + + + diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/resultView.jsp b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/resultView.jsp index 621212682..ae95c9502 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/resultView.jsp +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/resultView.jsp @@ -11,8 +11,7 @@

Result #${result.uuid}

- @@ -34,6 +33,12 @@ + + +
${part.message} + related + test run +
diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/testRunView.jsp b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/testRunView.jsp new file mode 100644 index 000000000..8152342aa --- /dev/null +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/testRunView.jsp @@ -0,0 +1,33 @@ + +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> + +<%@include file="header.txt"%> + + +
+

TestRun #${testRunDescriptor.testRunUuid}

+ + + Related SLC Execution: ${testRunDescriptor.slcExecutionUuid} +
+ + Related SLC Execution Step: ${testRunDescriptor.slcExecutionStepUuid} +
+
+
+ Related Test Result: ${testRunDescriptor.testResultUuid} +
+
+ + + Related Deployed System: ${testRunDescriptor.deployedSytemId} +
+
+ + <%@include file="footer.txt"%> \ No newline at end of file diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-web-servlet.xml b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-web-servlet.xml index a403a8020..04a66b236 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-web-servlet.xml +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-web-servlet.xml @@ -34,6 +34,12 @@ + + + + + diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-ws-servlet.xml b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-ws-servlet.xml index 00c110d14..f6366997d 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-ws-servlet.xml +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/slc-ws-servlet.xml @@ -44,6 +44,7 @@ +