1.1 --- a/src/test/SDL_test_harness.c Sat Dec 22 17:24:02 2012 -0800
1.2 +++ b/src/test/SDL_test_harness.c Sat Dec 22 17:24:14 2012 -0800
1.3 @@ -332,15 +332,14 @@
1.4 *
1.5 * \returns Test run result; 0 when all tests passed, 1 if any tests failed.
1.6 */
1.7 -int
1.8 - SDLTest_RunSuites(SDLTest_TestSuiteReference *testSuites[], char *userRunSeed, Uint64 userExecKey, char *filter, int testIterations)
1.9 +int SDLTest_RunSuites(SDLTest_TestSuiteReference *testSuites[], const char *userRunSeed, Uint64 userExecKey, const char *filter, int testIterations)
1.10 {
1.11 int suiteCounter;
1.12 int testCounter;
1.13 int iterationCounter;
1.14 SDLTest_TestSuiteReference *testSuite;
1.15 SDLTest_TestCaseReference *testCase;
1.16 - char *runSeed = NULL;
1.17 + const char *runSeed = NULL;
1.18 char *currentSuiteName;
1.19 char *currentTestName;
1.20 Uint64 execKey;