You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-user@portals.apache.org by Henry Lu <zh...@umich.edu> on 2008/06/19 15:05:12 UTC

Please help!

I got the following errors when I ran "mvn package"

Results :

Failed tests:
  
testStoreConsumerConfiguredPortlet(org.apache.wsrp4j.persistence.xml.CastorPro
ducerImplTest)
  
testLoadConsumerConfiguredPortlet(org.apache.wsrp4j.persistence.xml.CastorProd
ucerImplTest)
  
testStoreRegistration(org.apache.wsrp4j.persistence.xml.CastorProducerImplTest
)
  
testStoreRegistrationOverwrite(org.apache.wsrp4j.persistence.xml.CastorProduce
rImplTest)
  
testLoadRegistration(org.apache.wsrp4j.persistence.xml.CastorProducerImplTest)

  
testRemoveRegistration(org.apache.wsrp4j.persistence.xml.CastorProducerImplTes
t)
  
testRemoveConsumerConfiguredPortlet(org.apache.wsrp4j.persistence.xml.CastorPr
oducerImplTest)
  
testStoreProducerConfiguration(org.apache.wsrp4j.persistence.xml.CastorProduce
rImplTest)
  
testLoadProducerConfiguration(org.apache.wsrp4j.persistence.xml.CastorProducer
ImplTest)
  
testLoadProducerConfigurationWithoutCallingStoreFirst(org.apache.wsrp4j.persis
tence.xml.CastorProducerImplTest)
  
testLoadProducerConfigurationWithoutCallingStoreFirstExistingConfig(org.apache
.wsrp4j.persistence.xml.CastorProducerImplTest)
  
testResolvePersistenceDirectoryRelativePath(org.apache.wsrp4j.persistence.xml.
CastorProducerImplTest)
  
testResolvePersistenceDirectoryAbsolutePath(org.apache.wsrp4j.persistence.xml.
CastorProducerImplTest)

Tests run: 34, Failures: 13, Errors: 0, Skipped: 0

[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to 
C:\1\wsrp4j669476\trunk\persistence-producer\producer-persistenc
e-xml\target\surefire-reports for the individual test results.

Can someone help me out?

-Henry