DeltaShell

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed unused classes/methods Related to Issue [WTI-70]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@321 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 678b6a2d9977ae555c88c1985b026f2145b5bae9

    • -1
    • +0
    ./DeltaShell.Plugins.SharpMapGis.Tests/DeltaShell.Plugins.SharpMapGis.Tests.csproj
    • -75
    • +0
    ./DeltaShell.Plugins.SharpMapGis.Tests/LegFileConverterTest.cs
  1. … 27 more files in changeset.
Removed unused classes/methods Related to Issue [WTI-70]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@301 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9c27e3064f65179287e61ecf5440f1e838ee7432

    • -3
    • +2
    ./DeltaShell.Plugins.ProjectExplorer.Tests/DeltaShell.Plugins.ProjectExplorer.Tests.csproj
    • -78
    • +0
    ./DeltaShell.Plugins.ProjectExplorer.Tests/NodePresenters/NodePresenterHelperTest.cs
  1. … 48 more files in changeset.
* Fixed IGui unsubscription problems related to PropertyGridTest and mocked IGui (causes errors on build server in test post-cleanup) Related to Issue [WTI-87]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@289 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e4fb3e4dd07875f151c98a1faa4814897f6187bf

New check in after review - Warning level 4 was (sometimes) implicit. Now, warning levels are hard-coded - Cleanup of unused PostSharp - Warning levels set to 0 of test projects (as stated in documentation) for ALL configurations Related to Issue [WTI-78]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@287 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 24e9e1a3f5ccbb7fcfabf131843cc2179e4c750d

    • -3
    • +4
    ./DeltaShell.IntegrationTests/DeltaShell.IntegrationTests.csproj
    • -0
    • +2
    ./DeltaShell.Plugins.CommonTools.Tests/DeltaShell.Plugins.CommonTools.Tests.csproj
    • -0
    • +2
    ./DeltaShell.Plugins.ProjectExplorer.Tests/DeltaShell.Plugins.ProjectExplorer.Tests.csproj
    • -0
    • +2
    ./DeltaShell.Tests/DeltaShell.Tests.csproj
  1. … 33 more files in changeset.
Moved CanAddPipingFailureMechanism logic to WtiProject Changed calls to Assert.Null to Assert.IsNull and Assert.NotNull to Assert.IsNotNull. (consistency) Paired with bouvrie Related to Issue [WTI-13]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@284 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 36188d4be34bd0eb34c2e1cec5884149586a023e

    • -1
    • +1
    ./DeltaShell.Plugins.SharpMapGis.Tests/BackGroundMapLayerTest.cs
  1. … 11 more files in changeset.
replaced PropertyGrid composite component with derived PropertyGridView. Related to Issue [WTI-56]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@276 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2b6f2be6118ae54fc5b3f061e7b583ab65ac1c44

    • -0
    • +4
    ./DeltaShell.Tests/DeltaShell.Tests.csproj
  1. … 6 more files in changeset.
- Set build properties of all projects

Related to Issue [WTI-78]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@234 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: cb6ce199f7f01b258f2e83916acf9c831279ee83

    • -1
    • +3
    ./DeltaShell.IntegrationTests/DeltaShell.IntegrationTests.csproj
    • -0
    • +3
    ./DeltaShell.Plugins.CommonTools.Tests/DeltaShell.Plugins.CommonTools.Tests.csproj
    • -0
    • +3
    ./DeltaShell.Plugins.ProjectExplorer.Tests/DeltaShell.Plugins.ProjectExplorer.Tests.csproj
    • -0
    • +4
    ./DeltaShell.Plugins.SharpMapGis.Tests/DeltaShell.Plugins.SharpMapGis.Tests.csproj
    • -0
    • +3
    ./DeltaShell.Tests/DeltaShell.Tests.csproj
  1. … 36 more files in changeset.
Fixed performance tests related to the MapViewTest => No worries: - Mapview implementation will be revised/replaced - Performance of Mapview will be improved by using the Observer pattern Related to Issue [WTI-5]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@230 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f64ec730c596a75e3ac0afe6d45204b5ab383e4e

    • -1
    • +1
    ./DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapViewTest.cs
  1. … 1 more file in changeset.
Get rid of warnings during compilation (https://issuetracker.deltares.nl/browse/WTI-49) - Removed unused code - Ignored unused code in test that is required by an interface - Updated xml comments

Related to Issue [WTI-49]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@225 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 38966946a5f22e4e0a2463d94b355e2312e711b1

    • -1
    • +4
    ./DeltaShell.Plugins.CommonTools.Tests/TestViewList.cs
  1. … 17 more files in changeset.
Get rid of warnings during compilation (https://issuetracker.deltares.nl/browse/WTI-49) - Set warning level to 0 (this will prevent all warnings to appear in the error list) in the following projects (IN RELEASE): - - GeoAPI.* - - NetTopologySuite.* - - SharpMap.* - Added SkipPostSharp constant when PostSharp is not used in the project. If we decide not to use PostSharp at all, the reference can be removed from the project Related to Issue [WTI-49]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@208 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5e1bb8e29438450202080ba8ea221720f3a0cd97

    • -0
    • +1
    ./DeltaShell.IntegrationTests/DeltaShell.IntegrationTests.csproj
  1. … 14 more files in changeset.
Removed former ignored test which never worked Related to Issue [WTI-5]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@206 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 260a4f36cbd6c25eba1799ff7066548d24cb2aed

    • -39
    • +1
    ./DeltaShell.Tests/Gui/Forms/AvalonDockDockingManagerTest.cs
* Fixed failing MapViewTest test * Removed test with that much of "integration" that it cannot be fixed! => No worries: GuiCommandHandlerTest test will be written as soon as the class is cleaned up

Related to Issue [WTI-5]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@204 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 130b1077cca5f61b5725f872f8e1c2e25e364bf4

    • -1
    • +1
    ./DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapViewTest.cs
    • -1
    • +0
    ./DeltaShell.Tests/DeltaShell.Tests.csproj
    • -84
    • +0
    ./DeltaShell.Tests/Gui/GuiCommandHandlerTest.cs
Fixed failing tests Related to Issue [WTI-5]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@203 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 46d2821580a738f9db578cc1890cda1ae3f059e2

    • -2
    • +3
    ./DeltaShell.Plugins.SharpMapGis.Tests/Commands/MapZoomToFeatureCommandTest.cs
Removed unused code Related to Issue [WTI-70]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@199 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 73ee29cf1cc4e6ae5322e88b7d0d5a78de3e9ae1

    • -3
    • +0
    ./DeltaShell.Plugins.SharpMapGis.Tests/Forms/VectorLayerAttributeTableViewTest.cs
  1. … 2 more files in changeset.
Removed unused code Related to Issue [WTI-70]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@186 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: df929b43adfb66823d70e54852bd63965865b7aa

    • -3
    • +0
    ./DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapViewTest.cs
    • -1
    • +0
    ./DeltaShell.Tests/DeltaShell.Tests.csproj
  1. … 12 more files in changeset.
Removed unused code Related to Issue [WTI-70]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@185 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2c1ea2b3eec66f4c5e7680bde113e0576ff9b9c1

    • -47
    • +0
    ./DeltaShell.Plugins.CommonTools.Tests/TestViewList.cs
    • -2
    • +2
    ./DeltaShell.Plugins.SharpMapGis.Tests/Commands/MapZoomToFeatureCommandTest.cs
    • -4
    • +1
    ./DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapViewTest.cs
  1. … 7 more files in changeset.
Removed unused code Related to Issue [WTI-70]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@182 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4c74e3f152293f7e59d4e7b82958a6b59bf209d9

    • -1
    • +2
    ./DeltaShell.Plugins.SharpMapGis.Tests/Commands/MapZoomToFeatureCommandTest.cs
  1. … 11 more files in changeset.
Removed unused code Related to Issue [WTI-70]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@179 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9fb3496c4887ca24b28c12e11f4028031a292a4b

  1. … 5 more files in changeset.
Removed unused code Related to Issue [WTI-70]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@174 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 85c7a9f62efb52f8933498edf86164cf72346ecd

    • -2
    • +1
    ./DeltaShell.Plugins.SharpMapGis.Tests/Commands/CommandTests.cs
    • -1
    • +1
    ./DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapViewTest.cs
    • -1
    • +1
    ./DeltaShell.Plugins.SharpMapGis.Tests/Forms/VectorLayerAttributeTableViewTest.cs
    • -4
    • +4
    ./DeltaShell.Plugins.SharpMapGis.Tests/HibernateMappings/ThemeTypeConverterTest.cs
  1. … 12 more files in changeset.
Removed unused code Related to Issue [WTI-70]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@173 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3975822be304bb52c80c748a0ed71991b09067a9

    • -51
    • +0
    ./DeltaShell.Tests/Core/PluginConfigurationLoaderTest.cs
    • -1
    • +0
    ./DeltaShell.Tests/DeltaShell.Tests.csproj
    • -2
    • +0
    ./DeltaShell.Tests/Gui/DelftShellGuiTests.cs
    • -6
    • +0
    ./DeltaShell.Tests/Gui/ToolWindowTestControl.cs
  1. … 14 more files in changeset.
Removed unused classes Related to Issue [WTI-70]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@172 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5f737863c480c037b67347b6922aea7cdb260943

    • -1
    • +0
    ./DeltaShell.IntegrationTests/DeltaShell.IntegrationTests.csproj
    • -26
    • +0
    ./DeltaShell.IntegrationTests/Mocks/ComplexObject.cs
    • -20
    • +1
    ./DeltaShell.Tests/DeltaShell.Tests.csproj
    • -45
    • +0
    ./DeltaShell.Tests/Gui/AvalonDockingTestForm.xaml
    • -15
    • +0
    ./DeltaShell.Tests/Gui/AvalonDockingTestForm.xaml.cs
  1. … 21 more files in changeset.
Reverted changes => Removed too much Related to Issue [WTI-70]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@170 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 408e2d6915a134dfc7d80ee150d1d9076e1f46d5

    • -0
    • +1
    ./DeltaShell.IntegrationTests/DeltaShell.IntegrationTests.csproj
    • -0
    • +26
    ./DeltaShell.IntegrationTests/Mocks/ComplexObject.cs
    • -0
    • +13
    ./DeltaShell.Tests/DeltaShell.Tests.csproj
    • -0
    • +45
    ./DeltaShell.Tests/Gui/AvalonDockingTestForm.xaml
    • -0
    • +15
    ./DeltaShell.Tests/Gui/AvalonDockingTestForm.xaml.cs
  1. … 63 more files in changeset.
Removed unused classes Related to Issue [WTI-70]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@169 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3889df1f9c7fba7c167d8fb0054862687b4cff7f

    • -4
    • +0
    ./DeltaShell.Tests/DeltaShell.Tests.csproj
  1. … 34 more files in changeset.
Removed unused classes Related to Issue [WTI-70]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@166 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2c2b0ae9bbd6449e5789c9a1031d666c090f7bf7

    • -1
    • +0
    ./DeltaShell.IntegrationTests/DeltaShell.IntegrationTests.csproj
    • -26
    • +0
    ./DeltaShell.IntegrationTests/Mocks/ComplexObject.cs
    • -9
    • +0
    ./DeltaShell.Tests/DeltaShell.Tests.csproj
    • -45
    • +0
    ./DeltaShell.Tests/Gui/AvalonDockingTestForm.xaml
    • -15
    • +0
    ./DeltaShell.Tests/Gui/AvalonDockingTestForm.xaml.cs
  1. … 23 more files in changeset.
Full cleanup over src and test Related to Issue [WTI-55]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@157 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 10d4dd15dbc2525f4f704d5225cbaab5b3705b9c

    • -5
    • +4
    ./DeltaShell.IntegrationTests/Mocks/ComplexObject.cs
    • -1
    • +1
    ./DeltaShell.Plugins.CommonTools.Tests/CommonToolsGuiPluginTest.cs
    • -7
    • +7
    ./DeltaShell.Plugins.CommonTools.Tests/Forms/TextDocumentViewTest.cs
    • -0
    • +4
    ./DeltaShell.Plugins.CommonTools.Tests/Properties/AssemblyInfo.cs
    • -77
    • +95
    ./DeltaShell.Plugins.CommonTools.Tests/TestViewList.cs
    • -4
    • +1
    ./DeltaShell.Plugins.ProjectExplorer.Tests/NodePresenters/NodePresenterHelperTest.cs
    • -13
    • +25
    ./DeltaShell.Plugins.ProjectExplorer.Tests/ProjectExplorerPluginGuiTest.cs
    • -7
    • +7
    ./DeltaShell.Plugins.ProjectExplorer.Tests/ProjectTreeViewTest.cs
    • -0
    • +4
    ./DeltaShell.Plugins.ProjectExplorer.Tests/Properties/AssemblyInfo.cs
    • -6
    • +9
    ./DeltaShell.Plugins.SharpMapGis.Tests/BackGroundMapLayerTest.cs
  1. … 1366 more files in changeset.
Improved build configuration

Related to Issue [WTI-51]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@151 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 42ead6c995cbb360384c821e84d6f213a5576a4d

    • -2
    • +2
    ./DeltaShell.IntegrationTests/DeltaShell.IntegrationTests.csproj
    • -2
    • +2
    ./DeltaShell.Plugins.CommonTools.Tests/DeltaShell.Plugins.CommonTools.Tests.csproj
    • -2
    • +2
    ./DeltaShell.Plugins.ProjectExplorer.Tests/DeltaShell.Plugins.ProjectExplorer.Tests.csproj
    • -2
    • +2
    ./DeltaShell.Plugins.SharpMapGis.Tests/DeltaShell.Plugins.SharpMapGis.Tests.csproj
    • -2
    • +2
    ./DeltaShell.Tests/DeltaShell.Tests.csproj
  1. … 45 more files in changeset.
Improved build configuration Related to Issue [WTI-51]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@143 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0406d79de56212931d0db059cbcf32f929ee8b53

    • -5
    • +0
    ./DeltaShell.IntegrationTests/DeltaShell.IntegrationTests.csproj
    • -5
    • +0
    ./DeltaShell.Plugins.CommonTools.Tests/DeltaShell.Plugins.CommonTools.Tests.csproj
    • -5
    • +0
    ./DeltaShell.Plugins.ProjectExplorer.Tests/DeltaShell.Plugins.ProjectExplorer.Tests.csproj
    • -5
    • +0
    ./DeltaShell.Plugins.SharpMapGis.Tests/DeltaShell.Plugins.SharpMapGis.Tests.csproj
    • -5
    • +0
    ./DeltaShell.Tests/DeltaShell.Tests.csproj
  1. … 18 more files in changeset.
Improved build configuration

Related to Issue [WTI-51]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@142 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 94a20e0d025b84a0ce98444de34bd8bc11f5716c

    • -6
    • +10
    ./DeltaShell.IntegrationTests/DeltaShell.IntegrationTests.csproj
    • -6
    • +10
    ./DeltaShell.Plugins.CommonTools.Tests/DeltaShell.Plugins.CommonTools.Tests.csproj
    • -6
    • +10
    ./DeltaShell.Plugins.ProjectExplorer.Tests/DeltaShell.Plugins.ProjectExplorer.Tests.csproj
    • -7
    • +11
    ./DeltaShell.Plugins.SharpMapGis.Tests/DeltaShell.Plugins.SharpMapGis.Tests.csproj
    • -6
    • +10
    ./DeltaShell.Tests/DeltaShell.Tests.csproj
  1. … 47 more files in changeset.
"Any CPU" => "x86" Related to Issue [WTI-51]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@135 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0265b75fbdbc002797b1169afa6a296dc97c9b8b

    • -3
    • +3
    ./DeltaShell.IntegrationTests/DeltaShell.IntegrationTests.csproj
    • -3
    • +3
    ./DeltaShell.Plugins.CommonTools.Tests/DeltaShell.Plugins.CommonTools.Tests.csproj
    • -3
    • +3
    ./DeltaShell.Plugins.ProjectExplorer.Tests/DeltaShell.Plugins.ProjectExplorer.Tests.csproj
    • -3
    • +3
    ./DeltaShell.Plugins.SharpMapGis.Tests/DeltaShell.Plugins.SharpMapGis.Tests.csproj
    • -3
    • +3
    ./DeltaShell.Tests/DeltaShell.Tests.csproj
  1. … 46 more files in changeset.
removed x86 and x64 build configurations. Left AnyCPU configuration as the main configuration. Related to Issue [WTI-51]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@122 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a415af7e16c02d543a8a4671cd4145ef01c82f01

    • -55
    • +7
    ./DeltaShell.IntegrationTests/DeltaShell.IntegrationTests.csproj
    • -55
    • +7
    ./DeltaShell.Plugins.CommonTools.Tests/DeltaShell.Plugins.CommonTools.Tests.csproj
    • -55
    • +7
    ./DeltaShell.Plugins.ProjectExplorer.Tests/DeltaShell.Plugins.ProjectExplorer.Tests.csproj
    • -57
    • +7
    ./DeltaShell.Plugins.SharpMapGis.Tests/DeltaShell.Plugins.SharpMapGis.Tests.csproj
    • -65
    • +7
    ./DeltaShell.Tests/DeltaShell.Tests.csproj
  1. … 45 more files in changeset.