]> 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
Finalize JMS serialization
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.jcr / src / test / java / org / argeo / slc / jcr / dao / TreeTestResultDaoJcrTest.java
index 044c67e9ef85734d4e11a6cf3eaabcf2232da3ac..c8c8693337277fc728af1d9a010c3b2b9039400b 100644 (file)
@@ -1,7 +1,23 @@
+/*\r
+ * Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>\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
+ * You may obtain a copy of the License at\r
+ *\r
+ *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\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
@@ -74,7 +90,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