Author: bdaw
Date: 2009-03-18 16:27:31 -0400 (Wed, 18 Mar 2009)
New Revision: 380
Modified:
idm/trunk/idm/src/test/java/org/jboss/identity/idm/impl/api/APITestCase.java
Log:
bobo
Modified: idm/trunk/idm/src/test/java/org/jboss/identity/idm/impl/api/APITestCase.java
===================================================================
---
idm/trunk/idm/src/test/java/org/jboss/identity/idm/impl/api/APITestCase.java 2009-03-18
20:22:52 UTC (rev 379)
+++
idm/trunk/idm/src/test/java/org/jboss/identity/idm/impl/api/APITestCase.java 2009-03-18
20:27:31 UTC (rev 380)
@@ -64,52 +64,52 @@
super.tearDown();
}
-// public void testDBPersistenceManager() throws Exception
-// {
-// identitySessionFactory = new IdentityConfigurationImpl().
-// configure(new
File("src/test/resources/organization-test-config.xml")).buildIdentitySessionFactory();
-//
-// persistenceManagerTest.testMethods("realm://RedHat/DB");
-// }
-//
-// public void testLDAPMixedPersistenceManager() throws Exception
-// {
-// populateClean();
-//
-// identitySessionFactory = new IdentityConfigurationImpl().
-// configure(new
File("src/test/resources/organization-test-config.xml")).buildIdentitySessionFactory();
-//
-//
-// persistenceManagerTest.testMethods("realm://RedHat/DB_LDAP");
-// }
-//
-// public void testDBRelationshipManager() throws Exception
-// {
-// identitySessionFactory = new IdentityConfigurationImpl().
-// configure(new
File("src/test/resources/organization-test-config.xml")).buildIdentitySessionFactory();
-//
-// relationshipManagerTest.testMethods("realm://RedHat/DB");
-// }
-//
-// public void testLDAPMixedRelationshipManager() throws Exception
-// {
-// populateClean();
-//
-// identitySessionFactory = new IdentityConfigurationImpl().
-// configure(new
File("src/test/resources/organization-test-config.xml")).buildIdentitySessionFactory();
-//
-//
-// relationshipManagerTest.testMethods("realm://RedHat/DB_LDAP");
-// }
-//
-// public void testDBRoleManager() throws Exception
-// {
-// identitySessionFactory = new IdentityConfigurationImpl().
-// configure(new
File("src/test/resources/organization-test-config.xml")).buildIdentitySessionFactory();
-//
-// roleManagerTest.testMethods("realm://RedHat/DB");
-// }
+ public void testDBPersistenceManager() throws Exception
+ {
+ identitySessionFactory = new IdentityConfigurationImpl().
+ configure(new
File("src/test/resources/organization-test-config.xml")).buildIdentitySessionFactory();
+ persistenceManagerTest.testMethods("realm://RedHat/DB");
+ }
+
+ public void testLDAPMixedPersistenceManager() throws Exception
+ {
+ populateClean();
+
+ identitySessionFactory = new IdentityConfigurationImpl().
+ configure(new
File("src/test/resources/organization-test-config.xml")).buildIdentitySessionFactory();
+
+
+ persistenceManagerTest.testMethods("realm://RedHat/DB_LDAP");
+ }
+
+ public void testDBRelationshipManager() throws Exception
+ {
+ identitySessionFactory = new IdentityConfigurationImpl().
+ configure(new
File("src/test/resources/organization-test-config.xml")).buildIdentitySessionFactory();
+
+ relationshipManagerTest.testMethods("realm://RedHat/DB");
+ }
+
+ public void testLDAPMixedRelationshipManager() throws Exception
+ {
+ populateClean();
+
+ identitySessionFactory = new IdentityConfigurationImpl().
+ configure(new
File("src/test/resources/organization-test-config.xml")).buildIdentitySessionFactory();
+
+
+ relationshipManagerTest.testMethods("realm://RedHat/DB_LDAP");
+ }
+
+ public void testDBRoleManager() throws Exception
+ {
+ identitySessionFactory = new IdentityConfigurationImpl().
+ configure(new
File("src/test/resources/organization-test-config.xml")).buildIdentitySessionFactory();
+
+ roleManagerTest.testMethods("realm://RedHat/DB");
+ }
+
public void testLDAPMixedRoleManager() throws Exception
{
populateClean();
Show replies by date