more playing with tests

This commit is contained in:
Jcar
2012-12-20 13:23:21 -08:00
parent 496070edfd
commit 4a95549466
4 changed files with 3 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ var alpha;
buster.testCase("Standalone server startup", {
"server start and stop" : function (done) {
alpha = Server.from_config("alpha"); //ADD ,true for verbosity
alpha = Server.from_config("alpha",true); //ADD ,true for verbosity
alpha
.on('started', function () {