Skip to content
Snippets Groups Projects
Commit 73d8f195 authored by Adrian Damian's avatar Adrian Damian
Browse files

Fixed unit testing

parent f64bbc4f
No related branches found
No related tags found
No related merge requests found
......@@ -65,8 +65,8 @@ public class LdapGroupDAOTest
{
private static final Logger log = Logger.getLogger(LdapGroupDAOTest.class);
static String usersDN = "ou=Users,ou=ds,dc=canfar,dc=net";
static String groupsDN = "ou=Groups,ou=ds,dc=canfar,dc=net";
static String usersDN = "ou=Users,ou=ds,dc=canfartest,dc=net";
static String groupsDN = "ou=Groups,ou=ds,dc=canfartest,dc=net";
static String adminGroupsDN = "ou=adminGroups,ou=ds,dc=canfartest,dc=net";
static String daoTestDN1 = "cn=cadcdaotest1,ou=cadc,o=hia,c=ca";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment