[jboss-cvs] jboss-seam/src/test/integration/src/org/jboss/seam/test/integration/bpm ...

Peter Muir peter at bleepbleep.org.uk
Thu Nov 29 09:45:25 EST 2007


  User: pmuir   
  Date: 07/11/29 09:45:25

  Modified:    src/test/integration/src/org/jboss/seam/test/integration/bpm 
                        SeamExpressionEvaluatorTest.java
  Log:
  And the test
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/src/test/integration/src/org/jboss/seam/test/integration/bpm/SeamExpressionEvaluatorTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamExpressionEvaluatorTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/test/integration/src/org/jboss/seam/test/integration/bpm/SeamExpressionEvaluatorTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- SeamExpressionEvaluatorTest.java	28 Nov 2007 18:03:56 -0000	1.2
  +++ SeamExpressionEvaluatorTest.java	29 Nov 2007 14:45:25 -0000	1.3
  @@ -43,7 +43,7 @@
               }
               catch (Exception e)
               {
  -               if (!isRootCause(e, ELException.class))
  +               if (!(isRootCause(e, ELException.class) || isRootCause(e, javax.el.ELException.class)))
                  {
                     e.printStackTrace();
                     assert false;
  
  
  



More information about the jboss-cvs-commits mailing list