[jboss-cvs] jboss-seam/src/main/org/jboss/seam/mock ...

Gavin King gavin.king at jboss.com
Wed Jul 25 10:40:31 EDT 2007


  User: gavin   
  Date: 07/07/25 10:40:31

  Modified:    src/main/org/jboss/seam/mock  BaseSeamTest.java
  Log:
  fix some problems with test suite
  
  Revision  Changes    Path
  1.24      +8 -0      jboss-seam/src/main/org/jboss/seam/mock/BaseSeamTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BaseSeamTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mock/BaseSeamTest.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- BaseSeamTest.java	16 Jul 2007 15:15:01 -0000	1.23
  +++ BaseSeamTest.java	25 Jul 2007 14:40:31 -0000	1.24
  @@ -333,6 +333,14 @@
         }
   
         /**
  +       * The outcome of the INVOKE_APPLICATION phase
  +       */
  +      protected String getOutcome()
  +      {
  +         return outcome;
  +      }
  +
  +      /**
          * Get the outcome of the INVOKE_APPLICATION phase
          */
         protected String getInvokeApplicationOutcome()
  
  
  



More information about the jboss-cvs-commits mailing list