From b0fb22dfe43e5c563ad8391a0a951ccb5b9d2e21 Mon Sep 17 00:00:00 2001 From: gj0dcsa <135594855+gj0dcsa@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:00:17 +0200 Subject: [PATCH] A more useful PINT scenario suite title --- .../org/dcsa/conformance/standards/eblinterop/PintStandard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pint/src/main/java/org/dcsa/conformance/standards/eblinterop/PintStandard.java b/pint/src/main/java/org/dcsa/conformance/standards/eblinterop/PintStandard.java index 7b13f357..cc879c68 100644 --- a/pint/src/main/java/org/dcsa/conformance/standards/eblinterop/PintStandard.java +++ b/pint/src/main/java/org/dcsa/conformance/standards/eblinterop/PintStandard.java @@ -15,7 +15,7 @@ private PintStandard() { public SortedMap> getScenarioSuitesByStandardVersion() { return new TreeMap<>( Map.ofEntries( - Map.entry("3.0.0", new TreeSet<>(Set.of("Reference Implementation"))))); + Map.entry("3.0.0", new TreeSet<>(Set.of("Conformance"))))); } @Override