fix comment about mq allocation
[oweals/gnunet.git] / src / util / test_time.c
index 467336e0a79c432c652f31ce64cd87b34c0a4af3..d0aca21666885ef1979400e707184c4ff8b7ab00 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001-2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2001-2013 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -14,8 +14,8 @@
 
      You should have received a copy of the GNU General Public License
      along with GNUnet; see the file COPYING.  If not, write to the
-     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-     Boston, MA 02111-1307, USA.
+     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+     Boston, MA 02110-1301, USA.
 */
 /**
  * @file util/test_time.c
@@ -70,9 +70,9 @@ main (int argc, char *argv[])
   GNUNET_assert (last.abs_value_us == GNUNET_TIME_UNIT_FOREVER_ABS.abs_value_us);
   GNUNET_log_skip (0, GNUNET_YES);
 
-  /*check relative to absolute */
-  rel.rel_value_us = 0;
-  GNUNET_assert (GNUNET_TIME_absolute_get ().abs_value_us ==
+  /* check relative to absolute */
+  rel.rel_value_us = 1000000;
+  GNUNET_assert (GNUNET_TIME_absolute_get ().abs_value_us <
                  GNUNET_TIME_relative_to_absolute (rel).abs_value_us);
   /*check forever */
   rel.rel_value_us = UINT64_MAX;