changeset 2978:4c9130d66e2c

Added a few things to the TODO list. Unit testing is becoming more and more important the more features are added and the more combinations of factors there are to test.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 03 Jan 2009 07:23:11 +0000
parents a0f4ffd9c2ae
children d578ae900755
files TODO
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Sat Jan 03 07:16:57 2009 +0000
+++ b/TODO	Sat Jan 03 07:23:11 2009 +0000
@@ -8,6 +8,10 @@
  * Add OpenGL 3.0 context support
  * Finish multiple display support
  * Open windows on display that is selected when creating a window
+ * Create testing plan - becoming more and more important...
+   - unit tests for each feature and combination with expected output
+     and actual output comparison.
+ * Public license for SDL_compat.c, tests, and SDL_main*
  * Verify mouse grab support
  * Properly handle mouse grab with Vista DPI scaling
  * Make sure the mouse is where it's supposed to be when un-grabbed