mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
NamedPipe: Avoid spurious test failures due to pipe name collisions
This commit is contained in:
parent
ac612693aa
commit
c5136d28b7
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ public:
|
|||
|
||||
void runTest() override
|
||||
{
|
||||
const String pipeName ("TestPipe");
|
||||
const auto pipeName = "TestPipe" + String ((intptr_t) Thread::getCurrentThreadId());
|
||||
|
||||
beginTest ("Pre test cleanup");
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue