#1248 Some tests are not reported as failing

Closed
opened 4 years ago by herby · 1 comments

See #1247. It seems AssociativeCollectionTest >> testComma should be failing, but when tests are run, they are all green.

See #1247. It seems `AssociativeCollectionTest >> testComma` should be failing, but when tests are run, they are all green.
Herby Vojčík commented 4 years ago
Owner

Ok, puzzle solved, I tested something else I thought I did.

(basically, I tested that #{'a'->1.'b'->2},#{'a'->1} equals #{'a'->1.'b'->2} - whole joined with part equals whole, but not that #{'b'->2},#{'a'->1} equals #{'a'->1.'b'->2} (distinct parts joined make the whole).

I'll leave the former as well, but should add the latter, too.

Closing.

Ok, puzzle solved, I tested something else I thought I did. (basically, I tested that `#{'a'->1.'b'->2},#{'a'->1}` equals `#{'a'->1.'b'->2}` - whole joined with part equals whole, but not that `#{'b'->2},#{'a'->1}` equals `#{'a'->1.'b'->2}` (distinct parts joined make the whole). I'll leave the former as well, but should add the latter, too. Closing.
Sign in to join this conversation.
No Label
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.