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:
Mark Rogers
2014-07-23 16:03:00 +00:00
parent a576035f0f
commit 3349e56606

View File

@@ -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();