ACS-4026: Create orphaned tag with POST /tags (#1748)

* ACS-4026: Create orphaned tag with POST /tags
This commit is contained in:
Krystian Dabrowski
2023-02-10 16:51:22 +01:00
committed by GitHub
parent 9457e019ef
commit 96c1464b6c
16 changed files with 933 additions and 73 deletions

View File

@@ -244,7 +244,8 @@ import org.junit.runners.Suite;
org.alfresco.repo.event2.RepoEvent2UnitSuite.class,
org.alfresco.util.schemacomp.SchemaDifferenceHelperUnitTest.class
org.alfresco.util.schemacomp.SchemaDifferenceHelperUnitTest.class,
org.alfresco.repo.tagging.TaggingServiceImplUnitTest.class
})
public class AllUnitTestsSuite
{