Fixed three source comments in tests.
--- a/test/testautomation_main.c Tue Jun 28 21:14:11 2016 +0200
+++ b/test/testautomation_main.c Tue Jun 28 21:15:16 2016 +0200
@@ -137,7 +137,7 @@
static const SDLTest_TestCaseReference mainTest4 =
{ (SDLTest_TestCaseFp)main_testImpliedJoystickQuit, "main_testImpliedJoystickQuit", "Tests that quit for gamecontroller doesn't quit joystick if you inited it explicitly", TEST_ENABLED};
-/* Sequence of Platform test cases */
+/* Sequence of Main test cases */
static const SDLTest_TestCaseReference *mainTests[] = {
&mainTest1,
&mainTest2,
@@ -146,7 +146,7 @@
NULL
};
-/* Platform test suite (global) */
+/* Main test suite (global) */
SDLTest_TestSuiteReference mainTestSuite = {
"Main",
NULL,
--- a/test/testautomation_stdlib.c Tue Jun 28 21:14:11 2016 +0200
+++ b/test/testautomation_stdlib.c Tue Jun 28 21:15:16 2016 +0200
@@ -310,7 +310,7 @@
&stdlibTest1, &stdlibTest2, &stdlibTest3, &stdlibTest4, NULL
};
-/* Timer test suite (global) */
+/* Standard C routine test suite (global) */
SDLTest_TestSuiteReference stdlibTestSuite = {
"Stdlib",
NULL,