Fisheye: Tag fd40e419b411422c5cdf99a35a00b09b856268d1 refers to a dead (removed) revision in file `Riskeer/Integration/src/Riskeer.Integration.IO/Exporters/HydraulicBoundaryLocationCalculationsExporter.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag f6640bf5857d4318252c06c2ed62c66e4ce4e552 refers to a dead (removed) revision in file `Riskeer/Integration/src/Riskeer.Integration.IO/Exporters/HydraulicBoundaryLocationsExporter.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Riskeer/Integration/src/Riskeer.Integration.Plugin/RiskeerPlugin.cs =================================================================== diff -u -rfd40e419b411422c5cdf99a35a00b09b856268d1 -rf6640bf5857d4318252c06c2ed62c66e4ce4e552 --- Riskeer/Integration/src/Riskeer.Integration.Plugin/RiskeerPlugin.cs (.../RiskeerPlugin.cs) (revision fd40e419b411422c5cdf99a35a00b09b856268d1) +++ Riskeer/Integration/src/Riskeer.Integration.Plugin/RiskeerPlugin.cs (.../RiskeerPlugin.cs) (revision f6640bf5857d4318252c06c2ed62c66e4ce4e552) @@ -735,7 +735,7 @@ { Name = context => RiskeerCommonDataResources.HydraulicBoundaryConditions_DisplayName, Extension = Resources.Zip_file_filter_Extension, - CreateFileExporter = (context, filePath) => new HydraulicBoundaryLocationsExporter(context.AssessmentSection, filePath), + CreateFileExporter = (context, filePath) => new HydraulicBoundaryLocationCalculationsExporter(context.AssessmentSection, filePath), IsEnabled = context => context.WrappedData.IsLinked(), GetExportPath = () => ExportHelper.GetFilePath(GetInquiryHelper(), new FileFilterGenerator(Resources.Zip_file_filter_Extension, Resources.Zip_file_filter_Description)) Fisheye: Tag fd40e419b411422c5cdf99a35a00b09b856268d1 refers to a dead (removed) revision in file `Riskeer/Integration/test/Riskeer.Integration.IO.Test/Exporters/HydraulicBoundaryLocationCalculationsExporterTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag f6640bf5857d4318252c06c2ed62c66e4ce4e552 refers to a dead (removed) revision in file `Riskeer/Integration/test/Riskeer.Integration.IO.Test/Exporters/HydraulicBoundaryLocationsExporterTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ExportInfos/HydraulicBoundaryDatabaseContextExportInfoTest.cs =================================================================== diff -u -r2ef1edacdfece1abbae778553622e1d1c849574c -rf6640bf5857d4318252c06c2ed62c66e4ce4e552 --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ExportInfos/HydraulicBoundaryDatabaseContextExportInfoTest.cs (.../HydraulicBoundaryDatabaseContextExportInfoTest.cs) (revision 2ef1edacdfece1abbae778553622e1d1c849574c) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ExportInfos/HydraulicBoundaryDatabaseContextExportInfoTest.cs (.../HydraulicBoundaryDatabaseContextExportInfoTest.cs) (revision f6640bf5857d4318252c06c2ed62c66e4ce4e552) @@ -97,7 +97,7 @@ IFileExporter fileExporter = info.CreateFileExporter(context, filePath); // Assert - Assert.IsInstanceOf(fileExporter); + Assert.IsInstanceOf(fileExporter); } }