mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
100869: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud) 100839: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2) 100838: Merged DEV to V4.2-BUG-FIX (4.2.5) 100835: MNT-13752: LinksRestApiTest fails during Summer - Fix for the build failure. Use the same ISO8601DateFormat to compare values. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100939 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -456,7 +456,7 @@ public class LinksRestApiTest extends BaseWebScriptTest
|
|||||||
|
|
||||||
// Check the created date
|
// Check the created date
|
||||||
assertEquals(
|
assertEquals(
|
||||||
ISO8601DateFormat.format((Date)nodeService.getProperty(nodeRef, ContentModel.PROP_CREATED)),
|
org.springframework.extensions.surf.util.ISO8601DateFormat.format((Date)nodeService.getProperty(nodeRef, ContentModel.PROP_CREATED)),
|
||||||
link.getJSONObject("createdOnDate").getString("iso8601"));
|
link.getJSONObject("createdOnDate").getString("iso8601"));
|
||||||
|
|
||||||
// Edit
|
// Edit
|
||||||
|
Reference in New Issue
Block a user