prezi / gradle

A powerful build system for the JVM
www.gradle.org
0 stars 0 forks source link

Integration test coverage for re-resolving configurations #14

Closed lptr closed 9 years ago

lptr commented 9 years ago
lptr commented 9 years ago
lptr commented 9 years ago

"When a previously-resolved Configuration is set to a 'mutable' state and is mutated:" -- this doesn't make sense. The only way when a resolved configuration can be re-resolved is that it was first resolved for task dependencies only. In that state we cannot access any of the three results (files, ResovledConfiguration or ResolutionResult) without triggering a full resolve first, so there's nothing to compare.

I think the rest of the tests cover re-resolution in enough detail already.

lptr commented 9 years ago

I've removed the corresponding part from the spec, so all of this should be done now.