vhardy      2002/06/21 09:42:34

  Modified:    test-sources/org/apache/batik/bridge ScriptSelfTest.java
  Log:
  Use new ApplicationSecurityEnforcer constructor
  
  Revision  Changes    Path
  1.4       +2 -3      
xml-batik/test-sources/org/apache/batik/bridge/ScriptSelfTest.java
  
  Index: ScriptSelfTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-batik/test-sources/org/apache/batik/bridge/ScriptSelfTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ScriptSelfTest.java       14 Jun 2002 13:12:25 -0000      1.3
  +++ ScriptSelfTest.java       21 Jun 2002 16:42:34 -0000      1.4
  @@ -79,8 +79,7 @@
       public TestReport runImpl() throws Exception{
           ApplicationSecurityEnforcer ase
               = new ApplicationSecurityEnforcer(this.getClass(),
  -                                              
"org/apache/batik/apps/svgbrowser/resources/svgbrowser.policy",
  -                                              "dummy.jar");
  +                                              
"org/apache/batik/apps/svgbrowser/resources/svgbrowser.policy");
   
           if (secure) {
               ase.enforceSecurity(true);
  
  
  

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

Reply via email to