I finally finished the integration test. I found a bunch of other things to deal with, of course, but this test covers most of what I might change at this time.
It also provides a good starting point for producing integration tests that cover more functionality. Now that this is done, I'm going to take a look at the original problem from MAPPASM-92 and start working on a more complete solution that satisfies this test. -Dave On Mon, Jan 25, 2010 at 4:29 PM, David Stenglein (JIRA) <[email protected]>wrote: > Integration test for unix and windows daemons and flat generate-repository > -------------------------------------------------------------------------- > > Key: MAPPASM-94 > URL: http://jira.codehaus.org/browse/MAPPASM-94 > Project: Mojo AppAssembler Plugin > Issue Type: Test > Affects Versions: 1.0 > Reporter: David Stenglein > Attachments: ticket.patch > > This is a fairly complete integration test for script based daemons. It > will not pass without the patch in MAPPASM-92 or some other fix. > > Here are the docs from validate.groovy: > > // This integration test validates the generate-repository and > generate-daemons goals > // > // Configuration items tested: > // - generate:repository > // - repositoryLayout > // - repoPath > // - generate:daemons > // - JVMArguments > // - SystemProperties > // - initialMemorySize > // - maxMemorySize > // - commandLineArguments > // - repositoryName *This is undocumented and overlaps repoPath* > // > // The test uses a set of mock dependencies created by the > test-dependencies project. > // The daemon produced is run and the output verified > > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://jira.codehaus.org/secure/Administrators.jspa > - > For more information on JIRA, see: http://www.atlassian.com/software/jira > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
