node-red/test
Andrey Bezugliy f987fa13ea Resolve dir argument of getLocalNodeFiles function (#1216)
* Resolve dir argument of getLocalNodeFiles function

The getLocalNodeFiles is called 3 times.  Each time it called, the callee needs to resolve the dir argument.
That was not done for several of calls, and local modules (specified in the "nodesDir" setting) were not returned to client because of that.

This fix will allow to make sure the dir is consistently resolved.

* Several changes in "localfilesystem_spec.js":
- Changed checkNodes to verify that every node's file property is resolved, i.e. containst absolute path, not relative.
- Added a unit-test "Finds nodes in settings.nodesDir (string,relative path)"
2017-04-10 15:41:20 +01:00
..
nodes Treat missing msg properties as undefined rather than throw error 2017-03-02 14:02:26 +00:00
red Resolve dir argument of getLocalNodeFiles function (#1216) 2017-04-10 15:41:20 +01:00
resources add attribute test to HTML parser node tests 2015-12-19 14:30:43 +00:00
_spec.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00