dion        2004/09/07 00:11:19

  Modified:    jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing
                        TestSwingTags.java
  Log:
  Re-enable jdk14 tests
  
  Revision  Changes    Path
  1.5       +2 -3      
jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java
  
  Index: TestSwingTags.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestSwingTags.java        7 Sep 2004 07:04:51 -0000       1.4
  +++ TestSwingTags.java        7 Sep 2004 07:11:19 -0000       1.5
  @@ -112,8 +112,7 @@
               GridBagLayout layout = (GridBagLayout) 
frame.getContentPane().getLayout();
               GridBagConstraints constraints = layout.getConstraints(button);
               //note that 21 is the JDK 1.4 value of GridBagConstraint.LINE_START
  -            // this is failing
  -            // assertEquals(21,constraints.anchor);
  +            assertEquals(21,constraints.anchor);
           }
       }
       
  @@ -132,7 +131,7 @@
           JellyContext context = getJellyContext();
           ButtonGroup bg = (ButtonGroup) context.getVariable("bg");
           //buttonGroup is broken
  -        //assertEquals(2, bg.getButtonCount());
  +        // assertEquals(2, bg.getButtonCount());
       }
   
       
  
  
  

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

Reply via email to