basho / erlang_js

A linked-in driver for Erlang to Mozilla's Spidermonkey Javascript runtime.
Apache License 2.0
238 stars 88 forks source link

Fixed eunit tests. Switched from mochinum to js_mochinum. #8

Closed jonmeredith closed 13 years ago

jonmeredith commented 13 years ago

Looks like erlang_js copies mochijson and renames it all to js_mochijson. There was still a case where mochijson was being called in the unit tests and mochinum rahther than js_mochinum was being called.

Reproduce by running ./rebar eunit skip_deps=true.

argv0 commented 13 years ago

+1, tests pass, merge at will.