From 258b9590a287fff30cb20bf1fdebc6cb89599a23 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 29 Oct 2011 17:15:49 -0700 Subject: [PATCH] tools.deploy: fix unit test --- basis/tools/deploy/deploy-tests.factor | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/basis/tools/deploy/deploy-tests.factor b/basis/tools/deploy/deploy-tests.factor index d7b0f0b918..8d4687828e 100644 --- a/basis/tools/deploy/deploy-tests.factor +++ b/basis/tools/deploy/deploy-tests.factor @@ -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