Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test that the language of Frank configs remains backwards-compatible #106

Open
mhdirkse opened this issue Apr 6, 2022 · 0 comments
Open

Comments

@mhdirkse
Copy link
Contributor

mhdirkse commented Apr 6, 2022

The Frank!Framework tests (including the Larva tests) hold many Frank configurations. When the language of Frank configs develops, these old configs should stay working. We can add this to the GitHub test of this project, because it does apply itself to the F!F code already (F!F is checked out during test).

There are two ways to do this:

  • Feed the checked-out config files to XmlAgainstXsdValidator. Drawback: that tool is not designed thoroughly and does not implement entity references. Extending requires the tool to be unit tested.
  • Run the ibis-adapterframework-core JAR headless. Then we use the existing logic of parsing Frank configs (including but not only validation against FrankConfig-compatibility.xsd).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant