]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.core/src/main/java/org/argeo/slc/core/test/tree/TreeTestResult.java
Fix the format of tree test result attributes.
[gpl/argeo-slc.git] / org.argeo.slc.core / src / main / java / org / argeo / slc / core / test / tree / TreeTestResult.java
index 0c3eea382986d962f9af0be9d36143be5599d590..3e365afe0822c6f28b51f3f835d89189a6fd7328 100644 (file)
@@ -44,7 +44,7 @@ public class TreeTestResult implements TestResult, StructureAware<TreeSPath>,
        private SortedMap<TreeSPath, PartSubList> resultParts = new TreeMap<TreeSPath, PartSubList>();\r
        private SortedMap<TreeSPath, StructureElement> elements = new TreeMap<TreeSPath, StructureElement>();\r
 \r
-       private SortedMap<String, String> attributes = new TreeMap<String, String>();\r
+       private Map<String, String> attributes = new TreeMap<String, String>();\r
 \r
        /** Sets the list of listeners. */\r
        public void setListeners(List<TestResultListener<TreeTestResult>> listeners) {\r
@@ -204,11 +204,11 @@ public class TreeTestResult implements TestResult, StructureAware<TreeSPath>,
                }\r
        }\r
 \r
-       public SortedMap<String, String> getAttributes() {\r
+       public Map<String, String> getAttributes() {\r
                return attributes;\r
        }\r
 \r
-       public void setAttributes(SortedMap<String, String> attributes) {\r
+       public void setAttributes(Map<String, String> attributes) {\r
                this.attributes = attributes;\r
        }\r
 \r