Disabled test as google docs username auth appears to be incorrect

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22657 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2010-09-21 14:41:21 +00:00
parent 103f7b0343
commit 021dfe318e

View File

@@ -231,7 +231,7 @@ public class GoogleDocumentServiceTest extends TestCase implements GoogleDocsMod
return result; return result;
} }
public void testCreateSheet() throws Exception public void xtestCreateSheet() throws Exception
{ {
DocsService client = new DocsService("Alfresco"); DocsService client = new DocsService("Alfresco");
client.setUserCredentials("rwetherall@alfresco.com", "123test123"); client.setUserCredentials("rwetherall@alfresco.com", "123test123");
@@ -269,7 +269,7 @@ public class GoogleDocumentServiceTest extends TestCase implements GoogleDocsMod
client.insert(new URL(((MediaContent)childFolderEntry.getContent()).getUri()), newEntry); client.insert(new URL(((MediaContent)childFolderEntry.getContent()).getUri()), newEntry);
} }
public void testGoogleDocUploadDownload() throws Exception public void xtestGoogleDocUploadDownload() throws Exception
{ {
if (isGoogleServiceAvailable() == true) if (isGoogleServiceAvailable() == true)
{ {
@@ -305,7 +305,7 @@ public class GoogleDocumentServiceTest extends TestCase implements GoogleDocsMod
} }
public void testCheckOutCheckIn() throws Exception public void xtestCheckOutCheckIn() throws Exception
{ {
if (isGoogleServiceAvailable() == true) if (isGoogleServiceAvailable() == true)
{ {