mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug, fix rammedtogether words in test error message DONTBUILD
This commit is contained in:
parent
85539bfc59
commit
57481cbbf6
@ -169,7 +169,7 @@ function testIdleTime()
|
||||
// 1 second leniency.
|
||||
ok(timeDiff < 1000, "The idle time should have increased by roughly the " +
|
||||
"amount of time it took for the timeout to fire. " +
|
||||
"You didn't touch the mouse or keyboard during the" +
|
||||
"You didn't touch the mouse or keyboard during the " +
|
||||
"test did you?");
|
||||
finishedTimeoutOK = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user