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/testExpectedConn.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/JUTests/conf/testExpectedConn.yaml') diff --git a/src/main/JUTests/conf/testExpectedConn.yaml b/src/main/JUTests/conf/testExpectedConn.yaml index 4cb3421..17d4f0b 100644 --- a/src/main/JUTests/conf/testExpectedConn.yaml +++ b/src/main/JUTests/conf/testExpectedConn.yaml @@ -2,13 +2,13 @@ connections: - bind: null db: GHRUM - dbms: oracle + dbms: ORACLE host: ora.univ-jfc.fr id: ora_1 pass: secret port: 1521 ress: gest - type: jdbc + type: JDBC user: GRHUM - bind: uid=ldapadmin,ou=specialUsers,dc=univ-jfc,dc=fr db: null @@ -18,5 +18,5 @@ connections: pass: secret port: 389 ress: null - type: ldap + type: LDAP user: null -- cgit v1.2.3