Hide Forgot
Date of First Response: 2010-04-01 03:32:04 securitylevel_name: Public
Link: Added: This issue depends GUVNOR-377
Verified in BRMS 5.0.2 CR1 Methods like size can be called on a global (java.util.List) in the EXPECT section
To clarify for the release notes: "calling a method on a global list in a test scenario" Would users have encountered an error message or exception being thrown when they tried to do this before ?
Before the fix calling size gave the following exception in a popup if the user tried to run the test scenario: "Unable to run the scenario. could not access/write property (size) in: java.util.ArrayList" The user was able to add the size to expect section, just running the test scenario failed.
Documented as resolved in the BRMS 5.0.2 release notes: GUVNOR-377 Test scenarios that contained method calls to List globals (java.util.List) would fail to run, and would display an error dialog. This has been fixed and these method calls now work as expected.