[midPoint-git] [Evolveum/midpoint] 0bbad3: started fixing consistency tests (fixing xml resou...

katkav k.valalikova at evolveum.com
Wed Apr 9 00:12:05 CEST 2014


  Branch: refs/heads/parser
  Home:   https://github.com/Evolveum/midpoint
  Commit: 0bbad3f22773605b81538e1a8bd39adb09572a91
      https://github.com/Evolveum/midpoint/commit/0bbad3f22773605b81538e1a8bd39adb09572a91
  Author: katkav <k.valalikova at evolveum.com>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/match/MatchingRuleRegistry.java
    M infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/query_2/SearchFilterType.java
    M infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/types_2/ItemDeltaType.java
    M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/consistency/impl/GenericErrorHandler.java
    M testing/consistency-mechanism/src/test/java/com/evolveum/midpoint/testing/consistency/ConsistencyTest.java
    M testing/consistency-mechanism/src/test/resources/logback-test.xml
    M testing/consistency-mechanism/src/test/resources/repo/account-deniels.xml
    M testing/consistency-mechanism/src/test/resources/repo/resource-opendj.xml
    M testing/consistency-mechanism/src/test/resources/repo/sample-configuration-object.xml
    M testing/consistency-mechanism/src/test/resources/repo/task-opendj-reconciliation.xml
    M testing/consistency-mechanism/src/test/resources/repo/user-abomba.xml
    M testing/consistency-mechanism/src/test/resources/repo/user-deniels.xml
    M testing/consistency-mechanism/src/test/resources/repo/user-guybrush-modify-not-found.xml
    M testing/consistency-mechanism/src/test/resources/repo/user-guybrush.xml
    M testing/consistency-mechanism/src/test/resources/repo/user-hector.xml
    M testing/consistency-mechanism/src/test/resources/repo/user-jack2.xml
    M testing/consistency-mechanism/src/test/resources/request/account-guybrush-modify-attributes.xml
    M testing/consistency-mechanism/src/test/resources/request/account-modify-attrs-communication-problem.xml
    M testing/consistency-mechanism/src/test/resources/request/add-account-jack.xml
    M testing/consistency-mechanism/src/test/resources/request/resource-modify-resource-schema.xml
    M testing/consistency-mechanism/src/test/resources/request/resource-modify-synchronization.xml
    M testing/consistency-mechanism/src/test/resources/request/user-modify-add-account-already-exist-linked.xml
    M testing/consistency-mechanism/src/test/resources/request/user-modify-add-account-communication-problem.xml
    M testing/consistency-mechanism/src/test/resources/request/user-modify-add-account-directly.xml
    M testing/consistency-mechanism/src/test/resources/request/user-modify-delete-account-communication-problem.xml
    M testing/consistency-mechanism/src/test/resources/request/user-modify-delete-account.xml
    M testing/consistency-mechanism/src/test/resources/request/user-modify-employeeType-givenName.xml
    M testing/consistency-mechanism/src/test/resources/request/user-modify-employeeType.xml
    M testing/sanity/src/test/resources/request/user-modify-add-account.xml

  Log Message:
  -----------
  started fixing consistency tests (fixing xml resource)


  Commit: f52ed162a499361ef3d13ba233cf54294b18e3b2
      https://github.com/Evolveum/midpoint/commit/f52ed162a499361ef3d13ba233cf54294b18e3b2
  Author: katkav <k.valalikova at evolveum.com>
  Date:   2014-04-09 (Wed, 09 Apr 2014)

  Changed paths:
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/parser/DomParser.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/schema/SchemaRegistry.java
    M infra/prism/src/main/java/com/evolveum/midpoint/prism/xnode/MapXNode.java
    M infra/prism/src/main/java/com/evolveum/prism/xml/ns/_public/types_2/RawType.java
    M infra/prism/src/main/resources/xml/ns/test/foo-1.xsd
    M infra/prism/src/test/java/com/evolveum/midpoint/prism/foo/ObjectFactory.java
    M infra/prism/src/test/java/com/evolveum/midpoint/prism/parser/AbstractParserTest.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-2a.xsd
    M model/model-intest/src/test/resources/common/system-configuration-with-template.xml
    M model/model-intest/src/test/resources/common/system-configuration.xml
    M model/model-intest/src/test/resources/common/user-template-complex-include.xml
    M model/model-intest/src/test/resources/common/user-template-complex.xml
    M model/model-intest/src/test/resources/multi/resource-dummy-beige.xml
    M model/model-intest/src/test/resources/multi/resource-dummy-ivory.xml
    M model/model-intest/src/test/resources/multi/resource-dummy-yellow.xml
    M model/model-intest/src/test/resources/multi/role-dummies.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/NotificationManagerImpl.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/filters/CategoryFilter.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/filters/ExpressionFilter.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/filters/OperationFilter.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/filters/StatusFilter.java
    A model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/handlers/AggregatedEventHandler.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/handlers/BaseHandler.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/handlers/ChainHandler.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/handlers/ForkHandler.java
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/notifiers/GeneralNotifier.java

  Log Message:
  -----------
  Merge branch 'parser' of github.com:Evolveum/midpoint into parser


Compare: https://github.com/Evolveum/midpoint/compare/a87b7cf868dd...f52ed162a499


More information about the midPoint-svn mailing list