aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-11-29 22:11:32 -0800
committerRob Mensching <rob@firegiant.com>2017-11-29 22:11:32 -0800
commitb387913d0e76aa7863f8766868cd2fb3b3fffcde (patch)
tree489c84a68c6a2932efe99def3ebc81e926d07a36
parent71c52d5af2293d3eb79882ce36b0411f81185c11 (diff)
downloadwix-b387913d0e76aa7863f8766868cd2fb3b3fffcde.tar.gz
wix-b387913d0e76aa7863f8766868cd2fb3b3fffcde.tar.bz2
wix-b387913d0e76aa7863f8766868cd2fb3b3fffcde.zip
Remove "Fixture" from the test assembly name
-rw-r--r--WixToolset.Core.sln30
-rw-r--r--appveyor.cmd3
-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
19 files changed, 37 insertions, 6 deletions
diff --git a/WixToolset.Core.sln b/WixToolset.Core.sln
index 8771dc4c..66991379 100644
--- a/WixToolset.Core.sln
+++ b/WixToolset.Core.sln
@@ -1,6 +1,6 @@
1Microsoft Visual Studio Solution File, Format Version 12.00 1Microsoft Visual Studio Solution File, Format Version 12.00
2# Visual Studio 15 2# Visual Studio 15
3VisualStudioVersion = 15.0.26730.16 3VisualStudioVersion = 15.0.27004.2009
4MinimumVisualStudioVersion = 15.0.26124.0 4MinimumVisualStudioVersion = 15.0.26124.0
5Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixToolset.Core", "src\WixToolset.Core\WixToolset.Core.csproj", "{0B524850-5B9A-472B-85CC-D25920A1DFE1}" 5Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixToolset.Core", "src\WixToolset.Core\WixToolset.Core.csproj", "{0B524850-5B9A-472B-85CC-D25920A1DFE1}"
6EndProject 6EndProject
@@ -12,6 +12,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixToolset.Core.WindowsInst
12EndProject 12EndProject
13Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixToolset.Core.Burn", "src\WixToolset.Core.Burn\WixToolset.Core.Burn.csproj", "{BC19D30D-C1B6-46DF-95B3-8EDF688E0FEC}" 13Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixToolset.Core.Burn", "src\WixToolset.Core.Burn\WixToolset.Core.Burn.csproj", "{BC19D30D-C1B6-46DF-95B3-8EDF688E0FEC}"
14EndProject 14EndProject
15Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixToolsetTest.BuildTasks", "src\test\WixToolsetTest.BuildTasks\WixToolsetTest.BuildTasks.csproj", "{044F32F1-64E4-410A-9AA8-DCFCCDD363BB}"
16EndProject
17Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WixToolsetTest.CoreIntegration", "src\test\WixToolsetTest.CoreIntegration\WixToolsetTest.CoreIntegration.csproj", "{E8A08E86-1780-4ED4-8F63-AB2B52C1C16B}"
18EndProject
15Global 19Global
16 GlobalSection(SolutionConfigurationPlatforms) = preSolution 20 GlobalSection(SolutionConfigurationPlatforms) = preSolution
17 Debug|Any CPU = Debug|Any CPU 21 Debug|Any CPU = Debug|Any CPU
@@ -82,6 +86,30 @@ Global
82 {BC19D30D-C1B6-46DF-95B3-8EDF688E0FEC}.Release|x64.Build.0 = Release|Any CPU 86 {BC19D30D-C1B6-46DF-95B3-8EDF688E0FEC}.Release|x64.Build.0 = Release|Any CPU
83 {BC19D30D-C1B6-46DF-95B3-8EDF688E0FEC}.Release|x86.ActiveCfg = Release|Any CPU 87 {BC19D30D-C1B6-46DF-95B3-8EDF688E0FEC}.Release|x86.ActiveCfg = Release|Any CPU
84 {BC19D30D-C1B6-46DF-95B3-8EDF688E0FEC}.Release|x86.Build.0 = Release|Any CPU 88 {BC19D30D-C1B6-46DF-95B3-8EDF688E0FEC}.Release|x86.Build.0 = Release|Any CPU
89 {044F32F1-64E4-410A-9AA8-DCFCCDD363BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
90 {044F32F1-64E4-410A-9AA8-DCFCCDD363BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
91 {044F32F1-64E4-410A-9AA8-DCFCCDD363BB}.Debug|x64.ActiveCfg = Debug|Any CPU
92 {044F32F1-64E4-410A-9AA8-DCFCCDD363BB}.Debug|x64.Build.0 = Debug|Any CPU
93 {044F32F1-64E4-410A-9AA8-DCFCCDD363BB}.Debug|x86.ActiveCfg = Debug|Any CPU
94 {044F32F1-64E4-410A-9AA8-DCFCCDD363BB}.Debug|x86.Build.0 = Debug|Any CPU
95 {044F32F1-64E4-410A-9AA8-DCFCCDD363BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
96 {044F32F1-64E4-410A-9AA8-DCFCCDD363BB}.Release|Any CPU.Build.0 = Release|Any CPU
97 {044F32F1-64E4-410A-9AA8-DCFCCDD363BB}.Release|x64.ActiveCfg = Release|Any CPU
98 {044F32F1-64E4-410A-9AA8-DCFCCDD363BB}.Release|x64.Build.0 = Release|Any CPU
99 {044F32F1-64E4-410A-9AA8-DCFCCDD363BB}.Release|x86.ActiveCfg = Release|Any CPU
100 {044F32F1-64E4-410A-9AA8-DCFCCDD363BB}.Release|x86.Build.0 = Release|Any CPU
101 {E8A08E86-1780-4ED4-8F63-AB2B52C1C16B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
102 {E8A08E86-1780-4ED4-8F63-AB2B52C1C16B}.Debug|Any CPU.Build.0 = Debug|Any CPU
103 {E8A08E86-1780-4ED4-8F63-AB2B52C1C16B}.Debug|x64.ActiveCfg = Debug|Any CPU
104 {E8A08E86-1780-4ED4-8F63-AB2B52C1C16B}.Debug|x64.Build.0 = Debug|Any CPU
105 {E8A08E86-1780-4ED4-8F63-AB2B52C1C16B}.Debug|x86.ActiveCfg = Debug|Any CPU
106 {E8A08E86-1780-4ED4-8F63-AB2B52C1C16B}.Debug|x86.Build.0 = Debug|Any CPU
107 {E8A08E86-1780-4ED4-8F63-AB2B52C1C16B}.Release|Any CPU.ActiveCfg = Release|Any CPU
108 {E8A08E86-1780-4ED4-8F63-AB2B52C1C16B}.Release|Any CPU.Build.0 = Release|Any CPU
109 {E8A08E86-1780-4ED4-8F63-AB2B52C1C16B}.Release|x64.ActiveCfg = Release|Any CPU
110 {E8A08E86-1780-4ED4-8F63-AB2B52C1C16B}.Release|x64.Build.0 = Release|Any CPU
111 {E8A08E86-1780-4ED4-8F63-AB2B52C1C16B}.Release|x86.ActiveCfg = Release|Any CPU
112 {E8A08E86-1780-4ED4-8F63-AB2B52C1C16B}.Release|x86.Build.0 = Release|Any CPU
85 EndGlobalSection 113 EndGlobalSection
86 GlobalSection(SolutionProperties) = preSolution 114 GlobalSection(SolutionProperties) = preSolution
87 HideSolutionNode = FALSE 115 HideSolutionNode = FALSE
diff --git a/appveyor.cmd b/appveyor.cmd
index 93dc905f..5545cb60 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -2,6 +2,9 @@
2@pushd %~dp0 2@pushd %~dp0
3@set _P=%~dp0build\Release\publish 3@set _P=%~dp0build\Release\publish
4 4
5dotnet build -c Release src\test\WixToolsetTest.BuildTasks
6dotnet build -c Release src\test\WixToolsetTest.CoreIntegration
7
5dotnet publish -c Release -o %_P% -r win-x86 src\wix 8dotnet publish -c Release -o %_P% -r win-x86 src\wix
6dotnet publish -c Release -o %_P% -r win-x86 src\WixToolset.BuildTasks 9dotnet publish -c Release -o %_P% -r win-x86 src\WixToolset.BuildTasks
7 10
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
3namespace WixToolsetTest.CoreIntegrationFixture 3namespace 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
3namespace WixToolsetTest.CoreIntegrationFixture.Utility 3namespace 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
3namespace WixToolsetTest.CoreIntegrationFixture.Utility 3namespace 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
3namespace WixToolsetTest.CoreIntegrationFixture.Utility 3namespace 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