Index: dam classic/trunk/src/Dam/Tests/AuthorizationTestBase.cs =================================================================== diff -u -r190 -r221 --- dam classic/trunk/src/Dam/Tests/AuthorizationTestBase.cs (.../AuthorizationTestBase.cs) (revision 190) +++ dam classic/trunk/src/Dam/Tests/AuthorizationTestBase.cs (.../AuthorizationTestBase.cs) (revision 221) @@ -122,7 +122,7 @@ } } - [Test, Category(Categories.WorkInProgress)] + [Test] public void TestGetCount() { using (var aw = new DAuthClient(false, true)) @@ -134,9 +134,9 @@ int secondCount = -1; aw.GetCount(GetFeature(), ref secondCount); Assert.AreEqual(firstCount+1, secondCount); - //Assert.IsTrue(aw.CheckIn(GetFeature())); - //aw.GetCount(GetFeature(), ref secondCount); - //Assert.AreEqual(firstCount, secondCount); + Assert.IsTrue(aw.CheckIn(GetFeature())); + aw.GetCount(GetFeature(), ref secondCount); + Assert.AreEqual(firstCount, secondCount); } } @@ -151,7 +151,7 @@ } } - [Test, Category(Categories.WorkInProgress)] + [Test] public void TestGetCurrentUsers() { using (var aw = new DAuthClient(false, true)) @@ -167,7 +167,7 @@ } } - [Test, Category(Categories.WorkInProgress)] + [Test] public void TestUsedLicenses() { using (var aw = new DAuthClient(false, true))