factor/basis/vocabs/refresh/refresh-tests.factor

10 lines
295 B
Factor
Raw Normal View History

2009-05-04 10:44:26 -04:00
IN: vocabs.refresh.tests
2009-05-04 14:10:56 -04:00
USING: vocabs.refresh tools.test continuations namespaces ;
2009-05-04 10:44:26 -04:00
{ } [
2009-05-04 10:44:26 -04:00
changed-vocabs get-global
f changed-vocabs set-global
[ t ] [ "kernel" changed-vocab-by-name? ] unit-test
2009-05-04 10:44:26 -04:00
[ "kernel" changed-vocab ] [ changed-vocabs set-global ] [ ] cleanup
] unit-test