cvs commit: spice/sandbox/metaclass/src/test/org/realityforge/metaclass/tools/compiler ClassDescriptorCompilerTestCase.java
Peter Donald <[email protected]>
| Newsgroups | gmane.comp.java.spice.cvs |
|---|---|
| Message-ID | <[email protected]> |
donaldp 03/10/28 05:26:55
Modified: sandbox/metaclass/src/test/org/realityforge/metaclass/tools/compiler
ClassDescriptorCompilerTestCase.java
Log:
Push declared attributes through ClassDescriptor constructor
Revision Changes Path
1.9 +2 -1 spice/sandbox/metaclass/src/test/org/realityforge/metaclass/tools/compiler/ClassDescriptorCompilerTestCase.java
Index: ClassDescriptorCompilerTestCase.java
===================================================================
RCS file: /cvsroot/spice/spice/sandbox/metaclass/src/test/org/realityforge/metaclass/tools/compiler/ClassDescriptorCompilerTestCase.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ClassDescriptorCompilerTestCase.java 28 Oct 2003 05:33:06 -0000 1.8
+++ ClassDescriptorCompilerTestCase.java 28 Oct 2003 13:26:55 -0000 1.9
@@ -26,7 +26,7 @@
/**
*
* @author <a href="mailto:peter at realityforge.org">Peter Donald</a>
- * @version $Revision: 1.8 $ $Date: 2003/10/28 05:33:06 $
+ * @version $Revision: 1.9 $ $Date: 2003/10/28 13:26:55 $
*/
public class ClassDescriptorCompilerTestCase
extends TestCase
@@ -176,6 +176,7 @@
task.setDestDir( generateDirectory() );
final ClassDescriptor descriptor =
new ClassDescriptor( "test",
+ Attribute.EMPTY_SET,
Attribute.EMPTY_SET,
FieldDescriptor.EMPTY_SET,
MethodDescriptor.EMPTY_SET );
-------------------------------------------------------
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/