1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/test/red/runtime
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 Resolve dir argument of getLocalNodeFiles function (#1216) 2017-04-10 15:41:20 +01:00
storage Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
events_spec.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
i18n_spec.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
index_spec.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
log_spec.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
settings_spec.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
util_spec.js Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00