pharo-graphics / Toplo

A widget framework on top of Bloc
MIT License
17 stars 8 forks source link

Less precision for testting timestamp on Windows #78

Open labordep opened 7 months ago

labordep commented 7 months ago

This test is not efficient due to Windows less precision of the timestamp:

ToAnchoredWindowTest>>testPopupWithAssociateElementInSpace2

"..."
self assert: win popupTimestamp <= DateAndTime now. "==> normaly this is <"
"..."

See: https://github.com/pharo-project/pharo/issues/13447