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

Test Case for Issue 10 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Test Case for Issue 10 #19

wants to merge 1 commit into from

Conversation

spina
Copy link
Contributor

@spina spina commented Apr 10, 2012

I wrote a test case for issue 10. If you go into <gradle_cobertura>/DisabledTestsTest and run 'gradle -x test cobertura' the build will fail. If you run 'gradle cobertura' the build succeeds. I did not hook this test into the root gradle build very well. I would expect the test or check task in the root project to run this test. The test also doesn't get it's dependency from the root correctly-- it pulls a statically defined version of the plugin from the Ivy repo. Would you like me to do more work on this?

I encountered issue 10 myself in my build, but in a slightly different
way. When I ran my build with the -x command (eg. 'gradle -x test
cobertura') The build failed because of cobertura. Running that command
in 'DisabledTestsTest' will cause the build to fail. If the build
succeeds then issue 10 is fixed.
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.

1 participant