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

SHRINKRES-181 MavenArtifactInfo is missing <optional> info #73

Closed
wants to merge 1 commit into from

Conversation

mmatloka
Copy link
Contributor

@@ -169,6 +174,7 @@ public void resolvedArtifactInfoDependecies() {
assertEquals("1.0.0", child2.getResolvedVersion());
assertEquals(false, child2.isSnapshotVersion());
assertEquals("jar", child2.getExtension());
assertEquals(false, child2.isOptional());
Copy link
Member

Choose a reason for hiding this comment

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

Would it be possible to verify that true can be returned from isOptional under some circumstances? ;-)

@kpiwko kpiwko closed this Sep 20, 2014
@kpiwko
Copy link
Member

kpiwko commented Sep 20, 2014

Landed in 7d62adc. Positive test added in 51ac194

Thanks @mmatloka!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants