prezi / gradle

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

Complete test coverage for mutations of configurations during task execution #24

Closed lptr closed 9 years ago

lptr commented 9 years ago

@bigdaz:

I haven't yet reviewed the tests you've added, so maybe this is complete. But I'm pretty sure the previous test coverage for this was inadequate. For example, we should be covering the case where taskA depends on taskB, and taskB modifies the configurations of taskA during execution.

bigdaz commented 9 years ago

I've added some test coverage to master to cover this.