]> source.dussan.org Git - archiva.git/commitdiff
update readme
authorBrett Porter <brett@apache.org>
Wed, 3 Mar 2010 21:51:41 +0000 (21:51 +0000)
committerBrett Porter <brett@apache.org>
Wed, 3 Mar 2010 21:51:41 +0000 (21:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@918712 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-test/ReadMe.txt

index a1d2d63963c2b95244651ad10e61203e1c9eef19..2a835e1239551097178f41390e0d58c09ddcd849 100644 (file)
@@ -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