[midPoint-git] midPoint branch master updated. v2.3devel-281-g5831747

Radovan Semancik git at evolveum.com
Mon Dec 2 17:48:29 CET 2013


Project "midPoint" branch master has been updated
       via  58317478e9337e031973d0bd6776f650a1a62ced (commit) v2.3devel-281-g5831747
      from  782c3c62d41a434f50095556de9706e9753b6e72 (commit) v2.3devel-280-g782c3c6

- Log -----------------------------------------------------------------
commit 58317478e9337e031973d0bd6776f650a1a62ced
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date:   Mon Dec 2 17:37:03 2013 +0100

    New component for story tests. First "trafo" story test. Also improving test infra a bit.

-----------------------------------------------------------------------

(Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full)

Summary of changes:
 .../java/com/evolveum/midpoint/common/Clock.java   |   11 +
 .../evolveum/midpoint/prism/util/PrismAsserts.java |   20 +
 .../AbstractInternalModelIntegrationTest.java      |    2 +-
 .../midpoint/model/lens/TestDependencies.java      |    2 +-
 .../AbstractInitializedModelIntegrationTest.java   |   14 +-
 .../midpoint/model/intest/TestActivation.java      |    2 +-
 .../midpoint/model/intest/TestIteration.java       |    6 +-
 .../midpoint/model/intest/TestMultiConnector.java  |    2 +-
 .../midpoint/model/intest/TestMultiResource.java   |   10 +-
 .../midpoint/model/intest/importer/ImportTest.java |    2 +-
 .../model/intest/negative/TestBrokenCSV.java       |    2 +-
 .../model/intest/sync/AbstractInboundSyncTest.java |    2 +-
 .../model/intest/sync/TestImportRecon.java         |    4 +-
 .../model/test/AbstractModelIntegrationTest.java   |   48 +-
 .../provisioning/test/impl/AbstractDummyTest.java  |    2 +-
 .../provisioning/test/ucf/TestUcfDummy.java        |    2 +-
 .../midpoint/test/AbstractIntegrationTest.java     |   25 +-
 .../midpoint/test/DummyResourceContoller.java      |   49 +-
 testing/pom.xml                                    |    3 +-
 testing/{longtest => story}/pom.xml                |    2 +-
 .../evolveum/midpoint/testing/story/TestTrafo.java | 1163 ++++++++++++++++++++
 .../src/test/resources/common/role-superuser.xml   |    0
 .../test/resources/common/system-configuration.xml |    0
 .../test/resources/common/task-trigger-scanner.xml |    0
 .../resources/common/task-validity-scanner.xml     |    4 +-
 .../test/resources/common/user-administrator.xml   |    0
 .../story/src/test/resources/common}/user-jack.xml |    6 -
 .../src/test/resources/ctx-story-test-main.xml}    |    2 +-
 .../src/test/resources/ctx-story-test.xml}         |   82 +-
 .../story}/src/test/resources/logback-test.xml     |    0
 .../story/src/test/resources/schema/extension.xsd  |   16 +-
 .../src/test/resources/trafo/resource-dummy-ad.xml |  552 ++++++++++
 .../test/resources/trafo/resource-dummy-mail.xml   |  627 +++++++++++
 .../src/test/resources/trafo/role-employee.xml     |   14 +-
 .../src/test/resources/trafo/user-angelica.xml     |   29 +-
 .../src/test/resources/trafo/user-smith-111.xml    |   31 +-
 .../src/test/resources/trafo/user-smith-222.xml    |   31 +-
 {infra/test-util => testing/story}/testng.xml      |    5 +-
 38 files changed, 2629 insertions(+), 143 deletions(-)
 copy testing/{longtest => story}/pom.xml (99%)
 create mode 100644 testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestTrafo.java
 copy {model/model-intest => testing/story}/src/test/resources/common/role-superuser.xml (100%)
 copy {model/model-intest => testing/story}/src/test/resources/common/system-configuration.xml (100%)
 copy {model/model-intest => testing/story}/src/test/resources/common/task-trigger-scanner.xml (100%)
 copy {model/model-intest => testing/story}/src/test/resources/common/task-validity-scanner.xml (92%)
 copy {model/model-intest => testing/story}/src/test/resources/common/user-administrator.xml (100%)
 copy {infra/common/src/test/resources/expression/expression => testing/story/src/test/resources/common}/user-jack.xml (87%)
 copy testing/{sanity/src/test/resources/ctx-sanity-test-main.xml => story/src/test/resources/ctx-story-test-main.xml} (95%)
 copy testing/{rest/src/test/resources/ctx-rest-test.xml => story/src/test/resources/ctx-story-test.xml} (97%)
 copy {model/model-intest => testing/story}/src/test/resources/logback-test.xml (100%)
 copy model/model-impl/src/test/resources/schema/piracy.xsd => testing/story/src/test/resources/schema/extension.xsd (80%)
 create mode 100644 testing/story/src/test/resources/trafo/resource-dummy-ad.xml
 create mode 100644 testing/story/src/test/resources/trafo/resource-dummy-mail.xml
 copy model/model-intest/src/test/resources/multi/role-fight.xml => testing/story/src/test/resources/trafo/role-employee.xml (75%)
 copy model/model-intest/src/test/resources/common/user-herman.xml => testing/story/src/test/resources/trafo/user-angelica.xml (66%)
 copy model/model-intest/src/test/resources/common/user-herman.xml => testing/story/src/test/resources/trafo/user-smith-111.xml (64%)
 copy model/model-intest/src/test/resources/common/user-herman.xml => testing/story/src/test/resources/trafo/user-smith-222.xml (64%)
 copy {infra/test-util => testing/story}/testng.xml (82%)


hooks/post-receive
-- 
midPoint


More information about the midPoint-svn mailing list