From 53b31fa9f103d8262b7c1d28c5714238902e5081 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 10 Feb 2022 13:36:09 +0100 Subject: Move python library load to init and fix build Signed-off-by: jwijenbergh --- wrappers/csharp/EduVpnCommonTests/VerifyTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/csharp') diff --git a/wrappers/csharp/EduVpnCommonTests/VerifyTests.cs b/wrappers/csharp/EduVpnCommonTests/VerifyTests.cs index c41696b..fba2161 100644 --- a/wrappers/csharp/EduVpnCommonTests/VerifyTests.cs +++ b/wrappers/csharp/EduVpnCommonTests/VerifyTests.cs @@ -10,7 +10,7 @@ namespace EduVpnCommonTests public class VerifyTests { // Relative to e.g. EduVpnCommonTests/bin/Debug/net5.0 - readonly string testDataDir_ = $"{TestContext.CurrentContext.TestDirectory}/../../../../../../test_data"; + readonly string testDataDir_ = $"{TestContext.CurrentContext.TestDirectory}/../../../../../../src/test_data"; [OneTimeSetUp] public void OneTimeSetUp() => -- cgit v1.2.3