]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy: fix unit test
authorSlava Pestov <slava@factorcode.org>
Sun, 30 Oct 2011 00:15:49 +0000 (17:15 -0700)
committerSlava Pestov <slava@factorcode.org>
Sun, 30 Oct 2011 00:15:49 +0000 (17:15 -0700)
basis/tools/deploy/deploy-tests.factor

index d7b0f0b91889a2855542834187e0ac0dc73d77b1..8d4687828eef2dd38a5852cfcce131b0e41920a0 100644 (file)
@@ -6,7 +6,9 @@ urls math.parser io.directories tools.deploy tools.deploy.test
 vocabs ;
 IN: tools.deploy.tests
 
-[ "no such vocab, fool!" deploy ] [ no-vocab? ] must-fail-with
+[ "nosuchvocab" deploy ] [ no-vocab? ] must-fail-with
+
+[ "no such vocab, fool!" deploy ] [ bad-vocab-name? ] must-fail-with
 
 [ ] [ "hello-world" shake-and-bake 500000 small-enough? ] unit-test