Skip to content

Commit

Permalink
MODE-2637 : NullPointerException in IndexChangeAdapter after copying …
Browse files Browse the repository at this point in the history
…nodes in the workspace
  • Loading branch information
okulikov committed Nov 15, 2016
1 parent 3c62662 commit b965d08
Showing 1 changed file with 0 additions and 15 deletions.
Expand Up @@ -809,21 +809,6 @@ public void shouldCorrectlyCloneWorkspacesWithCorrespondingContent() throws Exce
@FixFor("MODE-2637")
public void copyNodeWithEmptyMultiValueProperty() throws Exception {
// start a repository with some indexes
String configuration =
"{\"indexProviders\": {\n" +
" \"local\": {\n" +
" \"classname\": \"org.modeshape.jcr.index.local.LocalIndexProvider\",\n" +
" \"directory\": \"target/1234/indexes\"\n" +
" }\n" +
" },\n" +
" \"indexes\": {\n" +
" \"nodeTypes\": {\n" +
" \"kind\": \"nodeType\",\n" +
" \"provider\": \"local\",\n" +
" \"synchronous\": \"true\",\n" +
" \"nodeType\": \"nt:base\",\n" +
" \"columns\": \"jcr:primaryType(STRING)\"\n" +
" }}}";
startRepositoryWithConfigurationFrom("config/repo-config-local-provider-and-nodetype-index.json");
session.getRootNode().addNode("a");
Node node = session.getNode("/a");
Expand Down

0 comments on commit b965d08

Please sign in to comment.