[
https://issues.apache.org/jira/browse/STANBOL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Concetto Elvio Bonafede resolved STANBOL-35.
--------------------------------------------
Resolution: Fixed
This issue is resolved. The problem was that among jar libraries there was the
library (given as provider) slf4j-log4j version 1.5.6 that has been excluded in
the pom file of this package. Moreover in the test library there wasn't
slf4j-simple so I've added it.
Changes in the pom.xml:
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.5.2</version>
<scope>test</scope>
</dependency>
> Failing tests in KReS Reasoners
> -------------------------------
>
> Key: STANBOL-35
> URL: https://issues.apache.org/jira/browse/STANBOL-35
> Project: Stanbol
> Issue Type: Bug
> Components: KReS
> Environment: Revision 1060423
> Reporter: Fabian Christ
> Assignee: Enrico Daga
>
> A mvn clean install at top level Stanbol directory leads to:
> [INFO] Building IKS KReS Reasoners
> [INFO] task-segment: [clean, install]
> [INFO]
> ------------------------------------------------------------------------
> ...
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running eu.iksproject.kres.reasoners.KReSRunReasonerTest
> :::::::::::::::: consistency check true
> :::::::::::::::: consistency check true
> :::::::::::::::: consistency check true
> :::::::::::::::: consistency check true
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.25 sec
> Running eu.iksproject.kres.reasoners.KReSRunSPARQLTest
> Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.135 sec <<<
> FAILURE!
> Running eu.iksproject.kres.reasoners.KReSRunRulesTest
> Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.082 sec <<<
> FAILURE!
> Results :
> Tests in error:
> testGetSPARQLprefix(eu.iksproject.kres.reasoners.KReSRunSPARQLTest)
> testAddSPARQLprefix(eu.iksproject.kres.reasoners.KReSRunSPARQLTest)
> testRemoveSPARQLprefix(eu.iksproject.kres.reasoners.KReSRunSPARQLTest)
> testRunSPARQL(eu.iksproject.kres.reasoners.KReSRunSPARQLTest)
>
> testRunRulesReasoner_OWLOntology_1(eu.iksproject.kres.reasoners.KReSRunRulesTest)
> testRunRulesReasoner_0args_1(eu.iksproject.kres.reasoners.KReSRunRulesTest)
>
> testRunRulesReasoner_OWLOntology_2(eu.iksproject.kres.reasoners.KReSRunRulesTest)
> testRunRulesReasoner_0args_2(eu.iksproject.kres.reasoners.KReSRunRulesTest)
> Tests run: 13, Failures: 0, Errors: 8, Skipped: 0
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira