Georgios Assiotis created VALIDATOR-443:
-------------------------------------------
Summary: 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
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)