gofullstack / gearman-node

Gearman libraries for Node.js
MIT License
61 stars 10 forks source link

Test Updates for Node 0.6 Compatibility #2

Open smith opened 12 years ago

smith commented 12 years ago

We're currently using nodeunit 0.4, which does not work with node 0.6. nodeunit 0.6 works with node 0.6, but breaks some of the tests (see https://github.com/caolan/nodeunit/issues/141)

Either get nodeunit fixed or switch to another test harness that will let us work with node 0.6.