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/27 21:33:07
Modified: sandbox/metaclass/src/test/org/realityforge/metaclass/tools/compiler
ClassDescriptorCompilerTestCase.java
Log:
Make sure test data generated in correct dir
Revision Changes Path
1.8 +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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ClassDescriptorCompilerTestCase.java 22 Oct 2003 09:19:42 -0000 1.7
+++ ClassDescriptorCompilerTestCase.java 28 Oct 2003 05:33:06 -0000 1.8
@@ -26,7 +26,7 @@
/**
*
* @author <a href="mailto:peter at realityforge.org">Peter Donald</a>
- * @version $Revision: 1.7 $ $Date: 2003/10/22 09:19:42 $
+ * @version $Revision: 1.8 $ $Date: 2003/10/28 05:33:06 $
*/
public class ClassDescriptorCompilerTestCase
extends TestCase
@@ -173,6 +173,7 @@
task.setMonitor( mockMonitor );
task.setExtension( DefaultMetaClassAccessor.BINARY_EXT );
task.setMetaClassIO( new MockIO() );
+ task.setDestDir( generateDirectory() );
final ClassDescriptor descriptor =
new ClassDescriptor( "test",
Attribute.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/