Community
Participate
Working Groups
I wrote the attached .egl file to test a fix that I put in for Bug 359872. When I ran it with JS, most of the variations passed, but a few fail. These seem to be mostly (if not all) having to do with comparing the ANY type with a Decimal type. Import the attached testcase and run it in JS (using the go()) function. You will see that some "bad" messages are printed in the results.
Created attachment 206479 [details] Testcase
still have bad printed for javascript using 201111210901's build, defer this
Kathy, I think the attached test case should be convert to Eunit format, to include into the eunit.test project as part of the any test under api.eglx_lang ?
add EAny001.egl to api.eglx_lang package
Fixed with commit 172d1014e93cddd17d125097551d27d0d0b9e723 (it also fixes bug 382617). I updated the EUnits too.