vhardy      2003/03/06 06:00:19

  Modified:    test-resources/org/apache/batik/script/rhino eval.svg
  Log:
  Fixed eval test
  
  Revision  Changes    Path
  1.2       +2 -2      xml-batik/test-resources/org/apache/batik/script/rhino/eval.svg
  
  Index: eval.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/test-resources/org/apache/batik/script/rhino/eval.svg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- eval.svg  6 Jun 2002 08:21:22 -0000       1.1
  +++ eval.svg  6 Mar 2003 14:00:19 -0000       1.2
  @@ -30,7 +30,7 @@
       var e = document.getElementById('target');
       var ecmaCode = e.getAttributeNS("http://some.company.com/";, "eval");
       alert("About to evaluate: " + ecmaCode);
  -    eval(ecmaCode);
  +    eval(String(ecmaCode));
   }
   
   function callMe() {
  
  
  

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

Reply via email to