]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
DRYD-221: Fixed bug in account update code. Added new XMLReplay tests for accounts...
authorremillet <remillet@yahoo.com>
Mon, 15 Jan 2018 01:51:50 +0000 (17:51 -0800)
committerremillet <remillet@yahoo.com>
Mon, 15 Jan 2018 01:51:50 +0000 (17:51 -0800)
commit830a9a81d1d6db436cf810b471b03fb607dd4a85
tree549bfd6a7ad9971bc1aa54f2614374426404a44c
parent9eee3229d3e30e6aac2d3a655dbb406007cf2b78
DRYD-221: Fixed bug in account update code.  Added new XMLReplay tests for accounts and roles.
24 files changed:
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/6-account-elmo.xml
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/BasicRoles/createSimpleAccount-1.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/BasicRoles/createSimpleAccount-2.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/BasicRoles/createSimpleRole-1.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/BasicRoles/createSimpleRole-2.xml [new file with mode: 0644]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/SlipOut/slipOutAccount-1.xml [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/create-account-grover.xml with 82% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/SlipOut/slipOutPerm-update.xml [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/slipOutPerm-update.xml with 100% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/SlipOut/slipOutPerm.xml [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/slipOutPerm.xml with 100% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/SlipOut/slipOutRole.xml [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/slipOutRole.xml with 100% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/SlipOut/slipOutVocab-1.xml [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/slipOutVocab-1.xml with 100% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/SlipOut/slipOutVocab-2.xml [moved from services/IntegrationTests/src/test/resources/test-data/xmlreplay/security/slipOutVocab-2.xml with 100% similarity]
services/IntegrationTests/src/test/resources/test-data/xmlreplay/xml-replay-master.xml
services/account/client/src/test/java/org/collectionspace/services/account/client/test/AccountRoleServiceTest.java
services/account/service/src/main/java/org/collectionspace/services/account/AccountResource.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountDocumentHandler.java
services/account/service/src/main/java/org/collectionspace/services/account/storage/AccountStorageClient.java
services/authorization-mgt/client/src/test/java/org/collectionspace/services/authorization/client/test/PermissionRoleServiceTest.java
services/authorization-mgt/client/src/test/java/org/collectionspace/services/authorization/client/test/RoleServiceTest.java
services/client/src/main/java/org/collectionspace/services/client/test/AbstractServiceTestImpl.java
services/common/src/main/java/org/collectionspace/services/common/SecurityResourceBase.java
services/common/src/main/java/org/collectionspace/services/common/document/AbstractDocumentHandlerImpl.java
services/common/src/main/java/org/collectionspace/services/common/document/DocumentHandler.java
services/common/src/main/java/org/collectionspace/services/common/storage/jpa/JpaStorageUtils.java