You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by rw...@apache.org on 2005/11/07 03:49:20 UTC

svn commit: r331183 - /portals/jetspeed-2/trunk/layout-portlets/src/test/org/apache/jetspeed/portlets/layout/TestColumnLayout.java

Author: rwatler
Date: Sun Nov  6 18:49:18 2005
New Revision: 331183

URL: http://svn.apache.org/viewcvs?rev=331183&view=rev
Log:
fix test case Fragment API conversion

Modified:
    portals/jetspeed-2/trunk/layout-portlets/src/test/org/apache/jetspeed/portlets/layout/TestColumnLayout.java

Modified: portals/jetspeed-2/trunk/layout-portlets/src/test/org/apache/jetspeed/portlets/layout/TestColumnLayout.java
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/layout-portlets/src/test/org/apache/jetspeed/portlets/layout/TestColumnLayout.java?rev=331183&r1=331182&r2=331183&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/layout-portlets/src/test/org/apache/jetspeed/portlets/layout/TestColumnLayout.java (original)
+++ portals/jetspeed-2/trunk/layout-portlets/src/test/org/apache/jetspeed/portlets/layout/TestColumnLayout.java Sun Nov  6 18:49:18 2005
@@ -146,7 +146,6 @@
         f2.setId("f2");
         f2.setName("test");
         f2.setLayoutRow(0);
-        f2.setLayoutColumn(0);
 
         ColumnLayout layout = new ColumnLayout(3, "test", widthes);
         layout.addFragment(f1);
@@ -162,7 +161,6 @@
 
         assertNotNull(layout.getFirstColumn());
         assertNotNull(layout.getLastColumn());
-
     }
 
     public void testRowNotSet() throws Exception
@@ -176,7 +174,6 @@
         FragmentImpl f2 = new FragmentImpl();
         f2.setId("f2");
         f2.setName("test");
-        f2.setLayoutRow(0);
         f2.setLayoutColumn(0);
 
         ColumnLayout layout = new ColumnLayout(3, "test", widthes);



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org