On 27/08/2011, at 7:41 PM, Luke Daley wrote: > Could this live in subprojects/maven/src/integTest? > > It makes more sense to me to keep integration tests in the project for which > they are most relevant.
I just wanted things to compile, so I moved this int test to live with all the other maven int tests (ie in the integTest project). Whether they currently live in the best spot or not is something to sort out later. But, yes, I'd say the maven project is a better spot for them, however, they're fine where they are for now. If we're going to tackle structural stuff, I'd say fixing the eclipse import is more important. > > Begin forwarded message: > >> From: [email protected] >> Subject: [gradle-scm] [gradle/gradle] d12f21: Moved int test out of maven >> project unit tests to ... >> Date: 27 August 2011 3:21:41 AM GMT+01:00 >> To: [email protected] >> Reply-To: [email protected] >> >> Branch: refs/heads/master >> Home: https://github.com/gradle/gradle >> >> Commit: d12f2131bc16d3135afb80a561fd707f4c9ec388 >> >> https://github.com/gradle/gradle/commit/d12f2131bc16d3135afb80a561fd707f4c9ec388 >> Author: adammurdoch <[email protected]> >> Date: 2011-08-26 (Fri, 26 Aug 2011) >> >> Changed paths: >> A >> subprojects/integ-test/src/integTest/groovy/org/gradle/integtests/maven/MavenNewPublicationIntegrationTest.groovy >> R >> subprojects/maven/src/test/groovy/org/gradle/api/publication/maven/MavenPublicationIntegrationTest.groovy >> >> Log Message: >> ----------- >> Moved int test out of maven project unit tests to live with the other int >> tests >> >> >> >> <hr/> >> <p> >> To unsubscribe from this list please visit: >> </p> >> <p> >> <a >> href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a> >> > > -- > Luke Daley > Principal Engineer, Gradleware > http://gradleware.com > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > -- Adam Murdoch Gradle Co-founder http://www.gradle.org VP of Engineering, Gradleware Inc. - Gradle Training, Support, Consulting http://www.gradleware.com
