[racket-users] Re: "Test did not clean up resources" message from GUI test runner

2017-08-20 Thread Jack Firth
On Sunday, August 20, 2017 at 6:28:20 PM UTC-7, Alex Harsanyi wrote: > I just noticed that the GUI test runner displays "test did not clean up > resources" messages on my tests, but it is not clear to me what resources are > not being cleaned up. > > I tried to reproduce the problem in the fol

[racket-users] "Test did not clean up resources" message from GUI test runner

2017-08-20 Thread Alex Harsanyi
I just noticed that the GUI test runner displays "test did not clean up resources" messages on my tests, but it is not clear to me what resources are not being cleaned up. I tried to reproduce the problem in the following test case: #lang racket (require rackunit rackunit/gui db)