1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00

Avoided a false alarm unit test failure.

This commit is contained in:
jules 2015-05-20 10:00:19 +01:00
parent c5e0a60481
commit efb40313b4

View file

@ -579,7 +579,7 @@ public:
case 1: return r.nextInt();
case 2: return r.nextInt64();
case 3: return r.nextBool();
case 4: return String (r.nextDouble(), 20).getDoubleValue();
case 4: return String (r.nextDouble(), 8).getDoubleValue();
case 5: return createRandomWideCharString (r);
case 6: