mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
77152: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 73997: Test cleanup following r73957: ContentStore API cleanup git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@78010 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -374,17 +374,7 @@ public abstract class AbstractWritableContentStoreTest extends AbstractReadOnlyC
|
||||
getStore().getUrls(from, to, handler);
|
||||
return found[0];
|
||||
}
|
||||
|
||||
public void testGetUrls()
|
||||
{
|
||||
ContentWriter writer = getWriter();
|
||||
writer.putContent("Content for " + getName());
|
||||
final String contentUrl = writer.getContentUrl();
|
||||
ContentStore store = getStore();
|
||||
boolean inStore = searchForUrl(store, contentUrl, null, null);
|
||||
assertTrue("New content not found in URL set", inStore);
|
||||
}
|
||||
|
||||
|
||||
public void testDeleteSimple() throws Exception
|
||||
{
|
||||
ContentStore store = getStore();
|
||||
|
Reference in New Issue
Block a user