public class

MovePageAcceptanceTest

extends AbstractConfluenceAcceptanceTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ThreadLocalWebTestCase
         ↳ com.atlassian.confluence.AbstractAtlassianWebTestCase
           ↳ com.atlassian.confluence.AbstractConfluenceAcceptanceTest
             ↳ com.atlassian.confluence.MovePageAcceptanceTest

Summary

Constants
String NO_VIEW_PERMS_MESSAGE
[Expand]
Inherited Constants
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
[Expand]
Inherited Fields
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
Public Constructors
MovePageAcceptanceTest()
Public Methods
void testMovePage()
void testMovePageFromRestrictedPage()
void testMovePageToOtherSpace()
void testMovePageToRestrictedPage()
void testMovePageToTopOfOtherSpace()
void testMovePageToTopOfOtherSpaceWhenPermitted()
void testMovePageUpdatesModificationData()
void testMovePageWithAttachmentsToOtherSpace()
void testMovePageWithDescendentsThatHaveAttachmentsToOtherSpace()
CONF-16348 - All descendents of a page that is moved to another space should have their attachments moved correctly on the filesystem.
void testMovePageWithLinkToItself()
void testMovePageWithNestedCodeMacro()
void testMovePageWithRegexIdentifiers()
void testMovePageWithinSameSpace()
void testNoFormatMacroTitleChanged()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
From class com.atlassian.confluence.ThreadLocalWebTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Constants

public static final String NO_VIEW_PERMS_MESSAGE

Constant Value: "You cannot view this page"

Public Constructors

public MovePageAcceptanceTest ()

Public Methods

public void testMovePage ()

Throws
IOException
XmlRpcException

public void testMovePageFromRestrictedPage ()

public void testMovePageToOtherSpace ()

Throws
IOException
ParseException
XmlRpcException

public void testMovePageToRestrictedPage ()

public void testMovePageToTopOfOtherSpace ()

Throws
IOException
ParseException
XmlRpcException

public void testMovePageToTopOfOtherSpaceWhenPermitted ()

Throws
IOException
ParseException
XmlRpcException

public void testMovePageUpdatesModificationData ()

Throws
IOException
ParseException
XmlRpcException

public void testMovePageWithAttachmentsToOtherSpace ()

Throws
Exception

public void testMovePageWithDescendentsThatHaveAttachmentsToOtherSpace ()

CONF-16348 - All descendents of a page that is moved to another space should have their attachments moved correctly on the filesystem.

Throws
Exception

public void testMovePageWithLinkToItself ()

Throws
IOException
XmlRpcException

public void testMovePageWithNestedCodeMacro ()

Throws
IOException
XmlRpcException

public void testMovePageWithRegexIdentifiers ()

public void testMovePageWithinSameSpace ()

Throws
IOException
ParseException
XmlRpcException

public void testNoFormatMacroTitleChanged ()

Throws
IOException
XmlRpcException

Protected Methods

protected void setUp ()

Throws
Exception