https://issues.apache.org/bugzilla/show_bug.cgi?id=40850
--- Comment #11 from Sebb <[EMAIL PROTECTED]> 2008-04-04 12:24:09 PST --- Thanks very much. The patch worked OK with the current code (after 2.3.1) with only a minor tweak. I had to change it slightly, because public functions cannot be called from constructors. In the end, I merged the init() and reset() methods, as there seemed no reason to keep them separate. I've committed the changes in: http://svn.apache.org/viewvc?view=rev&revision=644823 and http://svn.apache.org/viewvc?rev=644831&view=rev If you want to test them, they are in the jakarta-jmeter-r644833 nightly build (and later ones). A previous patch also saved and restored variables. Would this still be useful, perhaps as a 3rd option? I.e reuse / reset / reset,keeping variables I don't think the BeanShell function needs a reset option. [As to TestBean checkboxes - they have not been implemented.] -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
