1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00

Fixed a couple of broken unit tests

This commit is contained in:
jules 2015-03-23 13:01:43 +00:00
parent 8ce3099d93
commit 710aec4503
2 changed files with 3 additions and 4 deletions

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 r.nextDouble();
case 4: return String (r.nextDouble(), 20).getDoubleValue();
case 5: return createRandomWideCharString (r);
case 6: