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:
parent
8ce3099d93
commit
710aec4503
2 changed files with 3 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue