Skip to content

Commit

Permalink
Do an after-merge fix
Browse files Browse the repository at this point in the history
Related to MID-2119 (shadow caching).
  • Loading branch information
mederly committed Jan 8, 2024
1 parent 0a70b06 commit d734bd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class TestQueryValidation extends AbstractPrismTest {

@BeforeSuite
public void setupDebug() throws SchemaException, SAXException, IOException {
PrettyPrinter.setDefaultNamespacePrefix(DEFAULT_NAMESPACE_PREFIX);
PrettyPrinter.addDefaultNamespacePrefix(DEFAULT_NAMESPACE_PREFIX);
PrismTestUtil.resetPrismContext(new PrismInternalTestUtil());
this.axiomQueryLangService = new AxiomQueryLangServiceImpl(PrismContext.get());
}
Expand Down

0 comments on commit d734bd3

Please sign in to comment.