You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/05/09 00:28:30 UTC

cvs commit: avalon-sandbox/merlin/assembly/src/test/org/apache/avalon/assembly/repository LocalRepositoryTestCase.java

mcconnell    2003/05/08 15:28:29

  Modified:    merlin/assembly/src/test/org/apache/avalon/assembly/repository
                        LocalRepositoryTestCase.java
  Log:
  Disable local repoository test peninding completion of unpack strategy.
  
  Revision  Changes    Path
  1.2       +7 -1      avalon-sandbox/merlin/assembly/src/test/org/apache/avalon/assembly/repository/LocalRepositoryTestCase.java
  
  Index: LocalRepositoryTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/merlin/assembly/src/test/org/apache/avalon/assembly/repository/LocalRepositoryTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LocalRepositoryTestCase.java	30 Apr 2003 10:24:42 -0000	1.1
  +++ LocalRepositoryTestCase.java	8 May 2003 22:28:29 -0000	1.2
  @@ -87,7 +87,13 @@
   
       public void testInstall() throws Exception
       {
  -        m_repository.install( "james" );
  +        //
  +        // this testcase is incomplete - objective is to be able to 
  +        // a packaged appication and populate the Merlin repository
  +        // - a little more needs to be done to handle the unpacking side 
  +        // of things - until this text is disabled.
  +        //
  +        //m_repository.install( "james" );
       }
   
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org