[midPoint-git] [Evolveum/midpoint] f90a0a: polystring schrodinger test fix

KaterynaHonchar noreply at github.com
Tue Nov 12 06:55:17 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: f90a0a353913d50d863d7228e83a7ba64e79cb80
      https://github.com/Evolveum/midpoint/commit/f90a0a353913d50d863d7228e83a7ba64e79cb80
  Author: kate <honchar at evolveum.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M tools/schrodinger/src/main/java/com/evolveum/midpoint/schrodinger/page/LoginPage.java

  Log Message:
  -----------
  polystring schrodinger test fix


  Commit: 8f51e5df735fe0f61a9372f506a657c0f030a169
      https://github.com/Evolveum/midpoint/commit/8f51e5df735fe0f61a9372f506a657c0f030a169
  Author: kate <honchar at evolveum.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M build-system/pom.xml
    M build-tools/src/main/resources/midpoint-build/checkstyle-suppressions.xml
    M build-tools/src/main/resources/midpoint-build/checkstyle.xml
    M infra/common/src/test/resources/objects/c0c010c0-d34d-b33f-f00d-999888111111.xml
    M infra/common/src/test/resources/objects/c0c010c0-d34d-b33f-f00d-999888111113.xml
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/marshaller/PrismUnmarshaller.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/common/common-notifications-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/common/fault-3.wsdl
    M infra/schema/src/main/resources/xml/ns/public/model/model-3.wsdl
    M infra/schema/src/main/resources/xml/ns/public/report/report-3.wsdl
    M infra/schema/src/test/resources/util/user-8859-2.xml
    M model/model-api/src/main/java/com/evolveum/midpoint/model/api/context/EvaluatedAssignment.java
    M model/model-common/src/test/resources/mapping/password-policy.xml
    M model/model-common/src/test/resources/objects/c0c010c0-d34d-b33f-f00d-999888111111.xml
    M model/model-common/src/test/resources/objects/c0c010c0-d34d-b33f-f00d-999888111113.xml
    M model/model-common/src/test/resources/objects/c0c010c0-d34d-b33f-f00d-999888111114.xml
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/AssignmentEvaluator.java
    A model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/AssignmentTargetEvaluationInformation.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/EvaluatedAssignmentImpl.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/EvaluatedAssignmentTargetCache.java
    M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/AbstractModelImplementationIntegrationTest.java
    M model/model-intest/src/test/resources/password/password-policy-deprecated.xml
    M model/model-intest/src/test/resources/password/password-policy-ugly.xml
    M model/model-intest/src/test/resources/rbac/sod/global-policy-rules-sod-approval.xml
    M model/model-intest/src/test/resources/security/role-business-1.xml
    M model/model-intest/src/test/resources/sync/password-policy-azure.xml
    M model/model-intest/src/test/resources/sync/role-red-judge.xml
    M model/model-test/src/main/java/com/evolveum/midpoint/model/test/AbstractModelIntegrationTest.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/api/transports/MailTransport.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/AbstractWfTestPolicy.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/assignments/AbstractTestAssignmentApproval.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/assignments/TestAssignmentApprovalGlobal.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/assignments/TestAssignmentsAdvanced.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/objects/AbstractTestObjectLifecycleApproval.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/objects/TestObjectLifecycleAdvanced.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/objects/TestObjectLifecycleApprovalGlobal.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/other/ManualResourceTest.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/other/TestDelegation.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/other/TestEscalation.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/other/TestEvents.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/other/TestMiscellaneous.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/other/TestParallelApprovals.java
    M model/workflow-impl/src/test/java/com/evolveum/midpoint/wf/impl/other/TestSoD.java
    A model/workflow-impl/src/test/resources/assignments-advanced/metarole-administrator-approval-idempotent.xml
    A model/workflow-impl/src/test/resources/assignments-advanced/metarole-administrator-approval.xml
    A model/workflow-impl/src/test/resources/assignments-advanced/role-idempotent.xml
    A model/workflow-impl/src/test/resources/assignments-advanced/role-with-idempotent-metarole.xml
    M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/dummy/TestDummyConsistency.java
    R provisioning/provisioning-impl/src/test/resources/dummy/consistency/account-shadow-murray-legacy.xml
    A provisioning/provisioning-impl/src/test/resources/dummy/consistency/account-shadow-murray-pending-operation.xml
    M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/AbstractIntegrationTest.java
    M testing/rest/src/test/resources/repo/value-policy-general.xml
    M testing/rest/src/test/resources/repo/value-policy-numeric.xml
    M testing/rest/src/test/resources/repo/value-policy-security-answer.xml
    M testing/rest/src/test/resources/repo/value-policy-simple.xml
    M testing/story/src/test/resources/village/global-password-policy.xml
    M testing/story/src/test/resources/village/org-password-policy.xml

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/Evolveum/midpoint


Compare: https://github.com/Evolveum/midpoint/compare/9c90d7200b60...8f51e5df735f


More information about the midPoint-svn mailing list