[midPoint-git] midPoint branch v2.2-support updated. v2.2support-200-gf7f0084
Radovan Semancik
git at evolveum.com
Mon Dec 2 17:49:09 CET 2013
Project "midPoint" branch v2.2-support has been updated
via f7f008426f84bbd892f32cc2b3265c36eb397af5 (commit) v2.2support-200-gf7f0084
from 3877b93155c4850f4d9cfb8d6335f287cd917dcc (commit) v2.2support-199-g3877b93
- Log -----------------------------------------------------------------
commit f7f008426f84bbd892f32cc2b3265c36eb397af5
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 | 30 +-
.../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} | 2 +-
.../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, 2603 insertions(+), 117 deletions(-)
copy testing/{longtest => story}/pom.xml (89%)
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/{sanity/src/test/resources/ctx-sanity-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