1. 02 Jul, 2004 1 commit
    • Tim Peters's avatar
      Collector #1397: testTimeStamp fails on FreeBSD · 9ff85cee
      Tim Peters authored
      Forward-porting from Zope 2.7.
      
      The checkFullTimeStamp() test was sensitive to unique mktime() behavior
      on FreeBSD.  See:
      
      http://lists.freebsd.org/pipermail/freebsd-standards/2003-November/000268.html 
      
      The purpose of this test is to exercise ZODB's TimeStamp object, so got
      rid of dependence on platform mktime() and time.timezone quirks --
      TimeStamp works in GMT, so how mktime() treats tm_isdst should be
      irrelevant in all TimeStamp tests.
      
      Also added a comment about the highly non-obvious numeric characteristics
      of TimeStamp's treatment of seconds (round-tripping is surprisingly
      inaccurate, but for a real reason).
      9ff85cee
  2. 22 Jun, 2004 1 commit
  3. 21 Jun, 2004 2 commits
  4. 18 Jun, 2004 1 commit
    • Tim Peters's avatar
      Merge 25911 from trunk. · 1c754fe4
      Tim Peters authored
      New test checkRestoreWithMultipleObjectsInUndoRedo from ZODB 3.2.2.
      3.3 didn't have the bug, and this confirms it.
      1c754fe4
  5. 17 Jun, 2004 1 commit
  6. 15 Jun, 2004 1 commit
  7. 08 Jun, 2004 7 commits
  8. 07 Jun, 2004 3 commits
  9. 03 Jun, 2004 13 commits
  10. 02 Jun, 2004 10 commits