SRP bug in unit tests

John Leuner jewel at pixie.co.za
Wed Jan 26 13:41:57 UTC 2005


The identity literals array used in testLiteralDefaultReplication seems
to be incorrect:

#(true false nil name $A 7 -7) (which evaluates as) #(#true #false #nil
#name $A 7 -7)

should probably be testing true, false and nil instead of #true, #false
and #nil.

John Leuner






More information about the Squeak-dev mailing list