You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Oliver Heger <ol...@oliver-heger.de> on 2008/05/14 22:32:50 UTC

[configuration] Test failure in configuration2_experimental branch

Just noticed that a test is failing on this branch (see below). Is there 
a test configuration file missing?

Oliver

Results :

Tests in error:
 
testConfigurationBuilder(org.apache.commons.configuration2.TestDatabaseConfigu
ration)

Tests run: 1639, Failures: 0, Errors: 1, Skipped: 0

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

-------------------------------------------------------------------------------
Test set: org.apache.commons.configuration2.TestDatabaseConfiguration
-------------------------------------------------------------------------------
Tests run: 30, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.497 
sec <<< FAILURE!
testConfigurationBuilder(org.apache.commons.configuration2.TestDatabaseConfiguration) 
  Time elapsed: 0.016 sec  <<< ERROR!
org.apache.commons.configuration2.ConfigurationException: Cannot locate 
configuration source testDatabaseConfiguration.xml
	at 
org.apache.commons.configuration2.AbstractFileConfiguration.load(AbstractFileConfiguration.java:217)
	at 
org.apache.commons.configuration2.AbstractFileConfiguration.load(AbstractFileConfiguration.java:197)
	at 
org.apache.commons.configuration2.AbstractHierarchicalFileConfiguration.load(AbstractHierarchicalFileConfiguration.java:169)
	at 
org.apache.commons.configuration2.DefaultConfigurationBuilder.getConfiguration(DefaultConfigurationBuilder.java:504)
	at 
org.apache.commons.configuration2.DefaultConfigurationBuilder.getConfiguration(DefaultConfigurationBuilder.java:483)
	at 
org.apache.commons.configuration2.TestDatabaseConfiguration.testConfigurationBuilder(TestDatabaseConfiguration.java:473)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [configuration] Test failure in configuration2_experimental branch

Posted by Emmanuel Bourg <eb...@apache.org>.
Oliver Heger a écrit :
> Just noticed that a test is failing on this branch (see below). Is there 
> a test configuration file missing?
> 
> Oliver

Indeed, it was missing from the last commit. It's fixed now.

Emmanuel Bourg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org