You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cd...@apache.org on 2006/10/26 14:09:16 UTC

svn commit: r467976 - /portals/pluto/branches/1.1-286-COMPATIBILITY/pluto-container/src/test/java/org/apache/pluto/spi/optional/UserInfoAttributesServicesImplTest.java

Author: cdoremus
Date: Thu Oct 26 05:09:15 2006
New Revision: 467976

URL: http://svn.apache.org/viewvc?view=rev&rev=467976
Log:
Implementation of getWindowId() in MockPortletRequest inner class for JSR-286 support.

Modified:
    portals/pluto/branches/1.1-286-COMPATIBILITY/pluto-container/src/test/java/org/apache/pluto/spi/optional/UserInfoAttributesServicesImplTest.java

Modified: portals/pluto/branches/1.1-286-COMPATIBILITY/pluto-container/src/test/java/org/apache/pluto/spi/optional/UserInfoAttributesServicesImplTest.java
URL: http://svn.apache.org/viewvc/portals/pluto/branches/1.1-286-COMPATIBILITY/pluto-container/src/test/java/org/apache/pluto/spi/optional/UserInfoAttributesServicesImplTest.java?view=diff&rev=467976&r1=467975&r2=467976
==============================================================================
--- portals/pluto/branches/1.1-286-COMPATIBILITY/pluto-container/src/test/java/org/apache/pluto/spi/optional/UserInfoAttributesServicesImplTest.java (original)
+++ portals/pluto/branches/1.1-286-COMPATIBILITY/pluto-container/src/test/java/org/apache/pluto/spi/optional/UserInfoAttributesServicesImplTest.java Thu Oct 26 05:09:15 2006
@@ -259,5 +259,10 @@
 			return 0;
 		}
 
+		public String getWindowId() {
+			// TODO Auto-generated method stub
+			return null;
+		}
+
 	}
 }