From aa0bd9f66dabc6460f93cf9a029e06b079f10db8 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 22 Apr 2021 20:00:30 -0700 Subject: Move Core.Native into wix --- src/test/WixToolsetTest.Core.Native/Utility/TestData.cs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/test/WixToolsetTest.Core.Native/Utility/TestData.cs (limited to 'src/test/WixToolsetTest.Core.Native/Utility/TestData.cs') diff --git a/src/test/WixToolsetTest.Core.Native/Utility/TestData.cs b/src/test/WixToolsetTest.Core.Native/Utility/TestData.cs deleted file mode 100644 index cd9c6318..00000000 --- a/src/test/WixToolsetTest.Core.Native/Utility/TestData.cs +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. - -namespace WixToolsetTest.CoreNative.Utility -{ - using System; - using System.IO; - - public class TestData - { - public static string LocalPath => Path.GetDirectoryName(new Uri(System.Reflection.Assembly.GetExecutingAssembly().CodeBase).LocalPath); - - public static string Get(params string[] paths) - { - return Path.Combine(LocalPath, Path.Combine(paths)); - } - } -} -- cgit v1.2.3-55-g6feb