Fixed a problem when tests run in node 0.8

flush-on-exit
Gareth Jones 11 years ago
parent 4cd546e8b3
commit 2b070e5470

@ -14,6 +14,11 @@ vows.describe('../../lib/streams/BaseRollingFileStream').addBatch({
process: {
version: '0.8.11'
}
},
requires: {
'readable-stream': {
Writable: function() {}
}
}
}
);
@ -34,6 +39,11 @@ vows.describe('../../lib/streams/BaseRollingFileStream').addBatch({
process: {
version: '0.10.1'
}
},
requires: {
'stream': {
Writable: function() {}
}
}
}
);

Loading…
Cancel
Save