Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

TestNG Ant task classfilesets setting does not work for more than one class. #96

Open
GoogleCodeExporter opened this issue Apr 23, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create TestNG ant command with classfilesets. classfilesets should have two 
test classes
2. run the command


What is the expected output? What do you see instead?
Tests should run successfully. I get an error - Invalid byte 2 of 2-byte UTF-8 
sequence.

What version of the product are you using? On what operating system?
TestNG 5.13

Please provide any additional information below.
On debugging the issue, I found out that TestNGAntTask creates the -testclass 
argument values without a comma. But the TestNG class expects the classes 
delimited with a comma.

Original issue reported on code.google.com by [email protected] on 12 Aug 2010 at 11:58

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant