Is it a feature or a bug?????????







On Feb 3, 2014, at 4:37 AM, Damien Cassou <damien.cassou@gmail.com> wrote:

Please use #assert:equals (that won't change the result though :-))

On Feb 1, 2014 12:04 AM, "Sebastian Sastre" <sebastian@flowingconcept.com> wrote:
self assert: Date today = Date today.

today := Date today translateTo: 2 hours.
self assert: today = Date today

Is this right?