Test failure occurs when building the bundled sources of archiva
----------------------------------------------------------------

                 Key: MRM-669
                 URL: http://jira.codehaus.org/browse/MRM-669
             Project: Archiva
          Issue Type: Bug
          Components: build
    Affects Versions: 1.0
         Environment: Fedora 8, JDK 1.5, Maven 2.0.7
            Reporter: Napoleon Esmundo C. Ramirez
         Attachments: archiva.log

I downloaded the bundled sources of archiva from 
http://maven.apache.org/archiva and extracted it in some directory.  After 
that, I executed `mvn clean install` inside the extracted source directory, 
then I encountered a test failure somewhere in the archiva-repository-layer:

{code}
-------------------------------------------------------------------------------
Test set: org.apache.maven.archiva.repository.scanner.RepositoryScannerTest
-------------------------------------------------------------------------------
Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.535 sec <<< 
FAILURE!
testDefaultRepositoryScanner(org.apache.maven.archiva.repository.scanner.RepositoryScannerTest)
  Time elapsed: 0.11 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Processed Count (of invalid items) 
expected:<6> but was:<5>
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:282)
        at junit.framework.Assert.assertEquals(Assert.java:64)
        at junit.framework.Assert.assertEquals(Assert.java:201)
        at 
org.apache.maven.archiva.repository.scanner.RepositoryScannerTest.testDefaultRepositoryScanner(RepositoryScannerTest.java:219)
{code}

I attached my build log as well.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to