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 Jul 11, 2014
1 parent dd6050b commit cf679e2
Showing 1 changed file with 12 additions and 0 deletions.
Expand Up @@ -1636,4 +1636,16 @@ public void testLinkedDeletion() throws Exception {
assertEquals("Linked to should still exist!", 200, getStatus(get));
}

/**
* 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 cf679e2

Please sign in to comment.