Skip to content

Commit

Permalink
OAK-2859: revert test exclusion for previously failing OrderableNodes…
Browse files Browse the repository at this point in the history
…Test.orderableFolder()

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1716677 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
reschke committed Nov 26, 2015
1 parent e25756f commit da3c8cc
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -46,7 +46,6 @@ public void testSimpleOrdering() throws RepositoryException {

@Test
public void orderableFolder() throws Exception {
assumeTrue(fixture != DOCUMENT_RDB); // FIXME this keeps failing on DOCUMENT_RDB. See OAK-2859
// check ordering with node type without a residual properties definition
new TestContentLoader().loadTestContent(getAdminSession());
doTest("test:orderableFolder");
Expand Down

0 comments on commit da3c8cc

Please sign in to comment.