From: Brett Porter Date: Wed, 3 Mar 2010 21:51:41 +0000 (+0000) Subject: update readme X-Git-Tag: archiva-1.4-M1~1010 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1dc20b01acd2de1461535070e2a883cb7d76b33d;p=archiva.git update readme git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@918712 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt b/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt index a1d2d6396..2a835e123 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt +++ b/archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt @@ -13,7 +13,10 @@ The Cargo installations are stored outside of target to avoid multiple downloads To remove the Cargo installations and re-download them next run, use: - mvn -Pclean-cargo clean -For the default values in the scripts, to pass all the tests, you need to add an artifact in internal repository. +The scripts cannot be run totally unattended. The following will fail if the dialog box that appears +when the applet is run is not approved: + testFindArtifactNullValues(org.apache.archiva.web.test.FindArtifactTest) + testFindArtifactUsingChecksum(org.apache.archiva.web.test.FindArtifactTest) Run Selenium tests in src/test/it with Maven and JUnit - mvn clean install -f junit-pom.xml