Index: DamClients/DamUI/branches/DamUI 19.1/src/Dam/Tests/DamLiveAuthorizationTest.cs =================================================================== diff -u -r3373 -r3565 --- DamClients/DamUI/branches/DamUI 19.1/src/Dam/Tests/DamLiveAuthorizationTest.cs (.../DamLiveAuthorizationTest.cs) (revision 3373) +++ DamClients/DamUI/branches/DamUI 19.1/src/Dam/Tests/DamLiveAuthorizationTest.cs (.../DamLiveAuthorizationTest.cs) (revision 3565) @@ -35,12 +35,12 @@ public override IEnumerable GetSupportedFeatureVersions() { - return new[] { "14.0", "15.0", "17.0", "18.0", "19.0", "20.0", "21.0" }; + return new[] { "14.0", "15.0", "17.0", "18.0", "19.0", "20.0", "21.0", "22.0" }; } public override IEnumerable GetUnsupportedFeatureVersions() { - return new[] { "22.0" }; + return new[] { "23.0" }; } } } Index: DamClients/DamUI/branches/DamUI 19.1/src/Dam/Tests/DamAuthorizationTest.cs =================================================================== diff -u -r3372 -r3565 --- DamClients/DamUI/branches/DamUI 19.1/src/Dam/Tests/DamAuthorizationTest.cs (.../DamAuthorizationTest.cs) (revision 3372) +++ DamClients/DamUI/branches/DamUI 19.1/src/Dam/Tests/DamAuthorizationTest.cs (.../DamAuthorizationTest.cs) (revision 3565) @@ -33,12 +33,12 @@ public override IEnumerable GetSupportedFeatureVersions() { - return new[] { "14.0", "15.0", "17.0", "18.0", "19.0", "20.0", "21.0" }; + return new[] { "14.0", "15.0", "17.0", "18.0", "19.0", "20.0", "21.0", "22.0" }; } public override IEnumerable GetUnsupportedFeatureVersions() { - return new[] { "22.0" }; + return new[] { "23.0" }; } } }