Author: ate
Date: Fri Nov  2 05:23:33 2007
New Revision: 591315

URL: http://svn.apache.org/viewvc?rev=591315&view=rev
Log:
As reported on the list by Dennis Dam, TestDecorations failed because of an 
method call (getType()) which is no longer called.
Thanks Dennis

NB: I'm applying this to the trunk as well, although the changes from Steve 
(d.d. 2006-10-26) which initiated this error have *not* been applied to the 
2.2-SNAPSHOT trunk yet. 

Modified:
    
portals/jetspeed-2/trunk/components/jetspeed-portal/src/test/java/org/apache/jetspeed/decoration/TestDecorations.java

Modified: 
portals/jetspeed-2/trunk/components/jetspeed-portal/src/test/java/org/apache/jetspeed/decoration/TestDecorations.java
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/jetspeed-portal/src/test/java/org/apache/jetspeed/decoration/TestDecorations.java?rev=591315&r1=591314&r2=591315&view=diff
==============================================================================
--- 
portals/jetspeed-2/trunk/components/jetspeed-portal/src/test/java/org/apache/jetspeed/decoration/TestDecorations.java
 (original)
+++ 
portals/jetspeed-2/trunk/components/jetspeed-portal/src/test/java/org/apache/jetspeed/decoration/TestDecorations.java
 Fri Nov  2 05:23:33 2007
@@ -83,8 +83,6 @@
         ArrayList list = new ArrayList(1);
         list.add(childFragment);
         
-        expectAndReturn(fragmentMock, "getType", "layout");
-        
         expectAndReturn(fragmentMock, "getFragments", list);
           
         expectAndReturn(atLeastOnce(), fragmentMock, "getId", "001");



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to