Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 88e4c5cf authored by Guillaume Thomazon's avatar Guillaume Thomazon
Browse files

Date is set to null

git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@35092 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parent 6a36d113
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,10 @@ public class ProxyForTM implements IProxyForTM { ...@@ -51,7 +51,10 @@ public class ProxyForTM implements IProxyForTM {
for (Step step : steps) { for (Step step : steps) {
// never stopped // never stopped
step.setDate(endTI.getTime()); //Not good, need to be verify
// step.setDate(endTI.getTime());
step.setDate(null);
step.setTestInstance(testInstance); step.setTestInstance(testInstance);
step.setMessage(null); step.setMessage(null);
List<Integer> ids = step.getReceiverIds(); List<Integer> ids = step.getReceiverIds();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment