cvs commit: spice/sandbox/metaclass/src/test/org/realityforge/metaclass/io DOMMetaClassDeserializerTestCase.java

Peter Donald <[email protected]>
Newsgroups gmane.comp.java.spice.cvs
Message-ID <[email protected]>
donaldp     03/10/31 17:08:53

  Modified:    sandbox/metaclass/src/test/org/realityforge/metaclass/io
                        DOMMetaClassDeserializerTestCase.java
  Log:
  Add comment to correct place
  
  Revision  Changes    Path
  1.10      +2 -2      spice/sandbox/metaclass/src/test/org/realityforge/metaclass/io/DOMMetaClassDeserializerTestCase.java
  
  Index: DOMMetaClassDeserializerTestCase.java
  ===================================================================
  RCS file: /cvsroot/spice/spice/sandbox/metaclass/src/test/org/realityforge/metaclass/io/DOMMetaClassDeserializerTestCase.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DOMMetaClassDeserializerTestCase.java	1 Nov 2003 01:02:55 -0000	1.9
  +++ DOMMetaClassDeserializerTestCase.java	1 Nov 2003 01:08:53 -0000	1.10
  @@ -24,7 +24,7 @@
   /**
    *
    * @author <a href="mailto:peter at realityforge.org">Peter Donald</a>
  - * @version $Revision: 1.9 $ $Date: 2003/11/01 01:02:55 $
  + * @version $Revision: 1.10 $ $Date: 2003/11/01 01:08:53 $
    */
   public class DOMMetaClassDeserializerTestCase
       extends TestCase
  @@ -256,7 +256,7 @@
           attributes.appendChild( attribute );
           attribute.setAttribute( MetaClassIOXml.NAME_ATTRIBUTE, "myAttribute" );
           final Comment comment = document.createComment( "Random COmment" );
  -        attribute.appendChild( comment );
  +        attributes.appendChild( comment );
   
           final FieldDescriptor[] fields = deserializer.buildFields( root );
           assertEquals( "fields.length", 1, fields.length );
  
  
  


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.