soumyasd / scalgorithms

Automatically exported from code.google.com/p/scalgorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test case errors.

GoogleCodeExporter opened this issue · comments

When building the system, Maven reports some test failures:

-------------------------

Results :

Failed tests: 
  warning(junit.framework.TestSuite$1)

testDoubleNegationEliminationSentence(net.pragyah.scalgorithms.aima.logic.propos
itional.TestEquivalences)

testResolveNonEmpty2(net.pragyah.scalgorithms.aima.logic.propositional.inference
.TestResolution)

testResolveNonEmpty(net.pragyah.scalgorithms.aima.logic.propositional.inference.
TestResolution)

Tests in error: 

testAlgorithm(net.pragyah.scalgorithms.aima.logic.propositional.inference.TestRe
solution)

Tests run: 88, Failures: 4, Errors: 1, Skipped: 0

-------------------------

I am attaching the surefire-reports directory which contains the test error
messages generated by Surefire (i.e. JUnit). 

I have configured the pom.xml to not halt the build on test failure so that
the system can still generate the scalgorithms.jar file (for use by Scalby).


Original issue reported on code.google.com by philipmj...@gmail.com on 25 Jan 2010 at 11:32

Attachments: