diff options
Diffstat (limited to 'tests/inproc.c')
| -rw-r--r-- | tests/inproc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/inproc.c b/tests/inproc.c index 2afb1ae0..3ab52639 100644 --- a/tests/inproc.c +++ b/tests/inproc.c @@ -1,5 +1,6 @@ // -// Copyright 2016 Garrett D'Amore <garrett@damore.org> +// Copyright 2017 Garrett D'Amore <garrett@damore.org> +// Copyright 2017 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -14,6 +15,6 @@ // Inproc tests. TestMain("Inproc Transport", { - trantest_test_all("inproc://TEST"); + trantest_test_all("inproc://TEST_%u"); nni_fini(); }) |
