[plt-scheme] Issues while unit-testing macro expansion

From: Rommel M. Martinez (ebzzry at gmail.com)
Date: Thu Sep 17 11:50:49 EDT 2009

I was wondering why is it that when running tests.ss in DrScheme, all
the tests pass, but not in mzscheme. For DrScheme, when I hit C-t,
run-tests says that all the tests passed. For mzscheme, when I perform
(require "tests.ss") it raises an error.

What is the behavior of current-load-relative-directory wrt this
matter? How does it differ between DrScheme and MzScheme?

-- 
Rommel M. Martinez
http://www.bespin.org/~ebzzry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: defs.ss
Type: application/x-crossover-ss
Size: 206 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20090917/60c23179/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tests.ss
Type: application/x-crossover-ss
Size: 621 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20090917/60c23179/attachment-0001.bin>

Posted on the users mailing list.