ALF-9689 - Reinstate FTP tests

ALF-9404 - Save As New file.
ALF-8756 - Robocopy and Touch

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29551 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2011-08-05 09:05:37 +00:00
parent 5857c90025
commit 41a735de30
8 changed files with 358 additions and 124 deletions

View File

@@ -317,7 +317,7 @@ public class FTPServerTest extends TestCase
*
* @throws Exception
*/
public void DISABLED_testCRUD() throws Exception
public void testCRUD() throws Exception
{
final String PATH1 = "FTPServerTest";
final String PATH2 = "Second part";
@@ -413,7 +413,7 @@ public class FTPServerTest extends TestCase
*
* So we need to check how high characters and problematic are encoded
*/
public void DISABLED_testPathNames() throws Exception
public void testPathNames() throws Exception
{
logger.debug("Start testPathNames");
@@ -491,7 +491,7 @@ public class FTPServerTest extends TestCase
*
* @throws Exception
*/
public void DISABLED_testTwoUserUpdate() throws Exception
public void testTwoUserUpdate() throws Exception
{
logger.debug("Start testFTPConnect");