diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/ProgramFixture.cs (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/ProgramFixture.cs) | 4 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/TestData/InstanceTransform/Package.en-us.wxl) | 0 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/TestData/InstanceTransform/Package.wxs) | 0 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/TestData/InstanceTransform/PackageComponents.wxs) | 0 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/TestData/InstanceTransform/data/test.txt) | 0 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SimpleModule/Module.en-us.wxl) | 0 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wixproj (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SimpleModule/Module.wixproj) | 0 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wxs (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SimpleModule/Module.wxs) | 0 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SimpleModule/data/test.txt) | 0 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.en-us.wxl (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SingleFile/Package.en-us.wxl) | 0 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.wxs (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SingleFile/Package.wxs) | 0 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/PackageComponents.wxs (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SingleFile/PackageComponents.wxs) | 0 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/data/test.txt (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SingleFile/data/test.txt) | 0 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/Utility/DisposableFileSystem.cs (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/Utility/DisposableFileSystem.cs) | 2 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/Utility/Pushd.cs (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/Utility/Pushd.cs) | 2 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/Utility/TestData.cs (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/Utility/TestData.cs) | 2 | ||||
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj (renamed from src/test/WixToolsetTest.CoreIntegrationFixture/WixToolsetTest.CoreIntegrationFixture.csproj) | 0 |
17 files changed, 5 insertions, 5 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/ProgramFixture.cs b/src/test/WixToolsetTest.CoreIntegration/ProgramFixture.cs index da9f3a38..9859c05a 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/ProgramFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/ProgramFixture.cs | |||
@@ -1,13 +1,13 @@ | |||
1 | // 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. | 1 | // 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. |
2 | 2 | ||
3 | namespace WixToolsetTest.CoreIntegrationFixture | 3 | namespace WixToolsetTest.CoreIntegration |
4 | { | 4 | { |
5 | using System.IO; | 5 | using System.IO; |
6 | using System.Linq; | 6 | using System.Linq; |
7 | using WixToolset.Core; | 7 | using WixToolset.Core; |
8 | using WixToolset.Data; | 8 | using WixToolset.Data; |
9 | using WixToolset.Data.Tuples; | 9 | using WixToolset.Data.Tuples; |
10 | using WixToolsetTest.CoreIntegrationFixture.Utility; | 10 | using WixToolsetTest.CoreIntegration.Utility; |
11 | using Xunit; | 11 | using Xunit; |
12 | 12 | ||
13 | public class ProgramFixture | 13 | public class ProgramFixture |
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/InstanceTransform/Package.en-us.wxl b/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.en-us.wxl index 38c12ac1..38c12ac1 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/InstanceTransform/Package.en-us.wxl +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.en-us.wxl | |||
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/InstanceTransform/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.wxs index 9c529668..9c529668 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/InstanceTransform/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/Package.wxs | |||
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/InstanceTransform/PackageComponents.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/PackageComponents.wxs index e26c4509..e26c4509 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/InstanceTransform/PackageComponents.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/PackageComponents.wxs | |||
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/InstanceTransform/data/test.txt b/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/data/test.txt index cd0db0e1..cd0db0e1 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/InstanceTransform/data/test.txt +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/InstanceTransform/data/test.txt | |||
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SimpleModule/Module.en-us.wxl b/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl index c74e86a7..c74e86a7 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SimpleModule/Module.en-us.wxl +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.en-us.wxl | |||
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SimpleModule/Module.wixproj b/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wixproj index 597d4318..597d4318 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SimpleModule/Module.wixproj +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wixproj | |||
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SimpleModule/Module.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wxs index 260339ba..260339ba 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SimpleModule/Module.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/Module.wxs | |||
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SimpleModule/data/test.txt b/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/data/test.txt index cd0db0e1..cd0db0e1 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SimpleModule/data/test.txt +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SimpleModule/data/test.txt | |||
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SingleFile/Package.en-us.wxl b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.en-us.wxl index 38c12ac1..38c12ac1 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SingleFile/Package.en-us.wxl +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.en-us.wxl | |||
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SingleFile/Package.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.wxs index cdc323ec..cdc323ec 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SingleFile/Package.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/Package.wxs | |||
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SingleFile/PackageComponents.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/PackageComponents.wxs index e26c4509..e26c4509 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SingleFile/PackageComponents.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/PackageComponents.wxs | |||
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SingleFile/data/test.txt b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/data/test.txt index cd0db0e1..cd0db0e1 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/TestData/SingleFile/data/test.txt +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/SingleFile/data/test.txt | |||
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/Utility/DisposableFileSystem.cs b/src/test/WixToolsetTest.CoreIntegration/Utility/DisposableFileSystem.cs index 01c0b9fe..795d344a 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/Utility/DisposableFileSystem.cs +++ b/src/test/WixToolsetTest.CoreIntegration/Utility/DisposableFileSystem.cs | |||
@@ -1,6 +1,6 @@ | |||
1 | // 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. | 1 | // 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. |
2 | 2 | ||
3 | namespace WixToolsetTest.CoreIntegrationFixture.Utility | 3 | namespace WixToolsetTest.CoreIntegration.Utility |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.Collections.Generic; | 6 | using System.Collections.Generic; |
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/Utility/Pushd.cs b/src/test/WixToolsetTest.CoreIntegration/Utility/Pushd.cs index 8917e02c..efd733a7 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/Utility/Pushd.cs +++ b/src/test/WixToolsetTest.CoreIntegration/Utility/Pushd.cs | |||
@@ -1,6 +1,6 @@ | |||
1 | // 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. | 1 | // 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. |
2 | 2 | ||
3 | namespace WixToolsetTest.CoreIntegrationFixture.Utility | 3 | namespace WixToolsetTest.CoreIntegration.Utility |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.IO; | 6 | using System.IO; |
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/Utility/TestData.cs b/src/test/WixToolsetTest.CoreIntegration/Utility/TestData.cs index 90d56799..e3b21183 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/Utility/TestData.cs +++ b/src/test/WixToolsetTest.CoreIntegration/Utility/TestData.cs | |||
@@ -1,6 +1,6 @@ | |||
1 | // 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. | 1 | // 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. |
2 | 2 | ||
3 | namespace WixToolsetTest.CoreIntegrationFixture.Utility | 3 | namespace WixToolsetTest.CoreIntegration.Utility |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.IO; | 6 | using System.IO; |
diff --git a/src/test/WixToolsetTest.CoreIntegrationFixture/WixToolsetTest.CoreIntegrationFixture.csproj b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj index f9042cda..f9042cda 100644 --- a/src/test/WixToolsetTest.CoreIntegrationFixture/WixToolsetTest.CoreIntegrationFixture.csproj +++ b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj | |||