]> gitweb.factorcode.org Git - factor.git/commitdiff
fix unit test
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 28 Apr 2008 23:41:53 +0000 (18:41 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 28 Apr 2008 23:41:53 +0000 (18:41 -0500)
extra/db/tuples/tuples-tests.factor

index 5fbf8a58d41feb91249fb7f3f7b5ad2fb565bce2..81a402ee5dc011d7400bf0a6676bd1f2b6fb3ef9 100755 (executable)
@@ -30,6 +30,7 @@ SYMBOL: person3
 SYMBOL: person4
 
 : test-tuples ( -- )
+    [ ] [ person recreate-table ] unit-test
     [ ] [ person ensure-table ] unit-test
     [ ] [ person drop-table ] unit-test
     [ ] [ person create-table ] unit-test