class definition
authorClaus Gittinger <cg@exept.de>
Thu, 18 Oct 2012 21:57:19 +0200
changeset 687 461d0488b47b
parent 686 3ef16d51a594
child 688 1c29b8c21b75
class definition added:8 methods
RegressionTests__AssociationTests.st
--- a/RegressionTests__AssociationTests.st	Tue Oct 16 13:58:18 2012 +0200
+++ b/RegressionTests__AssociationTests.st	Thu Oct 18 21:57:19 2012 +0200
@@ -41,6 +41,14 @@
                 deny: (a = b)
 !
 
+testEquality2
+        |a1 a2|
+
+        a1 := 10->100.
+        a2 := 10->100.
+        self assert: (a1 = a2)
+!
+
 testHash
 
         self