From 267c7b1af11ec8f306b37c58c7190c57fd906dc5 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Thu, 23 Oct 2014 13:17:16 +0200 Subject: Config : all enum values in CAPS. --- src/main/JUTests/conf/testMain.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/main/JUTests/conf/testMain.yaml') diff --git a/src/main/JUTests/conf/testMain.yaml b/src/main/JUTests/conf/testMain.yaml index 39350b2..123a8b1 100644 --- a/src/main/JUTests/conf/testMain.yaml +++ b/src/main/JUTests/conf/testMain.yaml @@ -11,24 +11,24 @@ tasks: delete: 10 sources: - name: GHRUM, comptes et personnes - kind: sql + kind: SQL conn: ora_1 mode: PRIMARY_SOURCE query: people.sql - name: CSV personnes additionnelles - kind: csv + kind: FIXED_CSV mode: MERGE_APPEND path: people_append.csv - name: CSV correctifs personnes - kind: sorted_csv + kind: FIXED_CSV_SORTED mode: MERGE_REPLACE path: people_replace.csv destination: name: LDAP de test, ou=people - kind: ldap + kind: LDAP conn: ldap_1 attr: uid base: ou=people,dc=univ-jfc,dc=fr @@ -36,13 +36,13 @@ tasks: - name: Structure sync sources: - name: GHRUM, structures - kind: sql + kind: SQL conn: ora_1 mode: PRIMARY_SOURCE query: structures.sql destination: name: LDAP de test, ou=structures - kind: ldap + kind: LDAP conn: ldap_1 attr: supannEntiteAffectation base: ou=structures,dc=univ-jfc,dc=fr @@ -51,4 +51,4 @@ tasks: opLimits: insert: 10 update: 10 - delete: 10 \ No newline at end of file + delete: 10 -- cgit v1.2.3