mirror of https://gitee.com/bigwinds/arangodb
remove comments
This commit is contained in:
parent
59dc050070
commit
6830fd57f8
|
@ -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));
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue