svn commit: rev 36644 - avalon/trunk/central/laboratory/studio/eclipse/core/test/org/apache/metro/studio/eclipse/core/templateengine/test
[email protected] 20 Aug 2004 01:31:54 -0000
| Newsgroups | gmane.comp.jakarta.avalon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: oberhack
Date: Thu Aug 19 18:31:53 2004
New Revision: 36644
Modified:
avalon/trunk/central/laboratory/studio/eclipse/core/test/org/apache/metro/studio/eclipse/core/templateengine/test/ResourceTemplateManagerTest.java
Log:
Modified: avalon/trunk/central/laboratory/studio/eclipse/core/test/org/apache/metro/studio/eclipse/core/templateengine/test/ResourceTemplateManagerTest.java
==============================================================================
--- avalon/trunk/central/laboratory/studio/eclipse/core/test/org/apache/metro/studio/eclipse/core/templateengine/test/ResourceTemplateManagerTest.java (original)
+++ avalon/trunk/central/laboratory/studio/eclipse/core/test/org/apache/metro/studio/eclipse/core/templateengine/test/ResourceTemplateManagerTest.java Thu Aug 19 18:31:53 2004
@@ -102,7 +102,7 @@
testpath = "/src/BLOCK-INF/block.xml";
assertEquals("block.xml not created", true, (new File(project.getLocation().toString()+testpath).exists()));
- ProjectManager.delete(project);
+ // ProjectManager.delete(project);
}
public final void testCreateCompositionApplicationProject()
@@ -121,7 +121,7 @@
testpath = "/impl/BLOCK-INF/debug.xml";
assertEquals("debug.xml not created", true, (new File(project.getLocation().toString()+testpath).exists()));
- ProjectManager.delete(project);
+ // ProjectManager.delete(project);
}
/**