Author: weaver
Date: Tue Dec 6 13:14:27 2005
New Revision: 354560
URL: http://svn.apache.org/viewcvs?rev=354560&view=rev
Log:
Had to alter the mock fragment decoration to match up with additions to the api.
Modified:
portals/jetspeed-2/trunk/components/registry/src/test/org/apache/jetspeed/components/portletentity/TestPortletEntityDAO.java
Modified:
portals/jetspeed-2/trunk/components/registry/src/test/org/apache/jetspeed/components/portletentity/TestPortletEntityDAO.java
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/components/registry/src/test/org/apache/jetspeed/components/portletentity/TestPortletEntityDAO.java?rev=354560&r1=354559&r2=354560&view=diff
==============================================================================
---
portals/jetspeed-2/trunk/components/registry/src/test/org/apache/jetspeed/components/portletentity/TestPortletEntityDAO.java
(original)
+++
portals/jetspeed-2/trunk/components/registry/src/test/org/apache/jetspeed/components/portletentity/TestPortletEntityDAO.java
Tue Dec 6 13:14:27 2005
@@ -26,6 +26,7 @@
import org.apache.jetspeed.aggregator.PortletContent;
import org.apache.jetspeed.components.portletregistry.PortletRegistry;
import org.apache.jetspeed.components.util.DatasourceEnabledSpringTestCase;
+import org.apache.jetspeed.decoration.Decoration;
import org.apache.jetspeed.om.common.SecurityConstraint;
import org.apache.jetspeed.om.common.SecurityConstraints;
import org.apache.jetspeed.om.common.portlet.MutablePortletApplication;
@@ -417,6 +418,18 @@
public String getProperty(String propName)
{
return null;
+ }
+
+ public Decoration getDecoration()
+ {
+ // TODO Auto-generated method stub
+ return null;
+ }
+
+ public void setDecoration(Decoration decoration)
+ {
+ // TODO Auto-generated method stub
+
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]