task_22890 #1

Merged
francesco.mangiacrapa merged 13 commits from task_22890 into master 2022-11-14 15:10:08 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 44f7124933 - Show all commits

View File

@ -29,7 +29,7 @@ public class TestMetadataFormatDiscovery {
MetadataFormatDiscovery reader;
try {
ScopeProvider.instance.set(scopeString);
reader = new MetadataFormatDiscovery(scope, grMetadataProfileSecondaryType);
reader = new MetadataFormatDiscovery(scope, grMetadataProfileSecondaryType, null);
//System.out.println(reader.getMetadataProfiles());
for (MetadataProfile metaProfile : reader.getMetadataProfiles()) {