Fixed failing unit tests after dependency upgrade from 5.0.a to 5.0-BF-SNAPSHOT

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@83380 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2014-09-04 16:57:42 +00:00
parent c25dc015c9
commit acb5ab48b6
2 changed files with 3 additions and 3 deletions

View File

@@ -139,7 +139,7 @@ public class RmClassesRestApiTest extends BaseRMWebScriptTestCase
"emailserver:attached", "emailserver:attached",
"bpm:assignees", "bpm:assignees",
"cm:likesRatingSchemeRollups", "cm:likesRatingSchemeRollups",
"wcmwf:submission", "wf:parallelReviewStats",
"sys:localized" "sys:localized"
}); });
} }

View File

@@ -139,8 +139,8 @@ public class RmPropertiesRestApiTest extends BaseRMWebScriptTestCase
"cm:authority", "cm:authority",
"sys:descriptor", "sys:descriptor",
"app:folderlink", "app:folderlink",
"wcmwf:parallelReviewTask", "wf:submitGroupReviewTask",
"wca:deploymentserver" "cmis:policy"
}); });
} }
} }