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

Peter Muir peter at bleepbleep.org.uk
Mon Oct 8 17:50:46 EDT 2007


  User: pmuir   
  Date: 07/10/08 17:50:46

  Modified:    src/test/unit/org/jboss/seam/test/unit  RemotingTest.java
  Log:
  Less Fragile
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/test/unit/org/jboss/seam/test/unit/RemotingTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RemotingTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/test/unit/org/jboss/seam/test/unit/RemotingTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- RemotingTest.java	8 Oct 2007 18:15:47 -0000	1.1
  +++ RemotingTest.java	8 Oct 2007 21:50:46 -0000	1.2
  @@ -828,7 +828,7 @@
   
            // Now constrain all secrets
            constraints = Arrays
  -               .asList(new String[] { "[org.jboss.seam.test.Widget].secret" });
  +               .asList(new String[] { "[" + Widget.class.getName() + "].secret" });
            MarshalUtils.marshalResult(null, new CallContext(), out, result,
                  constraints);
   
  
  
  



More information about the jboss-cvs-commits mailing list