You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2002/06/21 18:42:34 UTC

cvs commit: xml-batik/test-sources/org/apache/batik/bridge ScriptSelfTest.java

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