Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/License/DamLicense.cs =================================================================== diff -u -r3526 -r3838 --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/License/DamLicense.cs (.../DamLicense.cs) (revision 3526) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/License/DamLicense.cs (.../DamLicense.cs) (revision 3838) @@ -28,7 +28,7 @@ namespace Deltares.Dam.Data.License { /// - /// License class to chekout and checkin licenses + /// License class to checkout and checkin licenses /// public class DamLicense { @@ -97,7 +97,7 @@ /// Gets all features starting with the specified feature string /// /// the feature string to look up - /// all the feature names thta start with the specified feature string + /// all the feature names that start with the specified feature string public static IEnumerable GetAllFeaturesStartingWith(string feature) { string[] features = null; Index: DamClients/DamUI/trunk/src/Dam/Tests/DamLiveAuthorizationTest.cs =================================================================== diff -u -r3559 -r3838 --- DamClients/DamUI/trunk/src/Dam/Tests/DamLiveAuthorizationTest.cs (.../DamLiveAuthorizationTest.cs) (revision 3559) +++ DamClients/DamUI/trunk/src/Dam/Tests/DamLiveAuthorizationTest.cs (.../DamLiveAuthorizationTest.cs) (revision 3838) @@ -35,12 +35,12 @@ public override IEnumerable GetSupportedFeatureVersions() { - return new[] { "14.0", "15.0", "17.0", "18.0", "19.0", "20.0", "21.0", "22.0" }; + return new[] { "14.0", "15.0", "17.0", "18.0", "19.0", "20.0", "21.0", "22.0", "23.0" }; } public override IEnumerable GetUnsupportedFeatureVersions() { - return new[] { "23.0" }; + return new[] { "24.0" }; } } } Index: DamClients/DamUI/trunk/src/Dam/Tests/DamAuthorizationTest.cs =================================================================== diff -u -r3559 -r3838 --- DamClients/DamUI/trunk/src/Dam/Tests/DamAuthorizationTest.cs (.../DamAuthorizationTest.cs) (revision 3559) +++ DamClients/DamUI/trunk/src/Dam/Tests/DamAuthorizationTest.cs (.../DamAuthorizationTest.cs) (revision 3838) @@ -33,12 +33,12 @@ public override IEnumerable GetSupportedFeatureVersions() { - return new[] { "14.0", "15.0", "17.0", "18.0", "19.0", "20.0", "21.0", "22.0" }; + return new[] { "14.0", "15.0", "17.0", "18.0", "19.0", "20.0", "21.0", "22.0", "23.0" }; } public override IEnumerable GetUnsupportedFeatureVersions() { - return new[] { "23.0" }; + return new[] { "24.0" }; } } }