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);

     }

 

     /**


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to