Hi, On Mon, Nov 7, 2016 at 12:32 PM, Julian Sedding <[email protected]> wrote: > ...What I am missing so far is a way to inject my own provisioning model > (and ideally repoinit) into the launchpad I am starting in an > integration test....
It depends how you are starting the Sling instance that you use for testing, and unfortunately there are several flavors of that in our codebase. If you have existing test code and want to add a repoinit setup, the simplest might be to pass the output of a RepoInitParser to a JcrRepoInitOpsProcessor. in your test setup code after adding the corresponding bundles to your test instance. -Bertrand
