maguro 2005/10/27 15:10:15
Modified: modules/openejb-builder/src/test/org/openejb/deployment
EarDeploymentTest.java
Log:
Updated configurations to handle realm->login-domain->principal hierarchy.
Revision Changes Path
1.5 +3 -2
openejb/modules/openejb-builder/src/test/org/openejb/deployment/EarDeploymentTest.java
Index: EarDeploymentTest.java
===================================================================
RCS file:
/scm/openejb/openejb/modules/openejb-builder/src/test/org/openejb/deployment/EarDeploymentTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- EarDeploymentTest.java 10 Sep 2005 14:49:07 -0000 1.4
+++ EarDeploymentTest.java 27 Oct 2005 19:10:15 -0000 1.5
@@ -55,7 +55,8 @@
/**
* @version $Revision$ $Date$
*/
-public class EarDeploymentTest extends AbstractDeploymentTest {
+public class
+ EarDeploymentTest extends AbstractDeploymentTest {
private static final DeploymentTestSuite SUITE =
new DeploymentTestSuite(EarDeploymentTest.class, new
File("target/test-ear.ear"));