Author: ate
Date: Fri Nov 2 05:21:51 2007
New Revision: 591314
URL: http://svn.apache.org/viewvc?rev=591314&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
Modified:
portals/jetspeed-2/branches/JETSPEED-2.1.3/components/portal/src/test/org/apache/jetspeed/decoration/TestDecorations.java
Modified:
portals/jetspeed-2/branches/JETSPEED-2.1.3/components/portal/src/test/org/apache/jetspeed/decoration/TestDecorations.java
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/components/portal/src/test/org/apache/jetspeed/decoration/TestDecorations.java?rev=591314&r1=591313&r2=591314&view=diff
==============================================================================
---
portals/jetspeed-2/branches/JETSPEED-2.1.3/components/portal/src/test/org/apache/jetspeed/decoration/TestDecorations.java
(original)
+++
portals/jetspeed-2/branches/JETSPEED-2.1.3/components/portal/src/test/org/apache/jetspeed/decoration/TestDecorations.java
Fri Nov 2 05:21:51 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]