fixed JUnit Test
This commit is contained in:
parent
b7b702f8e9
commit
44f7124933
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue