You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ob...@apache.org on 2004/08/20 03:31:54 UTC

svn commit: rev 36644 - avalon/trunk/central/laboratory/studio/eclipse/core/test/org/apache/metro/studio/eclipse/core/templateengine/test

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: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org