cjolif 2003/03/14 02:58:01 Modified: test-resources/org/apache/batik/script/rhino eval.svg Log: come back to the version of the test without the cast to the ECMAScript String object. The new rhino that will be committed soon will allow to pass this test. Revision Changes Path 1.3 +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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- eval.svg 6 Mar 2003 14:00:19 -0000 1.2 +++ eval.svg 14 Mar 2003 10:58:01 -0000 1.3 @@ -30,7 +30,7 @@ var e = document.getElementById('target'); var ecmaCode = e.getAttributeNS("http://some.company.com/", "eval"); alert("About to evaluate: " + ecmaCode); - eval(String(ecmaCode)); + eval(ecmaCode); } function callMe() {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]