]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.jcr/src/test/java/org/argeo/slc/jcr/dao/TreeTestResultDaoJcrTest.java
Adapt to changes in Argeo Commons
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.jcr / src / test / java / org / argeo / slc / jcr / dao / TreeTestResultDaoJcrTest.java
index af449c3eb74c472e7c68b048d5a6540b65f2b9f6..8f7280d0a35828001780115b87b57e702631adf5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>\r
+ * Copyright (C) 2007-2012 Mathieu Baudier\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
-\r
 package org.argeo.slc.jcr.dao;\r
 \r
 import java.io.ByteArrayOutputStream;\r
-import java.util.Map;\r
+import java.util.SortedMap;\r
 import java.util.TreeMap;\r
 import java.util.UUID;\r
 \r
@@ -90,7 +89,7 @@ public class TreeTestResultDaoJcrTest extends AbstractSpringTestCase {
                ttrDao.addResultPart(ttr.getUuid(), path, resultPart, null);\r
 \r
                // TestAdd Attribute\r
-               Map<String, String> newAtt = new TreeMap<String, String>();\r
+               SortedMap<String, String> newAtt = new TreeMap<String, String>();\r
                newAtt.put("NewTestCase", "NonSortedView");\r
                newAtt.put("NewTestCaseType", "csvdiff");\r
                ttrDao.updateAttributes(ttr.getUuid(), newAtt);\r