Skip to content
Snippets Groups Projects
Commit 02f0cd5c authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-1185 : V3 AS API - update attachments - fix failing tests

SVN: 32823
parent c2f77660
No related branches found
No related tags found
No related merge requests found
......@@ -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());
}
......
......@@ -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());
}
......
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