Sebastian, There is a known bug in the 1.0.0.5 release where it uses localtime instead of GMTime. When we generated the "golden" XML vectors, we had an error which we didn't catch because we ran the test machine in our localtime.
If you update from the tip of the sourceforge CVS, it will correct the problem. We also increased the test vector support on the tip. Regards Paul -----Original Message----- From: Sebastian Kuzminsky [mailto:[email protected]] Sent: Friday, January 16, 2009 11:17 AM To: Paul Dietrich Cc: [email protected]; [email protected] Subject: Re: patch submission Paul Dietrich wrote: > I appreciate your help. Is the library running properly for you? I > will apply the patches, but would like to wait until you have confirmed > that the library is fully working. Can you run the ./RUN101 test and > validate the output and valgrind results. Yes i'm using the patched library here without problems. I ran the test but it failed, for two reasons. The first problem is that i'm on Linux and the test "pass" template has DOS-style line ends ('\r\n'). I removed the '\r' characters, but now the UTCTimestamp hours are all off by two. No other differences. My timezone is CST (-0600), if that's interesting... Here's an example of the diffs I get: --- dx101_a_out.tmp 2009-01-16 11:28:16.000000000 -0600 +++ ../../Tests/dx101//dx101_a_out.txt 2009-01-16 11:28:09.000000000 -0600 @@ -5,7 +5,7 @@ xmlns='http://www.llrp.org/ltk/schema/core/encoding/xml/1.0'> <ReaderEventNotificationData> <UTCTimestamp> - <Microseconds>2007-03-07T11:01:18.714842</Microseconds> + <Microseconds>2007-03-07T09:01:18.714842</Microseconds> </UTCTimestamp> <ConnectionAttemptEvent> <Status>Success</Status> @@ -1634,7 +1634,7 @@ xmlns='http://www.llrp.org/ltk/schema/core/encoding/xml/1.0'> <ReaderEventNotificationData> <UTCTimestamp> - <Microseconds>2007-03-07T11:02:44.229894</Microseconds> + <Microseconds>2007-03-07T09:02:44.229894</Microseconds> </UTCTimestamp> <GPIEvent> <GPIPortNumber>1</GPIPortNumber> -- Sebastian Kuzminsky Free! Free! As a Journey Man! Feel! Heat! In the moon light! -- Korpiklaani ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ llrp-toolkit-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel
