From 6830fd57f81fa9fcf4285e84d46c1be2326da8b1 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Mon, 9 Jan 2017 10:57:42 +0100 Subject: [PATCH] remove comments --- js/server/tests/shell/shell-database-noncluster.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/js/server/tests/shell/shell-database-noncluster.js b/js/server/tests/shell/shell-database-noncluster.js index 6df0e55a4c..3cda0367db 100644 --- a/js/server/tests/shell/shell-database-noncluster.js +++ b/js/server/tests/shell/shell-database-noncluster.js @@ -203,10 +203,8 @@ function DatabaseSuite () { if (tries > 15) { require("internal").printf("[WARNING] waited " + tries * 2 +" seconds for " + path + " do disappear"); } - // if (require("internal").platform.substr(0,3) !== 'win') { - // yes, we know this test fails in windows now and then. - assertFalse(fs.exists(path)); - //} + // yes, we know this test fails in windows now and then. + assertFalse(fs.exists(path)); } };