You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2004/08/23 21:34:06 UTC

cvs commit: jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/dotbetwixt TestBeanToXml.java

rdonkin     2004/08/23 12:34:06

  Modified:    betwixt/src/test/org/apache/commons/betwixt/dotbetwixt
                        TestBeanToXml.java
  Log:
  Added strategy for attribute suppression. This should (belatedly) give a solution for issue #24659.
  
  Revision  Changes    Path
  1.18      +1 -1      jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/dotbetwixt/TestBeanToXml.java
  
  Index: TestBeanToXml.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/dotbetwixt/TestBeanToXml.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- TestBeanToXml.java	13 Jun 2004 21:32:47 -0000	1.17
  +++ TestBeanToXml.java	23 Aug 2004 19:34:06 -0000	1.18
  @@ -69,7 +69,7 @@
   //        XMLIntrospectorHelper.setLog(log);
       
           writer.getBindingConfiguration().setMapIDs(false);
  -	SimpleTestBean bean = new SimpleTestBean("alpha-value","beta-value","gamma-value");
  +	    SimpleTestBean bean = new SimpleTestBean("alpha-value","beta-value","gamma-value");
           writer.write(bean);
           out.flush();
           String xml = out.toString();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org