cvs commit: spice/sandbox/metaclass/src/test/org/realityforge/metaclass AttributesTestCase.java
Peter Donald <[email protected]>
| Newsgroups | gmane.comp.java.spice.cvs |
|---|---|
| Message-ID | <[email protected]> |
donaldp 03/10/28 05:34:22
Modified: sandbox/metaclass/src/test/org/realityforge/metaclass
AttributesTestCase.java
Log:
Pushed delcaredAttributes through FieldDescriptor
Revision Changes Path
1.17 +5 -1 spice/sandbox/metaclass/src/test/org/realityforge/metaclass/AttributesTestCase.java
Index: AttributesTestCase.java
===================================================================
RCS file: /cvsroot/spice/spice/sandbox/metaclass/src/test/org/realityforge/metaclass/AttributesTestCase.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- AttributesTestCase.java 28 Oct 2003 13:26:54 -0000 1.16
+++ AttributesTestCase.java 28 Oct 2003 13:34:22 -0000 1.17
@@ -22,7 +22,7 @@
/**
*
* @author <a href="mailto:peter at realityforge.org">Peter Donald</a>
- * @version $Revision: 1.16 $ $Date: 2003/10/28 13:26:54 $
+ * @version $Revision: 1.17 $ $Date: 2003/10/28 13:34:22 $
*/
public class AttributesTestCase
extends TestCase
@@ -236,6 +236,7 @@
final FieldDescriptor fieldDescriptor =
new FieldDescriptor( field.getName(),
field.getType().getName(),
+ attributes,
attributes );
final ClassDescriptor descriptor =
new ClassDescriptor( AttributesTestCase.class.getName(),
@@ -280,6 +281,7 @@
final FieldDescriptor fieldDescriptor =
new FieldDescriptor( field.getName(),
field.getType().getName(),
+ attributes,
attributes );
final ClassDescriptor descriptor =
new ClassDescriptor( AttributesTestCase.class.getName(),
@@ -316,6 +318,7 @@
final FieldDescriptor fieldDescriptor =
new FieldDescriptor( field.getName(),
field.getType().getName(),
+ attributes,
attributes );
final ClassDescriptor descriptor =
new ClassDescriptor( AttributesTestCase.class.getName(),
@@ -461,6 +464,7 @@
final FieldDescriptor fieldDescriptor =
new FieldDescriptor( "ignoreMe",
"java.lang.String",
+ Attribute.EMPTY_SET,
Attribute.EMPTY_SET );
final ClassDescriptor descriptor =
new ClassDescriptor( AttributesTestCase.class.getName(),
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/