You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/08/16 03:49:37 UTC

cvs commit: jakarta-avalon-excalibur/jprocess/src/test/org/apache/excalibur/jprocess/test DemuxPolicyTestCase.java

leif        2002/08/15 18:49:37

  Modified:    jprocess build.xml
               jprocess/src/test/org/apache/excalibur/jprocess/test
                        DemuxPolicyTestCase.java
  Log:
  Fix test so that it compiles with JDK 1.4
  
  Revision  Changes    Path
  1.8       +0 -1      jakarta-avalon-excalibur/jprocess/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/jprocess/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	14 Aug 2002 22:26:36 -0000	1.7
  +++ build.xml	16 Aug 2002 01:49:37 -0000	1.8
  @@ -91,7 +91,6 @@
               target="1.2">
               <classpath refid="test.class.path" />
               <include name="**/*.java"/>
  -            <exclude name="**/DemuxPolicyTestCase.java"/>
           </javac>
   
           <copy todir="${build.testclasses}">
  
  
  
  1.2       +1 -1      jakarta-avalon-excalibur/jprocess/src/test/org/apache/excalibur/jprocess/test/DemuxPolicyTestCase.java
  
  Index: DemuxPolicyTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/jprocess/src/test/org/apache/excalibur/jprocess/test/DemuxPolicyTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DemuxPolicyTestCase.java	25 Jun 2002 03:19:20 -0000	1.1
  +++ DemuxPolicyTestCase.java	16 Aug 2002 01:49:37 -0000	1.2
  @@ -124,7 +124,7 @@
           public void run()
           {
               m_demux.bindPolicy( m_policy );
  -            m_result = m_demux.getPermissions( null );
  +            m_result = m_demux.getPermissions( (CodeSource)null );
           }
       }
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>