- npm 1.3.10
- node v0.10.25
- vows 0.7.0 (i think)
- ubuntu 14.04 server
-
FIXED shared-library-test
lingers.. keeps port open? use http.get with agent:false; else not all http.gets (if req >1) get closed
-
FIXED oauth-parallel-access-token-tst
(errors are still there but come from zombie public clientside javascript, returns valid stuf to the server though)
-
FIXED filteredstream-test.js
cant use 'location' as variable name
-
FIXED app-test.js
lingers;
2x app-test.js fails (can't do two of the same tests (vows test.js test.js) in this vows version)
-
FIXED application-test.js then app-test.js fails
-
FIXED app-test.js then application-test is ok
-
FIXED email-notification.js - needs a patch to rai.js (smtpclient raiserver stuff)
-
FIXED lrdd-test.js
fails on having no lrdd end point, order of adding endpoints to express matters (2 files use 'api/')
-
FIXED oauth-request-token-test.js
lingers, 'Wrapped Range' not supported (zombie clientside console stuff).
-
X user-restxxxx.js ?
-
SEMIFIX regiters-web-ui-tst.js (skip thrown Errors on ClientSide script, but does check 200 OK response (= user registerd);
-
as-root remote-group, proxy-url, host-test-as-root
- proxy pump trough another, util.pump() is deprecated. use readableStream.pipe()
- noweb test WrappedRange ..exception
- adding note in test that stream interface takes a long time
- adding note in test... 5000 remove one... that it takes some time.
- typo in lib/model/stream.js line 351 err2 and err used
vows wait for port to be free in tearup
connect to port? to test
req=http.get()
req.on("error"){};
to make vows happy
fix test/lib/xrd //no new Error() oh it shoud work with new Error //revert
http.get(options, function(ONEARG){}); //so testcase is wrong in expecting (err,res)
update timerstore pverwrite clearTimeout & clearInterval
test for app.on("close"); if overwritten....
-rw-rw-r-- 1 vagrant vagrant 5946 Oct 27 19:07 test/email-notification-tst.js
-rw-r--r-- 1 vagrant vagrant 27113 Oct 24 23:20 test/filteredstream-tst.js
-rw-r--r-- 1 vagrant vagrant 7000 Oct 27 20:46 test/lrdd-tst.js
-rw-r--r-- 1 vagrant vagrant 3666 Oct 25 11:15 test/oauth-parallel-access-token-tst.js
-rw-r--r-- 1 vagrant vagrant 5317 Oct 25 11:26 test/plugin-tst.js
-rw-r--r-- 1 vagrant vagrant 4694 Oct 24 14:38 test/register-web-ui-tst.js
-rw-r--r-- 1 vagrant vagrant 2471 Oct 24 14:38 test/shared-library-tst.js
only for node 0.10.x ...and the debian apt-get nodejs version is not working.
added a .md for version 0.12.x (wil probably fix some hidden 0.10.x stuff)