jsDAV
jsDAV copied to clipboard
test suite broken
there's all sorts of errors when trying to run the test suite in a vanilla repo (tested on both OS X and Debian, with Node v0.10 as well as v0.12):
test/credentials.jsis required, but missing (explicitly excluded in.gitignore)- "TypeError: Cannot read property 'app' of undefined" in
test/test_dropbox.js) - various relative paths don't work:
- "Error: Cannot find module '../../jsdav'" in
lib/DAV/backends/ftp/tree.js - "Error: Cannot find module 'jsdav/lib/DAV/plugin'" in
test/test_multi_instance_plugin.js
- "Error: Cannot find module '../../jsdav'" in
- "Error: listen EADDRINUSE" (after temporarily deleting the two problematic test files above)
I eventually gave up before descending deeper down the rabbit hole, meaning I unfortunately can't tackle #119.