Hi Petr, On Tue, Jun 23, 2015 at 11:33 PM, Petr Shypila <ikrump...@gmail.com> wrote: > ...I have created a test bundle using ./installer/it/pom.xml with required > Sling-Initial-Content header in manifest file. Bundle installs fine, I can > get it's id, and get it back by this id. However I don't see any imported > content in a repository....
That might have been because your bundle was not resolved or not started. I have now added a BasicInitialContentIT that can use as an example to create similar tests for the various content loading scenarios and formats, details in SLING-4757. This was rather tricky to setup but it should now be easy to reuse the pattern for similar tests. If you encounter issues and are blocked, don't hesitate to work on other, simpler unit tests in the meantime. -Bertrand