[midPoint-svn] Evolveum OpenICF branch master updated. emark-40-gca31b4f
Vilo Repan
git at evolveum.com
Mon Sep 2 22:58:36 CEST 2013
Project "Evolveum OpenICF" branch master has been updated
via ca31b4fa3677501de6290406121ac1f9e2c92829 (commit) emark-40-gca31b4f
via d6e50109cc9b3db53b7f1a2fb1e28d1864e9771c (commit) emark-39-gd6e5010
via ddfa292a9457b9ccddc3f452ad99c484c3685a4d (commit) emark-38-gddfa292
via 7314e01b3e88e8557051624f8e15f1bd0dc709b6 (commit) emark-37-g7314e01
via 2f4547c59a5bcb723662b17e78508e358642c0c9 (commit) emark-36-g2f4547c
from 062c767207a7dd95aa1f4f4390a00a2549fd19da (commit) emark-35-g062c767
- Log -----------------------------------------------------------------
commit ca31b4fa3677501de6290406121ac1f9e2c92829
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: Mon Sep 2 22:53:22 2013 +0200
updated git ignore
commit d6e50109cc9b3db53b7f1a2fb1e28d1864e9771c
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: Mon Sep 2 22:51:23 2013 +0200
removed concurrency tests
commit ddfa292a9457b9ccddc3f452ad99c484c3685a4d
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: Mon Sep 2 22:50:55 2013 +0200
failing concurrency test, not usable at the end, because csv doesn't have implemented operation replaying if it fails. in git just for history.
commit 7314e01b3e88e8557051624f8e15f1bd0dc709b6
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: Mon Sep 2 21:53:19 2013 +0200
improved tests, added test for large search.
commit 2f4547c59a5bcb723662b17e78508e358642c0c9
Author: Viliam Repan <vilo.repan at evolveum.com>
Date: Mon Sep 2 18:03:10 2013 +0200
disabling failing test for now. udpated gitignore (ignoring idea files)
-----------------------------------------------------------------------
(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:
.gitignore | 4 +-
.../openicf/csvfile/CSVFileConnector.java | 351 ++++---
.../forgerock/openicf/csvfile/AbstractCsvTest.java | 96 ++
.../openicf/csvfile/AuthenticateOpTest.java | 28 +-
.../openicf/csvfile/CSVFileConfigurationTest.java | 9 +-
.../openicf/csvfile/ComplexSyncOpTest.java | 19 +-
.../forgerock/openicf/csvfile/CreateOpTest.java | 54 +-
.../openicf/csvfile/CustomDelimiterTest.java | 38 +-
.../openicf/csvfile/DeleteOpCustomTest.java | 10 +-
.../forgerock/openicf/csvfile/DeleteOpTest.java | 37 +-
.../openicf/csvfile/InMemoryDiffTest.java | 10 +-
.../forgerock/openicf/csvfile/MultivalueTest.java | 29 +-
.../org/forgerock/openicf/csvfile/QualifyTest.java | 9 +-
.../openicf/csvfile/ResolveUsernameOpTest.java | 28 +-
.../forgerock/openicf/csvfile/SchemaOpTest.java | 20 +-
.../forgerock/openicf/csvfile/SearchOpTest.java | 69 +-
.../openicf/csvfile/SyncOpLatestTokenTest.java | 26 +-
.../org/forgerock/openicf/csvfile/SyncOpTest.java | 18 +-
.../org/forgerock/openicf/csvfile/TestOpTest.java | 21 +-
.../UpdateAttributeValuesOpNoMultivalueTest.java | 41 +-
.../csvfile/UpdateAttributeValuesOpTest.java | 47 +-
.../forgerock/openicf/csvfile/UpdateOpTest.java | 44 +-
.../org/forgerock/openicf/csvfile/UtilsTest.java | 25 +-
.../java/csvfile/src/test/resources/files/big.csv | 1001 ++++++++++++++++++++
24 files changed, 1644 insertions(+), 390 deletions(-)
create mode 100644 connectors/java/csvfile/src/test/java/org/forgerock/openicf/csvfile/AbstractCsvTest.java
create mode 100644 connectors/java/csvfile/src/test/resources/files/big.csv
hooks/post-receive
--
Evolveum OpenICF
More information about the midPoint-svn
mailing list