From 02f0cd5c105cabf95188f05c0aa73574c8fcf5b5 Mon Sep 17 00:00:00 2001 From: pkupczyk <pkupczyk> Date: Fri, 14 Nov 2014 10:38:20 +0000 Subject: [PATCH] SSDM-1185 : V3 AS API - update attachments - fix failing tests SVN: 32823 --- .../api/v1/GeneralInformationServiceJsonApiTest.java | 2 +- .../systemtest/api/v1/GeneralInformationServiceTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceJsonApiTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceJsonApiTest.java index 00e98969248..485ef9afbd7 100644 --- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceJsonApiTest.java +++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceJsonApiTest.java @@ -188,7 +188,7 @@ public class GeneralInformationServiceJsonApiTest extends RemoteApiTestCase } }); assertEquals("[DESCRIPTION=very important expertiment, GENDER=FEMALE, " - + "PURCHASE_DATE=2009-02-09 00:00:00 +0100]", list.toString()); + + "PURCHASE_DATE=2009-02-09 10:00:00 +0100]", list.toString()); assertEquals(1, experiments.size()); } diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java index 9da43fbb538..f0383eb89b1 100644 --- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java +++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/systemtest/api/v1/GeneralInformationServiceTest.java @@ -1482,7 +1482,7 @@ public class GeneralInformationServiceTest extends SystemTestCase } }); assertEquals("[DESCRIPTION=very important expertiment, GENDER=FEMALE, " - + "PURCHASE_DATE=2009-02-09 00:00:00 +0100]", list.toString()); + + "PURCHASE_DATE=2009-02-09 10:00:00 +0100]", list.toString()); assertEquals(1, experiments.size()); } -- GitLab