Skip to content

Commit

Permalink
Re-Add repo-breaking test (fixed by MODE-2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles authored and Andrew Woods committed Sep 11, 2014
1 parent 59d3447 commit 8280cd8
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 8280cd8

Please sign in to comment.