Skip to content
Snippets Groups Projects
Commit 45d7567f authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Add comment regarding Java tests for diffoscope contributors who are not using...

Add comment regarding Java tests for diffoscope contributors who are not using Debian. Thanks to Jean-Romain Garnier. (Re: !58)
parent 06e3eab1
No related branches found
No related tags found
No related merge requests found
Pipeline #201796 passed with warnings
......@@ -82,6 +82,12 @@ def test_diff_procyon(differences_procyon):
@skip_unless_tool_is_at_least("javap", javap_version, "9.0.4")
def test_diff_javap(differences_javap):
"""
Java tests are kept up to date relative to the JDK version bundled in
Debian's `default-jdk` package. The output may vary depending on the JDK
version installed on your system, rendering the tests inaccurate.
"""
diff(differences_javap, "javap_class_expected_diff")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment