Index: test/Common/DelftTools.TestUtils/TestCategory.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -reeefca75115793d990b0af975e727d6ae5c27fd7 --- test/Common/DelftTools.TestUtils/TestCategory.cs (.../TestCategory.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ test/Common/DelftTools.TestUtils/TestCategory.cs (.../TestCategory.cs) (revision eeefca75115793d990b0af975e727d6ae5c27fd7) @@ -70,16 +70,6 @@ public const string VerySlow = "Build.VerySlow"; /// - /// Tests that test undo/redo functionality - /// - public const string UndoRedo = "UndoRedo"; - - /// - /// Requires license in order to run. - /// - public const string RequiresLicense = "RequiresLicense"; - - /// /// Reproduces JIRA issue. /// public const string Jira = "JIRA";