Port clipboard and rwops test suites from GSOC code; minor updates to harness and fuzzer in test lib
This commit is contained in:
parent
ec4cfa8c73
commit
fa5fe44bc0
5 changed files with 626 additions and 10 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue