[
https://issues.apache.org/jira/browse/VALIDATOR-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16587086#comment-16587086
]
Benedikt Ritter commented on VALIDATOR-443:
-------------------------------------------
The ant build has been dropped from the project. Please use the latest release
and build it with maven.
> While build is successful all Test Classes are Failing
> ------------------------------------------------------
>
> Key: VALIDATOR-443
> URL: https://issues.apache.org/jira/browse/VALIDATOR-443
> Project: Commons Validator
> Issue Type: Bug
> Affects Versions: 1.4.0 Release
> Environment: I am using MacBook Pro with MacOS Version 10.13.5.
> Reporter: Georgios Assiotis
> Priority: Major
> Labels: build
> Attachments: build.xml
>
>
> I have downloaded commons.validator-1.4.0 and I am using Pittest and ant, to
> create mutants to the files. While I have managed to make the build file run.
> All of my Test Classes are Failing.
> {code:java}
> test:
> [mkdir] Created dir: /Users/george_ashiotis/Desktop/Coursework
> files-20180731/commons-validator-1.4.0/target/test-result
> [junit] Running java.org.apache.commons.validator.AbstractCommonTest
> [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0
> sec
> [junit] Test java.org.apache.commons.validator.AbstractCommonTest FAILED
> [junit] Running java.org.apache.commons.validator.AbstractNumberTest
> [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0
> sec
> [junit] Test java.org.apache.commons.validator.AbstractNumberTest FAILED
> [junit] Running java.org.apache.commons.validator.ByteTest
> [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0
> sec
> [junit] Test java.org.apache.commons.validator.ByteTest FAILED
> {code}
> This is happening with all the rest of the Test files.
> Attached you can find my build file. There are some redundant <targets> but
> they are not used.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)