Skip to content

Conversation

pinotree
Copy link
Contributor

@pinotree pinotree commented May 4, 2014

So far TestTool::init was just capturing stdout and stderr of SDL::init, using stderr to check whether SDL::init failed. This, other than being fragile, misses the init errors.

Switch from checking stderr to checking the actual result code of SDL::init.

…sleep and made eoq handler modifiable. Added a bunch of tests to controller, still not quite everything is covered. Didn't add anything to app tests, just cleaned them up a little. PODs to come next.
…am methods and fixed a bit of explanation about param methods.
FROGGS and others added 5 commits May 11, 2014 13:34
So far TestTool::init was just capturing stdout and stderr of SDL::init,
using stderr to check whether SDL::init failed. This, other than being
fragile, misses the init errors.

Switch from checking stderr to checking the actual result code of
SDL::init.
@pinotree
Copy link
Contributor Author

pinotree commented May 1, 2015

Apparently this got busted somehow, will open a new one.

@pinotree pinotree closed this May 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.