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

HudsonTestCase does not load the plugin under development #357

Open
rduncan opened this issue Feb 21, 2013 · 2 comments
Open

HudsonTestCase does not load the plugin under development #357

rduncan opened this issue Feb 21, 2013 · 2 comments

Comments

@rduncan
Copy link

rduncan commented Feb 21, 2013

HudsonTestCase.setUp calls HudsonTestCase.recipe() which calls HudsonTestCase.recipeLoadCurrentPlugin to load the plugin under test. The statement

             final URL hpl = e.nextElement();

defines a variable which is both unused and reads the enumerator's only element so that there is nothing for the runner's decorateHome method to do.

Let me know if you'd like the patch we have.

@wjprakash
Copy link
Member

@rduncan
Copy link
Author

rduncan commented Feb 21, 2013

No Winston it's the same. I'll check next time...

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

No branches or pull requests

2 participants