donaldp 2002/11/11 17:36:10
Modified: info/src/test/org/apache/avalon/framework/tools/infobuilder/test
InfoBuilderTestCase.java
Log:
make sure the files are deleted
Revision Changes Path
1.7 +3 -3
jakarta-avalon-excalibur/info/src/test/org/apache/avalon/framework/tools/infobuilder/test/InfoBuilderTestCase.java
Index: InfoBuilderTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/info/src/test/org/apache/avalon/framework/tools/infobuilder/test/InfoBuilderTestCase.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- InfoBuilderTestCase.java 12 Nov 2002 01:34:56 -0000 1.6
+++ InfoBuilderTestCase.java 12 Nov 2002 01:36:10 -0000 1.7
@@ -158,8 +158,8 @@
final FileInputStream inputStream = new FileInputStream( output );
final ComponentInfo actual = reader.createComponentInfo( implementationKey,
inputStream );
inputStream.close();
- //output.deleteOnExit();
- //output.delete();
+ output.deleteOnExit();
+ output.delete();
InfoAssert.assertEqualInfos( " Dummy ComponentInfo written out and read
back " +
"in again should be equal",
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>