[
https://issues.apache.org/jira/browse/OAK-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13828840#comment-13828840
]
angela commented on OAK-1207:
-----------------------------
proposed changed:
{code}
- String dir = "target/mk-tck-" + System.currentTimeMillis();
- Jcr jcr = new Jcr(new MicroKernelImpl(dir));
+ Jcr jcr = new Jcr(NodeStoreFixture.SEGMENT_MK.createNodeStore());
{code}
let me know if that's correct.
> Change OakRepositoryStubBase to use NodeStore setup
> ---------------------------------------------------
>
> Key: OAK-1207
> URL: https://issues.apache.org/jira/browse/OAK-1207
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: jcr
> Reporter: angela
>
> in order to align the default tck setup with our development i would suggest
> to change the following line in OakRepositoryStubBase
> {quote}
> Jcr jcr = new Jcr(new MicroKernelImpl(dir));
> {quote}
> to use a NodeStore instead.
--
This message was sent by Atlassian JIRA
(v6.1#6144)