Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 0077ea8

Browse files
committed
Adds numbering to domain names in TestDomainReload
Addresses comment: pythonnet#958
1 parent 32bcb3a commit 0077ea8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/embed_tests/TestDomainReload.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ static void RunDomainReloadSteps<T1, T2>() where T1 : CrossCaller where T2 : Cro
478478
ValueType arg = null;
479479
Type type = typeof(Proxy);
480480
{
481-
AppDomain domain = CreateDomain("test_domain_reload");
481+
AppDomain domain = CreateDomain("test_domain_reload_1");
482482
try
483483
{
484484
var theProxy = (Proxy)domain.CreateInstanceAndUnwrap(
@@ -500,7 +500,7 @@ static void RunDomainReloadSteps<T1, T2>() where T1 : CrossCaller where T2 : Cro
500500
}
501501

502502
{
503-
AppDomain domain = CreateDomain("test_domain_reload");
503+
AppDomain domain = CreateDomain("test_domain_reload_2");
504504
try
505505
{
506506
var theProxy = (Proxy)domain.CreateInstanceAndUnwrap(

0 commit comments

Comments
 (0)