]> gitweb.factorcode.org Git - factor.git/commitdiff
new accessors
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 2 Sep 2008 20:08:23 +0000 (15:08 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 2 Sep 2008 20:08:23 +0000 (15:08 -0500)
extra/db/tuples/tuples-tests.factor

index f5b74b51c893a7618ad21e0a2e6b379c2395c138..5dd3ec8ae0f5bf3221441bcc25478bd69ab22900 100755 (executable)
@@ -41,9 +41,9 @@ SYMBOL: person4
     
     [ ] [ person1 get insert-tuple ] unit-test
 
-    [ 1 ] [ person1 get person-the-id ] unit-test
+    [ 1 ] [ person1 get the-id>> ] unit-test
 
-    [ ] [ 200 person1 get set-person-the-number ] unit-test
+    [ ] [ person1 get 200 >>the-number drop ] unit-test
 
     [ ] [ person1 get update-tuple ] unit-test