gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libebics] 02/02: fix date type in tests.


From: gnunet
Subject: [GNUnet-SVN] [libebics] 02/02: fix date type in tests.
Date: Fri, 26 Oct 2018 12:23:05 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository libebics.

commit 4f4ce306b6a56dae06a6aa1d3cb9faf31b852d3c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Oct 26 12:22:44 2018 +0200

    fix date type in tests.
---
 src/sandbox_tests.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/sandbox_tests.c b/src/sandbox_tests.c
index 2dda6ca..1eb11d0 100644
--- a/src/sandbox_tests.c
+++ b/src/sandbox_tests.c
@@ -84,14 +84,14 @@ struct EBICS_ARGS_build_content_hia hia_args = {
 
 struct EBICS_ARGS_build_content_camt053 camt053_args = {
   .startdate = {
-    .day = 0,
-    .month = 0,
-    .year = 0
+    .day = 1,
+    .month = 1,
+    .year = 1970
   },
   .enddate = {
-    .day = 0,
-    .month = 0,
-    .year = 0
+    .day = 1,
+    .month = 1,
+    .year = 1970
   }
 };
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]