Thank you very much. Now 188 passing (650ms). Still no success, the following error message comes
> [email protected] test /home/tengely/smc/src/smc-util-node > SMC_TEST=true node_modules/.bin/mocha --reporter progress module.js:457 throw err; ^ Error: Cannot find module 'smc-util/misc' at Function.Module._resolveFilename (module.js:455:15) at Function.Module._load (module.js:403:25) at Module.require (module.js:483:17) at require (internal/module.js:20:19) at Object.<anonymous> (/home/tengely/smc/src/smc-util-node/misc_node.coffee:37:8) at Object.<anonymous> (/home/tengely/smc/src/smc-util-node/misc_node.coffee:30:1) at Module._compile (module.js:556:32) at Object.loadFile (/home/tengely/smc/src/smc-util-node/node_modules/coffee-script/lib/coffee-script/register.js:16:19) at Module.load (/home/tengely/smc/src/smc-util-node/node_modules/coffee-script/lib/coffee-script/register.js:45:36) at tryModuleLoad (module.js:432:12) at Function.Module._load (module.js:424:3) at Module.require (module.js:483:17) at require (internal/module.js:20:19) at Object.<anonymous> (/home/tengely/smc/src/smc-util-node/test/misc_node-test.coffee:3:13) at Object.<anonymous> (/home/tengely/smc/src/smc-util-node/test/misc_node-test.coffee:1:1) at Module._compile (module.js:556:32) at Object.loadFile (/home/tengely/smc/src/smc-util-node/node_modules/coffee-script/lib/coffee-script/register.js:16:19) at Module.load (/home/tengely/smc/src/smc-util-node/node_modules/coffee-script/lib/coffee-script/register.js:45:36) at tryModuleLoad (module.js:432:12) at Function.Module._load (module.js:424:3) at Module.require (module.js:483:17) at require (internal/module.js:20:19) at /home/tengely/smc/src/smc-util-node/node_modules/mocha/lib/mocha.js:220:27 at Array.forEach (native) at Mocha.loadFiles (/home/tengely/smc/src/smc-util-node/node_modules/mocha/lib/mocha.js:217:14) at Mocha.run (/home/tengely/smc/src/smc-util-node/node_modules/mocha/lib/mocha.js:469:10) at Object.<anonymous> (/home/tengely/smc/src/smc-util-node/node_modules/mocha/bin/_mocha:404:18) at Module._compile (module.js:556:32) at Object.Module._extensions..js (module.js:565:10) at Module.load (module.js:473:32) at tryModuleLoad (module.js:432:12) at Function.Module._load (module.js:424:3) at Module.runMain (module.js:590:10) at run (bootstrap_node.js:394:7) at startup (bootstrap_node.js:149:9) at bootstrap_node.js:509:3 npm ERR! Test failed. See above for more details. npm ERR! Test failed. See above for more details. On Saturday, September 3, 2016 at 3:50:26 PM UTC+1, William Stein wrote: > > On Sat, Sep 3, 2016 at 5:01 AM, Harald Schilly <[email protected] > <javascript:>> wrote: > >> Well, seems like William removed the !!! "smiley" without taking care of >> the accompanying test. Nothing serious, and someone should fix the test. >> > > Fixed and pushed to master. > > > https://github.com/sagemathinc/smc/commit/edf0ea13f10734c52a6a1555546e41b8db9fc785 > > >> H >> >> On Sep 2, 2016 00:57, "Sz Tengely" <[email protected] <javascript:>> >> wrote: >> >>> I followed the readme file to install smc and npm test results (187 >>> passing 1 failing): >>> >>> smileys replaces strings: >>> >>> AssertionError: expected 'hey 😁 you !!!' to equal 'hey 😁 you ⚠' >>> + expected - actual >>> >>> -hey 😁 you !!! >>> +hey 😁 you ⚠ >>> >>> at Assertion.fail (node_modules/should/lib/assertion.js:180:17) >>> at Assertion.prop.value (node_modules/should/lib/assertion.js:65:17) >>> at Context.<anonymous> (test/misc-test.coffee:1155:54) >>> >>> I made a search but I have not found anything, only UTC problems that I >>> do not have. >>> Thanks for any help, hint in advance. >>> >>> Szabolcs >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "sage-cloud" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] <javascript:>. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/sage-cloud/61c2ae99-890b-4625-9bf7-f421d33f5674%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/sage-cloud/61c2ae99-890b-4625-9bf7-f421d33f5674%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "sage-cloud" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sage-cloud/CAGG4CB5nK%3DdT_K%3Dt%2BtZcSn%2BwhiwS2HP%2BkJ__2dtjoON08tPXKQ%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/sage-cloud/CAGG4CB5nK%3DdT_K%3Dt%2BtZcSn%2BwhiwS2HP%2BkJ__2dtjoON08tPXKQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > > Best Regards, > William Stein > > CEO, SageMath, Inc. > -- You received this message because you are subscribed to the Google Groups "sage-cloud" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cloud/6147a1f5-19b8-4c90-8111-9fe966c1807d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
