23 Sep
2008
23 Sep
'08
9:42 a.m.
"Juan Lang" <juan.lang(a)gmail.com> writes:
+ // Initializing random number generator: In the first place, such a comment is unnecessary, is it's quite clear what the following line does. In the second place, C++-style comments are not allowed in Wine source.
More importantly, a test should not be using random data. We have already enough trouble with sporadic test failures, we don't want to add deliberate randomness. -- Alexandre Julliard julliard(a)winehq.org