-
Notifications
You must be signed in to change notification settings - Fork 72
Tests fail #3
Comments
Hopefully there's some way to check if signpass is installed, and if not, skip this test. On Oct 25, 2012, at 11:30 AM, Dan Milon [email protected] wrote:
|
Yeah. Although the big issue here is the first fail. That should fail for you also. You are piping a stream to the test's callback function. |
First argument is output stream, second argument is a callback. Callback is getting triggered twice, by two different events. On Oct 25, 2012, at 2:36 PM, Dan Milon [email protected] wrote:
|
That second argument is not node streams standard, but anyway, calling a callback twice is strange behavior imo. |
Passbook is not a stream, it's more of a rendering view that pipes to a stream (file, HTTP response, etc). I'm not too worried about this part of the codebase because I'm about to change it soon. On Oct 25, 2012, at 3:35 PM, Dan Milon [email protected] wrote:
|
First error is reasonable. at this test a streams response is piped to the
done
function.About the second one, probably its because it tries to execute the
signpass
program, which is distributed by Apple and is OSX only.The text was updated successfully, but these errors were encountered: