Skip to content

Commit

Permalink
Adding repo-breaking test (fixed by MODE-2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Sep 10, 2014
1 parent ae40562 commit 2acffc6
Showing 1 changed file with 13 additions and 0 deletions.
Expand Up @@ -1756,4 +1756,17 @@ private Date getDateFromModel( final Model model, final Resource subj, final Pro
}
return null;
}

/**
* I should be able to create two subdirectories of a non-existent parent
* directory.
**/
@Test
public void testBreakFederation() throws Exception {
testGetRepositoryGraph();
createObject("files/a0/b0");
createObject("files/a0/b1");
testGetRepositoryGraph();
}

}

0 comments on commit 2acffc6

Please sign in to comment.