From: Julien V. <ju...@jb...> - 2006-07-09 12:04:17
|
User: julien Date: 06/07/09 08:04:15 Modified: core/src/main/org/jboss/portal/test/core/model/instance InstanceContainerTestCase.java Log: move Mode and WindowState to org.jboss.portal.portlet instead of org.jboss.portal Revision Changes Path 1.11 +2 -20 jboss-portal/core/src/main/org/jboss/portal/test/core/model/instance/InstanceContainerTestCase.java (In the diff below, changes in quantity of whitespace are not shown.) Index: InstanceContainerTestCase.java =================================================================== RCS file: /cvsroot/jboss/jboss-portal/core/src/main/org/jboss/portal/test/core/model/instance/InstanceContainerTestCase.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -b -r1.10 -r1.11 --- InstanceContainerTestCase.java 18 Jun 2006 23:23:13 -0000 1.10 +++ InstanceContainerTestCase.java 9 Jul 2006 12:04:15 -0000 1.11 @@ -11,48 +11,30 @@ import org.jboss.portal.core.impl.model.instance.PersistentInstanceContainer; import org.jboss.portal.core.impl.portlet.state.PersistentStateStore; import org.jboss.portal.core.model.instance.Instance; -import org.jboss.portal.identity.db.UserImpl; import org.jboss.portal.portlet.NoSuchPortletException; -import org.jboss.portal.portlet.PortletInvokerException; -import org.jboss.portal.portlet.StateString; -import org.jboss.portal.portlet.PortletURL; +import org.jboss.portal.portlet.Mode; import org.jboss.portal.portlet.support.spi.ActionContextSupport; import org.jboss.portal.portlet.support.spi.UserContextSupport; import org.jboss.portal.portlet.invocation.ActionInvocation; import org.jboss.portal.portlet.invocation.PortletInvocation; -import org.jboss.portal.portlet.spi.UserContext; -import org.jboss.portal.portlet.spi.InstanceContext; -import org.jboss.portal.portlet.spi.ActionContext; import org.jboss.portal.portlet.state.producer.StatefulPortletInvoker; -import org.jboss.portal.portlet.state.AccessMode; import org.jboss.portal.portlet.test.support.info.PortletInfoSupport; import org.jboss.portal.security.impl.JBossAuthorizationDomainRegistryImpl; import org.jboss.portal.security.impl.jacc.JACCPortalAuthorizationManagerFactory; import org.jboss.portal.test.core.PortalBaseTestCase; import org.jboss.portal.test.framework.embedded.DataSourceSupport; -import org.jboss.portal.common.value.ValueMap; import org.jboss.portal.common.value.SimpleValueMap; -import org.jboss.portal.server.util.Parameters; -import org.jboss.portal.server.util.HTTPStreamInfo; -import org.jboss.portal.Mode; -import org.jboss.portal.WindowState; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.net.URL; -import java.util.List; -import java.util.Locale; -import java.util.Map; -import java.io.BufferedReader; -import java.io.IOException; -import java.io.InputStream; /** * Test Case that tests the authorization for instances * via the instance container * * @author <a href="mailto:Ani...@jb...">Anil Saldhana</a> - * @version $Revision: 1.10 $ + * @version $Revision: 1.11 $ * @since Apr 4, 2006 */ public class InstanceContainerTestCase extends PortalBaseTestCase |