Core.Plugins.SharpMapGis.Tests

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
renamed *Tests directories into *Test. Namespaces and projects come with the next commits

Related to Issue [WTI-148]

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

Former-commit-id: 7b15a1721206522eaf350e56a2d9a33c5215367e

    • -133
    • +0
    ./Commands/MapZoomToFeatureCommandTest.cs
    • -261
    • +0
    ./Core.Plugins.SharpMapGis.Tests.csproj
    • -38
    • +0
    ./Forms/ImportMultipleFilesUserSettings.Designer.cs
    • -9
    • +0
    ./Forms/ImportMultipleFilesUserSettings.settings
    • -197
    • +0
    ./Forms/MapLayerTreeViewNodePresenterTest.cs
    • -61
    • +0
    ./Forms/MapTreeViewNodePresenterTest.cs
  1. … 929 more files in changeset.
reverted changes from rev 1009 for Tests projects in order to keep paths for the test-data files. Also they are not important to keep in Solution\bin folder. UMLs project reverted as well. Related to Issue [WTI-148]

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

Former-commit-id: b5e875391c3b9f3c190b7078802e7bb704520924

    • -3
    • +3
    ./Core.Plugins.SharpMapGis.Tests.csproj
  1. … 35 more files in changeset.
all projects are build into SolutionDir\bin directory. Installer is also redirected to this dir. Related to Issue [WTI-148]

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

Former-commit-id: b930a00c4632ec165638f460385728583e825e17

    • -3
    • +3
    ./Core.Plugins.SharpMapGis.Tests.csproj
  1. … 71 more files in changeset.
Introduced ContextMenuBuilder in stead of the ContextMenuFactory. Builder is responsible for calling ContextMenuItemFactory methods to configure a ContextMenu. Can be used to construct a menu using items which require the gui context, to add custom items and to add separators. Removed ITreeNode parameter of GetChildNodeObjects (only based on data)Moved resources from the Ringtoets.Common.Forms to Core.Common.Gui Removed unused methods in ContextMenuStripExtensions Added expand all and collapse all items to the ContextMenuItemFactory. Moved ContextMenuBuilder and ContextMenuItemFactory to sub folder. Related to Issue [WTI-172]

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

Former-commit-id: 9eefacfdd318334fb06e17b8a94422bee07e4674

    • -1
    • +1
    ./Forms/MapLayerTreeViewNodePresenterTest.cs
    • -1
    • +1
    ./Forms/MapTreeViewNodePresenterTest.cs
  1. … 58 more files in changeset.
Moved ActivityRunner from ApplicationCore to RingtoetsGui Related to Issue [WTI-182]

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

Former-commit-id: 4edb60158b866118f3b049dbdc469decc7adb71e

    • -1
    • +1
    ./Forms/MapTreeViewNodePresenterTest.cs
  1. … 19 more files in changeset.
Moved Project property from ApplicationCore to RingtoetsGui => Will continue work on Project during cleanup of Core.Common.Gui Related to Issue [WTI-182]

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

Former-commit-id: 6f8ad70188101c123c376d9341c8cfed57f2ad56

    • -2
    • +2
    ./SharpMapGisPluginGuiIntegrationTest.cs
  1. … 17 more files in changeset.
Prevent .pdb getting copied for anything but Debug in test projects. Related to Issue [WTI-64]

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

Former-commit-id: 7120d5b1b5e117098f2ef37a9cd2805a970d195d

    • -0
    • +1
    ./Core.Plugins.SharpMapGis.Tests.csproj
  1. … 29 more files in changeset.
Added AddPlugin and RemovePlugin method to ApplicationCore Related to Issue [WTI-182]

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

Former-commit-id: 4eca6fad362af4d4e53081fe6cd1a2924a0c24ea

    • -3
    • +2
    ./SharpMapGisPluginGuiIntegrationTest.cs
  1. … 9 more files in changeset.
Renamed RingtoetsApplication to ApplicationCore Related to Issue [WTI-182]

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

Former-commit-id: 16dccce50c5f956b7326d809d40246880edcb4d2

    • -2
    • +2
    ./Forms/MapTreeViewNodePresenterTest.cs
    • -4
    • +4
    ./SharpMapGisPluginGuiIntegrationTest.cs
  1. … 45 more files in changeset.
Removed IApplication Related to Issue [WTI-182]

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

Former-commit-id: 7a78211e896795b7f1be48d9f56774f885f259bd

    • -1
    • +1
    ./Forms/MapTreeViewNodePresenterTest.cs
  1. … 22 more files in changeset.
Moved *nunit.framework* (from 2.5.11) to NUGet (to version 2.6.4) - Fixed incorrect order of *SoilProfiles* and *SurfaceLines*. With the older version of NUnit, the test failed to identify this incorrect order Related to Issue [WTI-100]

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

Former-commit-id: 63d5be1e75f3e481c99b802445511d545c4cd668

    • -3
    • +3
    ./Core.Plugins.SharpMapGis.Tests.csproj
  1. … 59 more files in changeset.
Removed the need of SharpTestEx library by replacing it with NUnit calls Related to Issue [WTI-64]

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

Former-commit-id: 78ad5f07e9258904c70ad94e1616e02671423c76

    • -3
    • +0
    ./Core.Plugins.SharpMapGis.Tests.csproj
  1. … 33 more files in changeset.
Moved *RhinoMocks* to NUGet Related to Issue [WTI-100]

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

Former-commit-id: 581d3f7d8bcb436d66c815178bb61f30d6fd01d7

    • -3
    • +3
    ./Core.Plugins.SharpMapGis.Tests.csproj
  1. … 45 more files in changeset.
Moved log4net to NUGet Related to Issue [WTI-100]

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

Former-commit-id: efc1ee9dc887a144abb0c543a7744ff8387ec427

    • -3
    • +4
    ./Core.Plugins.SharpMapGis.Tests.csproj
  1. … 77 more files in changeset.
* Implemented review comments of WTI-Review-130: ** Fixed output paths for projects; ** Removed unsupported configurations; ** Improved comments. Related to Issue [WTI-139]

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

Former-commit-id: c9e89aad465317fe084794b2643f5ba36cbdc489

    • -1
    • +1
    ./Core.Plugins.SharpMapGis.Tests.csproj
  1. … 59 more files in changeset.
* Created new configuration CreateInstallerWithDemoProject * Create Ringtoets.Demo project to add testing utils to the application ** Testing utils only available in Debug, Release and CreateInstallerWithDemoProject configurations, through the INCLUDE_DEMOPROJECT preprocessor symbol

Related to Issue [WTI-139]

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

Former-commit-id: 148370829781060c53c54af79d47d20e201453f3

    • -0
    • +8
    ./Core.Plugins.SharpMapGis.Tests.csproj
  1. … 75 more files in changeset.
- Adjusted resources - Adjusted build files - Removed unused project (Ringtoets.Piping.Data.UML) Related to Issue [WTI-93]

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

Former-commit-id: 8b39a68cfeaf65dbebc380cd956ad59a6deedb5e

    • -1
    • +1
    ./Core.Plugins.SharpMapGis.Tests.csproj
    • -3
    • +3
    ./Forms/ImportMultipleFilesUserSettings.Designer.cs
    • -1
    • +1
    ./Forms/ImportMultipleFilesUserSettings.settings
  1. … 86 more files in changeset.
Renamed all variables, classes, folders from delta*shell to Ringtoets. - Still todo: rename all references in the resources

- Found out that tests were not running properly, because the shape file could not be loaded (incorrect path)

Discussed with Elmar. We decided to throw an Exception when the shapeFile could not be found. Hence, that change is also committed under this issue

Related to Issue [WTI-93]

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

Former-commit-id: d848bd9ce28a5bdc3a59bd003afa36c26ca8c7e4

    • -1
    • +1
    ./Forms/MapLayerTreeViewNodePresenterTest.cs
    • -2
    • +2
    ./SharpMapGisPluginGuiIntegrationTest.cs
  1. … 64 more files in changeset.
Cleaned up/sped up/moved some tests Related to Issue [WTI-63]

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

Former-commit-id: 344b037343514079f004b79fc0e47d5f134b7c97

    • -16
    • +0
    ./SharpMapGisPluginGuiIntegrationTest.cs
  1. … 6 more files in changeset.
Removed WmsLayer Related to Issue [WTI-63]

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

Former-commit-id: e340ba5c908bfedbc1096c851fd17657027bd225

    • -1
    • +0
    ./Core.Plugins.SharpMapGis.Tests.csproj
  1. … 9 more files in changeset.
- Cleanup of references - Output path of integration test was not correct (x86) Related to Issue [WTI-92]

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

Former-commit-id: d137d129944ae7c5ea6409f08f6acad49601b19e

  1. … 2 more files in changeset.
- Cleanup of references - ReSharper renamed Api to API - Renamed IntegrationTests to Integration.Tests - Fixed last .cd files - Fixed AssemblyInfo to Core.Common Related to Issue [WTI-92]

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

Former-commit-id: 1fa8ee25f87310334b0516cf3a6e9c7d1b114ac1

    • -4
    • +4
    ./Core.Plugins.SharpMapGis.Tests.csproj
  1. … 63 more files in changeset.
Moved all classes that could be moved from Application.Ringtoets to Core.Common.Gui Related to Issue [WTI-92]

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

Former-commit-id: 6df4dcd3030f1a5019c51e0f9c4e3c974de5cc68

    • -0
    • +1
    ./SharpMapGisPluginGuiIntegrationTest.cs
  1. … 400 more files in changeset.
Cleaned up IPlugin interface Related to Issue [WTI-69]

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

Former-commit-id: dd0bffea1aabacfb2c94adb9a65bc318d70ef6f2

  1. … 12 more files in changeset.
- Moved IApplication - Moved ApplicationPlugin - Refreshed references - repository added for base.test

- Renamed namespace GIS to Gis (automatically done by ReSharper)

- Fixed test that sometimes failed (probably due to a race condition on the file system)

- Removed redundant empty statements

- Removed reference (in XML) to undefined method

Related to Issue [WTI-120]

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

Former-commit-id: b0df258e39a0dc7729c014683d70c3ed160a822f

    • -5
    • +5
    ./Core.Plugins.SharpMapGis.Tests.csproj
    • -1
    • +1
    ./Forms/MapTreeViewNodePresenterTest.cs
  1. … 204 more files in changeset.
trivial implementation of Observer. Observer is used as the base class for the map and layer. Related to Issue [WTI-111]

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

Former-commit-id: aef5135d2fed61aec22e09191089d57a6ff3a0b4

    • -0
    • +1
    ./SharpMapGisPluginGuiIntegrationTest.cs
  1. … 20 more files in changeset.
- Fixed names in assemblies - Internal classes in Core.Common.Control.Swf made public, for internal no longer suffices Related to Issue [WTI-92]

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

Former-commit-id: 4fe77264a6671b1c64a0ad84b2dc2e0b78f74c4d

  1. … 50 more files in changeset.
Improved namespace of GeoAPI projects Related to Issue [WTI-92]

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

Former-commit-id: 423c883390cc12549f93b158050afa68f14415a1

    • -1
    • +1
    ./Commands/MapZoomToFeatureCommandTest.cs
    • -1
    • +1
    ./Forms/VectorLayerAttributeTableViewTest.cs
    • -1
    • +1
    ./SharpMapGisPluginGuiIntegrationTest.cs
  1. … 357 more files in changeset.
Improved namespace of GeoAPI projects Related to Issue [WTI-92]

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

Former-commit-id: 374e068ce9256ad26c586bdcda326a6f24a18886

    • -1
    • +1
    ./Commands/MapZoomToFeatureCommandTest.cs
    • -1
    • +1
    ./Forms/VectorLayerAttributeTableViewTest.cs
    • -1
    • +1
    ./SharpMapGisPluginGuiIntegrationTest.cs
  1. … 356 more files in changeset.
Merged revision(s) from branches/0.5.0.0461: Related to Issue [WTI-92]

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

Former-commit-id: c77f919dd86664474244af27a39295d55589d0ab

    • -0
    • +81
    ./BackGroundMapLayerTest.cs
    • -0
    • +108
    ./Commands/CommandTests.cs
    • -0
    • +133
    ./Commands/MapZoomToFeatureCommandTest.cs
    • -0
    • +255
    ./Core.Plugins.SharpMapGis.Tests.csproj
    • -0
    • +38
    ./Forms/ImportMultipleFilesUserSettings.Designer.cs
    • -0
    • +9
    ./Forms/ImportMultipleFilesUserSettings.settings
    • -0
    • +197
    ./Forms/MapLayerTreeViewNodePresenterTest.cs
    • -0
    • +157
    ./Forms/MapLegendViewTest.cs
  1. … 4825 more files in changeset.