Skip to content

Commit

Permalink
Fix MNT-21968 test case "v00Draft.pdf"
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarithel committed Dec 11, 2020
1 parent 20931b3 commit 1825a6c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ public void testCanExistNodeIDwithV()
// vp...
createAndCheckNodeId("v"+Encodings.PLAIN.encoding.token+"file", "specialFile5.txt");

// MNT-21968
createAndCheckNodeId("v"+Encodings.ZERO.encoding.token+"0Draft.pdf", "specialFile6.txt");

NodeRef virtualFolder = createVirtualizedFolder(testRootFolder.getNodeRef(), VIRTUAL_FOLDER_3_NAME, TEST_TEMPLATE_4_JSON_SYS_PATH);

assertTrue(smartStore.canVirtualize(virtualFolder));
Expand Down

0 comments on commit 1825a6c

Please sign in to comment.