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

Reply via email to