[Pharo-project] Error in CollectionRootTest>>testDo2
March 7, 2009
5:40 p.m.
What is with this test? For Dictionary and SmallDictionary it gives an error. Please fix... Cheers, Adrian testDo2 "dc: Bad test, it assumes that a new instance of #speciesClass allows addition with #add:. This is not the case of Interval for which species is Array." | res | res := self speciesClass new. self collection do: [:each | res add: each class]. self assert: res = self result. ___________________ http://www.adrian-lienhard.ch/
6355
Age (days ago)
6355
Last active (days ago)
0 comments
1 participants
participants (1)
-
Adrian Lienhard