[midPoint-git] [Evolveum/midpoint] 6ae309: schrodinger: About page tests fixes

KaterynaHonchar noreply at github.com
Wed Jan 20 01:14:14 CET 2021


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 6ae30936d5d4b4f406a1a1d63d3d339b4c52a287
      https://github.com/Evolveum/midpoint/commit/6ae30936d5d4b4f406a1a1d63d3d339b4c52a287
  Author: kate <honchar at evolveum.com>
  Date:   2021-01-19 (Tue, 19 Jan 2021)

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

  Log Message:
  -----------
  schrodinger: About page tests fixes


  Commit: 18acce1842a532c3c13540bed3514688298cb8b5
      https://github.com/Evolveum/midpoint/commit/18acce1842a532c3c13540bed3514688298cb8b5
  Author: kate <honchar at evolveum.com>
  Date:   2021-01-20 (Wed, 20 Jan 2021)

  Changed paths:
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/UsersTest.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/AbstractLabTest.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M3ResourcesAttributesAndMappingsTest.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M4ProvisioningToResources.java
    M testing/schrodingertest/src/test/java/com/evolveum/midpoint/testing/schrodinger/labs/M5AccountsAssignmentsAndRoles.java
    A testing/schrodingertest/src/test/resources/labs/M4/resources/localhost-csvfile-1-document-access-4-2.xml
    A testing/schrodingertest/src/test/resources/labs/M4/resources/localhost-csvfile-1-document-access-4-3.xml
    A testing/schrodingertest/src/test/resources/labs/M4/resources/localhost-csvfile-3-ldap-4-2.xml
    A testing/schrodingertest/src/test/resources/labs/M4/resources/localhost-csvfile-3-ldap-4-4.xml
    A testing/schrodingertest/src/test/resources/labs/M4/users/kirk-user.xml
    A testing/schrodingertest/src/test/resources/labs/M4/valuePolicies/numeric-pin-first-nonzero-policy.xml
    A testing/schrodingertest/src/test/resources/labs/M5/archetypes/archetype-employee.xml
    A testing/schrodingertest/src/test/resources/labs/M5/archetypes/archetype-external.xml
    A testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-1-document-access-5-5.xml
    A testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-1-document-access.xml
    A testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-2-canteen-5-5.xml
    A testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-2-canteen.xml
    A testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-3-ldap-5-5.xml
    A testing/schrodingertest/src/test/resources/labs/M5/resources/localhost-csvfile-3-ldap.xml
    A testing/schrodingertest/src/test/resources/labs/M5/roles/localhost-csvfile-3-ldap.xml
    A testing/schrodingertest/src/test/resources/labs/M5/roles/role-incognito.xml
    A testing/schrodingertest/src/test/resources/labs/M5/roles/role-internal-employee.xml
    A testing/schrodingertest/src/test/resources/labs/M5/roles/role-secret-i.xml
    A testing/schrodingertest/src/test/resources/labs/M5/roles/role-secret-ii.xml
    A testing/schrodingertest/src/test/resources/labs/M5/roles/role-top-secret-i.xml
    A testing/schrodingertest/src/test/resources/labs/M5/systemConfiguration/system-configuration-5-7.xml
    A testing/schrodingertest/src/test/resources/labs/M5/valuePolicies/numeric-pin-first-nonzero-policy.xml
    M tools/schrodinger/src/main/java/com/evolveum/midpoint/schrodinger/util/Schrodinger.java

  Log Message:
  -----------
  schrodinger: further resources restructuring


  Commit: 20f8b1172248bf96e291512d8c513153d978e9d3
      https://github.com/Evolveum/midpoint/commit/20f8b1172248bf96e291512d8c513153d978e9d3
  Author: kate <honchar at evolveum.com>
  Date:   2021-01-20 (Wed, 20 Jan 2021)

  Changed paths:
    M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/AbstractFreezable.java
    M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/Freezable.java
    M infra/prism-api/src/main/java/com/evolveum/midpoint/prism/query/ObjectFilter.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/AllFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/ComparativeFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/ExistsFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/FullTextFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/InOidFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/LogicalFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/NoneFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/ObjectFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/OrgFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/RefFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/TypeFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/UndefinedFilterImpl.java
    M infra/prism-impl/src/main/java/com/evolveum/midpoint/prism/impl/query/ValueFilterImpl.java

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


Compare: https://github.com/Evolveum/midpoint/compare/5428b2777d9d...20f8b1172248


More information about the midPoint-svn mailing list