-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
38.0.0.Final, 38.0.1.Final, 39.0.0.Beta1
-
None
-
---
-
---
While fixing WFLY-21297 I noticed that the OIDC subsystem tests do NOT test the XML as the test method is overridden with no impl to always pass. When removed, the tests fail due to inconsistent read/write logic.
@Override
protected void compareXml(String configId, String original, String marshalled) {
//
}
e.g. here