Testing Winforms
I was having quite a bit of fun with NUnitForms, when I decided to port it to MbUnit, my preferred unit testing framework.
It's a very easy to do, and has been done before {unfortunately, I cannot find the code :-(, so I've to do it again}. What I did encounter, however, was a strange problem when trying to run the tests to verify that I didn't ****ed the application in the porting.
I get a Win32 error "Not enough storage is available to process this command. " this is the first time that I've encountered this kind of error, and goggling about it doesn't seem to find anything special, three Usenet messages, and that is about it.
I tried running the tests in the original version, and I get the same error (not surprising, since all I did was change some filenames and using declarations).
No idea how to solve it, I'll try to log off and on, maybe I've exhausted my desktop heap or something.
Comments
Comment preview