About interpretScriptElement() in ParsedHTML.java and "patch 1152036"

Ibon Gotxi <[email protected]> Fri, 27 Mar 2009 00:22:09 +0100
Newsgroups gmane.comp.web.httpunit.devel
Message-ID <[email protected]>
Hi all,

I've just found this piece of code in ParsedHTML.java

void interpretScriptElement( Element element ) {
          // proposed patch 1152036
          // not enabled by [email protected] since it would brake
          // com.meterware.httpunit.javascript.NekoEnhancedScriptingTest
- testNoScriptSections
          //  if (!HttpUnitOptions.isScriptingEnabled()) {
          //       return;
          //  }

Do you know if this still applies? I would like to see the if
statement uncommented, is it going to happen?

BR,
Ibon

PS: btw, nice project and... it's my first post!

------------------------------------------------------------------------------