Currently, you can't run the mongodb tests in DrRacket, because they use "subprocess" with (current-output-port), which (in DrRacket) is not a file-stream port.
In DrRacket's interactions window: > (file-stream-port? (current-output-port)) #f Is this expected, or should DrRacket's current-output-port be a file-stream? John
smime.p7s
Description: S/MIME cryptographic signature
_________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev