| Issue 65: | Implement assertSame() and assertNotSame() | |
| 1 person starred this issue and may be notified of changes. | Back to list |
|
Elevate assertSame(obj1,obj2) and assertNotSame(obj1,obj2). Note: May need to go deep inside or outside of CF and use java as CF has no apparent native way of comparing instances of CFCs or data structures.
Feb 23, 2008
Project Member
#1
virtix
Feb 27, 2008
done with System.getIdentityHashCode(...) but doesn't work with arrays as arrays are passed by value to UDFs
Status:
Fixed
|
||||||||||