Modifier and Type |
Method and Description |
protected void |
setUp()
Default setUp method.
|
void |
testAddAttachmentWithCaptchaEnabledAndWrongCaptcha() |
void |
testAttachFileWithSpecialCharacters() |
void |
testAttachmentAuthorshipPreservedOnAttachmentMoveAndComment() |
void |
testAttachmentIconDisplayedAsPageMetaData() |
void |
testAttachmentNamesNotTruncatedOnServerSide() |
void |
testAttachmentPagination() |
void |
testAttachmentRangeRequest() |
void |
testAttachmentVersioning() |
void |
testAttachmentWithSimilarNameButDifferentCaseIsAddedAsHistoricalVersion()
adding Foo.txt when foo.txt exists, should Foo.txt as a version (the case of foo.txt should be preserved)
|
void |
testAttachMultipleFiles() |
void |
testCannotMoveFileToAnotherPageThatDoesNotExist() |
void |
testDownloadAllAttachments() |
void |
testDownloadAllAttachmentsAsAnonymousUser() |
void |
testDownloadAllAttachmentsOnPageLink() |
void |
testDownloadAttachmentAfterLoginRedirect() |
void |
testDownloadFilesWithPlusSignsAndSpaces() |
void |
testDownloadSingleAttachment() |
void |
testEditingAttachmentWithoutAddAttachmentPermissions() |
void |
testFileNameIsRequired() |
void |
testFilenameWithSpaceIsPercentEncoded() |
void |
testFilterByDifferentCasedFileExtension() |
void |
testFilterByFileExtension() |
void |
testFilterByFileExtensionWithPagination() |
void |
testHighlightAttachmentWithPagination() |
void |
testHtmlAttachmentsAreNotServedInline() |
void |
testInvalidDownloadUrlReturnsFourOhFour() |
void |
testLargeAttachmentNotTruncated() |
void |
testLeavingEditAttachmentRedirectsToCorrectAttachmentsView() |
void |
testLeavingEditAttachmentRedirectsToCorrectViewPage() |
void |
testListSpaceAttachmentsMoreThanMaxResults() |
void |
testMaxAttachmentsInUI() |
void |
testMaxAttachmentSizeRespected() |
void |
testMissingAttachmentOnDrafts() |
void |
testMoveAttachmentToAnotherPageAndBack() |
void |
testMoveAttachmentToUnpermittedPage() |
void |
testMoveAttachmentWithoutRemovePermission() |
void |
testMoveFileToAnotherPage() |
void |
testMoveFileToAnotherSpace() |
void |
testMovingAttachmentDoesNotBreakLinkToOtherAttachmentsWithSameName()
Test that moving attachments does not update links to unmoved attachments with the same name.
|
void |
testMovingAttachmentDoesNotUpdateLinksWithoutAttachments() |
void |
testMovingAttachmentSimplifiesLinksInNewOwner()
Test of CONF-9007, that when an attachment is moved, links to it from the new owning page are simplified (Page
prefix is removed).
|
void |
testMovingAttachmentToPageWithoutViewPermissions() |
void |
testMovingAttachmentUpdatesLinksOnOriginalOwner()
Test of CONF-9007, that when an attachment is moved, links to it are updated.
|
void |
testMovingAttachmentUpdatesLinksWithPagePrefix()
Test of CONF-9007, that when an attachment is moved, links to it are updated.
|
void |
testNotAbleToRenameFileToEmptyFileNameInOtherSpace() |
void |
testNotAbleToRenameFileToExistingFileName() |
void |
testNotAbleToRenameFileToExistingFileNameInOtherSpace() |
void |
testNoXssWithFileRename() |
void |
testRemoveAttachmentAndAllPreviousVersions() |
void |
testRemoveAttachmentAndPreviousVersionsViaAction() |
void |
testRemoveAttachmentAndPreviousVersionsViaActionPreventsInjection() |
void |
testRemoveAttachmentVersions() |
void |
testRemoveCommentOnAttachment() |
void |
testSortingByCreatedDate() |
void |
testUploaderOfNewAttachmentVersionIsAcknowledgedAsCreator() |
void |
testV1andV2AttachmentUrls() |