Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of TESTNG-455 aka #50 #51

Merged

Conversation

apohllo
Copy link
Contributor

@apohllo apohllo commented Jun 3, 2011

No description provided.

while (dirs.hasMoreElements()) {
URL url = dirs.nextElement();

Vector<URL> dirs = new Vector<URL>();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the same strategy as ClassHelper - i.e. allow for setting the class loader for the PackageUtils.

@cbeust cbeust merged commit cf247f3 into testng-team:master Jun 3, 2011
@cbeust
Copy link
Collaborator

cbeust commented Jun 3, 2011

I just merged and pushed your change, thanks! Can you email me at cedric@beust.com? I'd like to understand a bit more about your plan with respect to TestNG and Tycho (which I really want to support) and I have a few questions too.

Thanks for the patch!

@aumann aumann mentioned this pull request Jul 31, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants