1
0
Fork 0

remove comments

This commit is contained in:
Wilfried Goesgens 2017-01-09 10:57:42 +01:00
parent 59dc050070
commit 6830fd57f8
1 changed files with 2 additions and 4 deletions

View File

@ -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));
}
};