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

Peter Muir peter at bleepbleep.org.uk
Thu Oct 11 06:52:03 EDT 2007


  User: pmuir   
  Date: 07/10/11 06:52:03

  Modified:    src/test/integration/src/org/jboss/seam/test/integration 
                        EntityTest.java
  Log:
  Make testsuite compile
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/src/test/integration/src/org/jboss/seam/test/integration/EntityTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EntityTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/test/integration/src/org/jboss/seam/test/integration/EntityTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- EntityTest.java	11 Oct 2007 00:03:12 -0000	1.2
  +++ EntityTest.java	11 Oct 2007 10:52:03 -0000	1.3
  @@ -113,7 +113,7 @@
                       Thing thing = (Thing) Contexts.getConversationContext().get("thing");
                       thing.setName("bar");
                      
  -                }cvs
  +                }
                   
                   @Override
                   protected void renderResponse() throws Exception {
  
  
  



More information about the jboss-cvs-commits mailing list