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