Fixed the file appender tests

This commit is contained in:
Gareth Jones
2011-12-20 08:49:21 +11:00
parent 78de73a274
commit a999d8fc00
4 changed files with 47 additions and 31 deletions

View File

@@ -44,8 +44,8 @@ vows.describe('log4js logLevelFilter').addBatch({
logger.error('both');
logger.warn('both');
logger.debug('main');
return logger;
//wait for the file system to catch up
setTimeout(this.callback, 100);
},
'tmp-tests.log': {
topic: function() {