]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/tech/tn0017.txt
Incomplete wxUSE_* warning fix.
[wxWidgets.git] / docs / tech / tn0017.txt
index f4a0606c3748f2d8d7adf3734ddf6490964cc245..2ba859990c4cf5a857557c402e8417aa1b918705 100644 (file)
@@ -1,7 +1,7 @@
-                    How to write unit tests for wxWindows
+                    How to write unit tests for wxWidgets
                     =====================================
 
- Unit tests for wxWindows are written using small cppunit framework. To compile
+ Unit tests for wxWidgets are written using small cppunit framework. To compile
 (but not to run) them you need to have it installed. Hence the first part of
 this note explains how to do it while the second one explains how to write the
 test.