To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=80077 Issue #|80077 Summary|Testtool: arrays as function parameters with and witho |ut () Component|framework Version|current Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|gh Reported by|jsk
------- Additional comments from [EMAIL PROTECTED] Thu Jul 26 13:10:37 +0000 2007 ------- Testtool Basic behaves differently on Linux and Windows in following case: sub test dim myArray( 200 ) as string rc = testfunc( myArray ) function testfunc( anArray() as string ) On windows the test aborts with a message that the datatypes do not match, on Linux the problem is ignored. The fix is obvious: Use rc = testfunc( myArray() ) instead. However, both platforms should behave identically. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
