[mapguide-commits] r9755 - sandbox/jng/flatten_exceptions/UnitTest/WebTier/DotNet/TestMapGuideApi/ExternalTests
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri Nov 6 06:14:14 PST 2020
Author: jng
Date: 2020-11-06 06:14:14 -0800 (Fri, 06 Nov 2020)
New Revision: 9755
Modified:
sandbox/jng/flatten_exceptions/UnitTest/WebTier/DotNet/TestMapGuideApi/ExternalTests/MapTests.cs
Log:
Fix incorrect operator
Modified: sandbox/jng/flatten_exceptions/UnitTest/WebTier/DotNet/TestMapGuideApi/ExternalTests/MapTests.cs
===================================================================
--- sandbox/jng/flatten_exceptions/UnitTest/WebTier/DotNet/TestMapGuideApi/ExternalTests/MapTests.cs 2020-11-05 09:10:04 UTC (rev 9754)
+++ sandbox/jng/flatten_exceptions/UnitTest/WebTier/DotNet/TestMapGuideApi/ExternalTests/MapTests.cs 2020-11-06 14:14:14 UTC (rev 9755)
@@ -73,7 +73,7 @@
}
catch (MgException ex)
{
- Assert.AreEqual(MgException::MgUnsupportedTileProviderException, ex.GetExceptionCode());
+ Assert.AreEqual(MgException.MgUnsupportedTileProviderException, ex.GetExceptionCode());
}
}
}
More information about the mapguide-commits
mailing list