https://issues.apache.org/bugzilla/show_bug.cgi?id=46491
Yaroslav <slavk...@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | --- Comment #9 from Yaroslav <slavk...@yahoo.com> 2009-02-02 11:01:44 PST --- Hi Sebb-2 I've attached simple "my cvs file" - 4 lines only. When I do a printing by beanshell it show incorrect value for the last line. Here is my beanshell script: ------- print ("TC="+vars.get("TC") + "::" + "ID="+vars.get("ID") + "EmailGroup="+vars.get("EMAIL-GROUP") + "<>Password="+vars.get("PASSWORD") + "<>FirstName="+vars.get("FIRSTNAME") + "<>LastName=" + vars.get("LASTNAME") + "<>Position=" + vars.get("POSITION") + "<>"); ------- Here are test-result: TC=SS-01-02-05::ID=aaa5EmailGroup=bluerealm.com<>Password=dadada<>FirstName=firs tName<>LastName= <>Position=5<> TC=SS-01-02-06::ID=aaa6EmailGroup=bluerealm.com<>Password=dadada<>FirstName=firs tName<>LastName=lastName<>Position=5<> ------- ER: the last line is shown as: TC=SS-01-02-06::ID=aaa6EmailGroup=bluerealm.com<>Password=dadada<>FirstName=firs tName<>LastName=lastName<>Position=null<> ======== -- 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: jmeter-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org