]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.castor/src/test/java/org/argeo/slc/castor/SlcExecutionCastorTest.java
Remove unused class
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.castor / src / test / java / org / argeo / slc / castor / SlcExecutionCastorTest.java
index 3a9e847b8505283ae2827289deceb64794764957..44794e16370794333d0be5da41930f2047db4419 100644 (file)
@@ -1,3 +1,18 @@
+/*\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
+ * 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
 package org.argeo.slc.castor;\r
 \r
 import java.text.SimpleDateFormat;\r
@@ -22,13 +37,13 @@ public class SlcExecutionCastorTest extends AbstractCastorTestCase {
                SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm");\r
                SlcExecutionStep step0 = new SlcExecutionStep();\r
                step0.setUuid(UUID.randomUUID().toString());\r
-               step0.setBegin(sdf.parse("2008-04-17 18:21"));\r
+               step0.setTimestamp(sdf.parse("2008-04-17 18:21"));\r
                step0.setType("LOG");\r
                step0.addLog("A log message\nand another line");\r
 \r
                SlcExecutionStep step1 = new SlcExecutionStep();\r
                step1.setUuid(UUID.randomUUID().toString());\r
-               step1.setBegin(sdf.parse("2008-04-17 18:25"));\r
+               step1.setTimestamp(sdf.parse("2008-04-17 18:25"));\r
                step1.setType("LOG");\r
                step1.addLog("A nother log message");\r
 \r