Fisheye: Tag 04cd4b9f3b2e335d74428c1f17375d1f9afb27d8 refers to a dead (removed) revision in file `Application/Ringtoets/test/Application.Ringtoets.Integration.Test/Application.Ringtoets.Integration.Test.csproj'. Fisheye: No comparison available. Pass `N' to diff? Index: Application/Ringtoets/test/Application.Ringtoets.Integration.Test/Application.Riskeer.Integration.Test.csproj =================================================================== diff -u --- Application/Ringtoets/test/Application.Ringtoets.Integration.Test/Application.Riskeer.Integration.Test.csproj (revision 0) +++ Application/Ringtoets/test/Application.Ringtoets.Integration.Test/Application.Riskeer.Integration.Test.csproj (revision 04cd4b9f3b2e335d74428c1f17375d1f9afb27d8) @@ -0,0 +1,117 @@ + + + + {F3695FB7-4C1F-499D-B283-2CF159500117} + Application.Riskeer.Integration.Test + Application.Riskeer.Integration.Test + + + + + ..\..\..\..\packages\EntityFramework.6.0.0\lib\net40\EntityFramework.dll + + + ..\..\..\..\packages\EntityFramework.6.0.0\lib\net40\EntityFramework.SqlServer.dll + + + ..\..\..\..\packages\Fluent.Ribbon.3.4.0\lib\net40\Fluent.dll + + + ..\..\..\..\packages\Fluent.Ribbon.3.4.0\lib\net40\Microsoft.Windows.Shell.dll + + + ..\..\..\..\packages\NUnit.3.8.1\lib\net40\nunit.framework.dll + True + + + + + ..\..\..\..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll + + + + + ..\..\..\..\packages\System.Data.SQLite.Core.1.0.106.0\lib\net40\System.Data.SQLite.dll + + + ..\..\..\..\packages\System.Data.SQLite.EF6.1.0.106.0\lib\net40\System.Data.SQLite.EF6.dll + True + + + + ..\..\..\..\packages\Fluent.Ribbon.3.4.0\lib\net40\System.Windows.Interactivity.dll + + + + + + + + + + + + Copying.licenseheader + + + + + + + Always + + + + + {3bbfd65b-b277-4e50-ae6d-bd24c3434609} + Core.Common.Base + + + {30E4C2AE-719E-4D70-9FA9-668A9767FBFA} + Core.Common.Gui + + + {d749ee4c-ce50-4c17-bf01-9a953028c126} + Core.Common.TestUtil + + + {efd7e662-5b69-4b71-a448-565b64e9c033} + Migration.Core.Storage + + + {d08db9e2-6861-44c8-a725-71a70274cc77} + Migration.Scripts.Data + + + {6A074D65-A81C-4C1C-8E24-F36C916E4ED7} + Ringtoets.Common.Util + + + {11F1F874-45AF-43E4-8AE5-15A5C9593E28} + Ringtoets.Integration.Data + + + {FAC55B92-E259-43D6-B9A1-5BDA6C834359} + Riskeer.Migration.Core + + + {AC4F7F48-F674-4E32-AB35-9C726605F684} + Riskeer.Migration + + + {C98D99C5-2ADD-4693-916C-71BF78750412} + Riskeer.Migration.Core.TestUtil + + + {50963F12-448C-41BA-A62C-CDB0AB8D21E0} + Riskeer.Storage.Core + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + \ No newline at end of file Index: Application/Ringtoets/test/Application.Ringtoets.Integration.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r2a81f01756e227d5ce93717b21b87e8a5cd5fcbb -r04cd4b9f3b2e335d74428c1f17375d1f9afb27d8 --- Application/Ringtoets/test/Application.Ringtoets.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 2a81f01756e227d5ce93717b21b87e8a5cd5fcbb) +++ Application/Ringtoets/test/Application.Ringtoets.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 04cd4b9f3b2e335d74428c1f17375d1f9afb27d8) @@ -21,5 +21,5 @@ using System.Reflection; -[assembly: AssemblyTitle("Application.Ringtoets.Integration.Test")] -[assembly: AssemblyProduct("Application.Ringtoets.Integration.Test")] \ No newline at end of file +[assembly: AssemblyTitle("Application.Riskeer.Integration.Test")] +[assembly: AssemblyProduct("Application.Riskeer.Integration.Test")] \ No newline at end of file Index: Application/Ringtoets/test/Application.Ringtoets.Integration.Test/ResourcesTest.cs =================================================================== diff -u -r2a81f01756e227d5ce93717b21b87e8a5cd5fcbb -r04cd4b9f3b2e335d74428c1f17375d1f9afb27d8 --- Application/Ringtoets/test/Application.Ringtoets.Integration.Test/ResourcesTest.cs (.../ResourcesTest.cs) (revision 2a81f01756e227d5ce93717b21b87e8a5cd5fcbb) +++ Application/Ringtoets/test/Application.Ringtoets.Integration.Test/ResourcesTest.cs (.../ResourcesTest.cs) (revision 04cd4b9f3b2e335d74428c1f17375d1f9afb27d8) @@ -29,7 +29,7 @@ using Core.Common.TestUtil; using NUnit.Framework; -namespace Application.Ringtoets.Integration.Test +namespace Application.Riskeer.Integration.Test { [TestFixture] [Explicit("Ignored because the test is too expensive to run on every commit.")] Index: Application/Ringtoets/test/Application.Ringtoets.Integration.Test/StorageMigrationIntegrationTest.cs =================================================================== diff -u -r03c44af659c553d5dcc7eadbe95ba267c9a89fe0 -r04cd4b9f3b2e335d74428c1f17375d1f9afb27d8 --- Application/Ringtoets/test/Application.Ringtoets.Integration.Test/StorageMigrationIntegrationTest.cs (.../StorageMigrationIntegrationTest.cs) (revision 03c44af659c553d5dcc7eadbe95ba267c9a89fe0) +++ Application/Ringtoets/test/Application.Ringtoets.Integration.Test/StorageMigrationIntegrationTest.cs (.../StorageMigrationIntegrationTest.cs) (revision 04cd4b9f3b2e335d74428c1f17375d1f9afb27d8) @@ -35,7 +35,7 @@ using Riskeer.Migration.Core.TestUtil; using Riskeer.Storage.Core; -namespace Application.Ringtoets.Integration.Test +namespace Application.Riskeer.Integration.Test { [TestFixture] public class StorageMigrationIntegrationTest Index: Ringtoets.sln =================================================================== diff -u -rd9d8ca6b9f19135fe85270c2e52cfdff63656724 -r04cd4b9f3b2e335d74428c1f17375d1f9afb27d8 --- Ringtoets.sln (.../Ringtoets.sln) (revision d9d8ca6b9f19135fe85270c2e52cfdff63656724) +++ Ringtoets.sln (.../Ringtoets.sln) (revision 04cd4b9f3b2e335d74428c1f17375d1f9afb27d8) @@ -741,7 +741,7 @@ {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application.Ringtoets.Integration.Test", "Application\Ringtoets\test\Application.Ringtoets.Integration.Test\Application.Ringtoets.Integration.Test.csproj", "{F3695FB7-4C1F-499D-B283-2CF159500117}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application.Riskeer.Integration.Test", "Application\Ringtoets\test\Application.Ringtoets.Integration.Test\Application.Riskeer.Integration.Test.csproj", "{F3695FB7-4C1F-499D-B283-2CF159500117}" ProjectSection(ProjectDependencies) = postProject {C90B77DA-E421-43CC-B82E-529651BC21AC} = {C90B77DA-E421-43CC-B82E-529651BC21AC} EndProjectSection