Author: bdaw
Date: 2007-08-20 10:41:52 -0400 (Mon, 20 Aug 2007)
New Revision: 8002
Modified:
modules/test/trunk/test/src/resources/config/directories-userprofilemodule.xml
Log:
somehow forgot to change path here...
Modified: modules/test/trunk/test/src/resources/config/directories-userprofilemodule.xml
===================================================================
---
modules/test/trunk/test/src/resources/config/directories-userprofilemodule.xml 2007-08-20
14:32:54 UTC (rev 8001)
+++
modules/test/trunk/test/src/resources/config/directories-userprofilemodule.xml 2007-08-20
14:41:52 UTC (rev 8002)
@@ -33,7 +33,7 @@
<admin-dn>cn=Directory Manager</admin-dn>
<admin-password>password</admin-password>
<!--ldif from which LDAP will be populated before each test-->
- <populate-ldif>ldap/ldif/initial-tests-qa-opends.ldif</populate-ldif>
+ <populate-ldif>test/ldif/initial-tests-qa-opends.ldif</populate-ldif>
<!--DN that will be removed to perform cleanup after each test-->
<cleanup-dn>dc=example,dc=com</cleanup-dn>
</directory>
@@ -48,7 +48,7 @@
<admin-dn>cn=Directory Manager</admin-dn>
<admin-password>testldap</admin-password>
<!--ldif from which LDAP will be populated before each test-->
- <populate-ldif>ldap/ldif/initial-tests-qa-sunds.ldif</populate-ldif>
+ <populate-ldif>test/ldif/initial-tests-qa-sunds.ldif</populate-ldif>
<!--DN that will be removed to perform cleanup after each test-->
<cleanup-dn>dc=example,dc=com</cleanup-dn>
</directory>
@@ -63,7 +63,7 @@
<admin-dn>cn=Directory Manager</admin-dn>
<admin-password>qpq123qpq</admin-password>
- <populate-ldif>ldap/ldif/initial-tests-qa.ldif</populate-ldif>
+ <populate-ldif>test/ldif/initial-tests-qa.ldif</populate-ldif>
<cleanup-dn>dc=testsuite,dc=portal,dc=qa,dc=atl,dc=jboss,dc=com</cleanup-dn>
</directory>
@@ -78,7 +78,7 @@
<admin-dn>cn=Manager,dc=my-domain,dc=com</admin-dn>
<admin-password>jbossqa</admin-password>
-
<populate-ldif>ldap/ldif/initial-tests-qa-openldap.ldif</populate-ldif>
+
<populate-ldif>test/ldif/initial-tests-qa-openldap.ldif</populate-ldif>
<cleanup-dn>dc=testsuite,dc=portal,dc=my-domain,dc=com</cleanup-dn>
</directory>
@@ -93,7 +93,7 @@
<admin-dn>JBOSS\jbossqa</admin-dn>
<admin-password>jboss42</admin-password>
- <populate-ldif>ldap/ldif/initial-tests-qa-msad.ldif</populate-ldif>
+ <populate-ldif>test/ldif/initial-tests-qa-msad.ldif</populate-ldif>
<cleanup-dn>ou=testsuite,ou=portal,dc=jboss,dc=test</cleanup-dn>
</directory>-->
Show replies by date