GDateTime test: fix a race
authorRyan Lortie <desrt@desrt.ca>
Thu, 22 Sep 2011 00:19:32 +0000 (20:19 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 22 Sep 2011 00:23:03 +0000 (20:23 -0400)
commit19e7026fe728678c33e4cf38290ea88f0941d648
treefaf2ae04d24434a6f5d6ae33aa479cbb363bbda3
parentaf9e40dc5def1352e01368de56577addb2c7bbc1
GDateTime test: fix a race

We have a GDateTime test that compares the time now (as per the libc) to
the time now (as per GDateTime).  The problem is that the time could
change between those two "now"s.
glib/tests/gdatetime.c