Index: DamClients/DamUI/branches/DamUI 19.3/src/Dam/Tests/DamAuthorizationTest.cs =================================================================== diff -u -r3701 -r4077 --- DamClients/DamUI/branches/DamUI 19.3/src/Dam/Tests/DamAuthorizationTest.cs (.../DamAuthorizationTest.cs) (revision 3701) +++ DamClients/DamUI/branches/DamUI 19.3/src/Dam/Tests/DamAuthorizationTest.cs (.../DamAuthorizationTest.cs) (revision 4077) @@ -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" }; } } } Index: DamClients/DamUI/branches/DamUI 19.3/src/Dam/Tests/DamLiveAuthorizationTest.cs =================================================================== diff -u -r3701 -r4077 --- DamClients/DamUI/branches/DamUI 19.3/src/Dam/Tests/DamLiveAuthorizationTest.cs (.../DamLiveAuthorizationTest.cs) (revision 3701) +++ DamClients/DamUI/branches/DamUI 19.3/src/Dam/Tests/DamLiveAuthorizationTest.cs (.../DamLiveAuthorizationTest.cs) (revision 4077) @@ -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" }; } } }