From 23790ccaaeba909aa91a039366665b2c2792ca13 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Tue, 11 Dec 2012 21:26:07 -0800 Subject: [PATCH] UT: Fix test setup. --- test/path-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/path-test.js b/test/path-test.js index 6cf389d6c..1395d8197 100644 --- a/test/path-test.js +++ b/test/path-test.js @@ -225,7 +225,7 @@ buster.testCase("Basic Path finding", { buster.testCase("Extended Path finding", { // 'setUp' : testutils.build_setup({ verbose: true, no_server: true }), // 'setUp' : testutils.build_setup({ verbose: true }), - // 'setUp' : testutils.build_setup(), + 'setUp' : testutils.build_setup(), 'tearDown' : testutils.build_teardown(), "alternative paths - consume both" :