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

Norman Richards norman.richards at jboss.com
Wed Oct 10 20:03:12 EDT 2007


  User: nrichards
  Date: 07/10/10 20:03:12

  Modified:    src/test/integration/src/org/jboss/seam/test/integration 
                        EntityTest.java
  Log:
  cleanup
  
  Revision  Changes    Path
  1.2       +2 -6      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- EntityTest.java	10 Oct 2007 23:08:47 -0000	1.1
  +++ EntityTest.java	11 Oct 2007 00:03:12 -0000	1.2
  @@ -108,16 +108,12 @@
   
           try {
               new FacesRequest("/page.xhtml", conversation1) {
  -                EntityExceptionObserver observer;
  -                
                   @Override
                   protected void invokeApplication() throws Exception {
                       Thing thing = (Thing) Contexts.getConversationContext().get("thing");
                       thing.setName("bar");
                       
  -                    observer = (EntityExceptionObserver) getValue("#{entityExceptionObserver}");
  -                    		
  -                }
  +                }cvs
                   
                   @Override
                   protected void renderResponse() throws Exception {
  
  
  



More information about the jboss-cvs-commits mailing list