]> git.argeo.org Git - gpl/argeo-slc.git/commit
Introduce automated integration tests on the web app
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 25 Jun 2008 17:14:47 +0000 (17:14 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 25 Jun 2008 17:14:47 +0000 (17:14 +0000)
commit76006ca3802dcc6ba6b94e62b13f572ed6a06e76
tree188f2a594264cd0499b7fca98da5d05d2bcee6a0
parent2d93486e9d12f22409944d774911fe755e1350dc
Introduce automated integration tests on the web app

git-svn-id: https://svn.argeo.org/slc/trunk@1282 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
org.argeo.slc.webapp/.classpath
org.argeo.slc.webapp/pom.xml
org.argeo.slc.webapp/src/test/java/org/argeo/slc/ws/SlcAntWsIntegrationTest.java [new file with mode: 0644]
org.argeo.slc.webapp/src/test/java/org/argeo/slc/ws/SlcExecutionWsIntegrationTest.java [new file with mode: 0644]
org.argeo.slc.webapp/src/test/java/org/argeo/slc/ws/TreeTestResultWsIntegrationTest.java [new file with mode: 0644]
org.argeo.slc.webapp/src/test/resources/org/argeo/slc/ant/build.xml [new file with mode: 0644]
org.argeo.slc.webapp/src/test/resources/org/argeo/slc/ant/nonDepContext.xml [new file with mode: 0644]
org.argeo.slc.webapp/src/test/resources/org/argeo/slc/ws/applicationContext.xml [new file with mode: 0644]
org.argeo.slc.webapp/src/test/resources/org/argeo/slc/ws/execution.xml [new file with mode: 0644]
org.argeo.slc.webapp/src/test/resources/org/argeo/slc/ws/result.xml [new file with mode: 0644]