Port clipboard and rwops test suites from GSOC code; minor updates to harness and fuzzer in test lib

This commit is contained in:
Andreas Schiffler 2012-12-16 21:59:29 -08:00
parent ec4cfa8c73
commit fa5fe44bc0
5 changed files with 626 additions and 10 deletions

View file

@ -630,7 +630,7 @@ SDLTest_RandomAsciiStringWithMaximumLength(int maxSize)
}
for(counter = 0; counter < size; ++counter) {
string[counter] = (char)SDLTest_RandomIntegerInRange(1, 127);
string[counter] = (char)SDLTest_RandomIntegerInRange(32, 126);
}
string[counter] = '\0';