Edgewall Software

Changes between Initial Version and Version 3 of Ticket #1849


Ignore:
Timestamp:
Sep 29, 2005, 1:29:10 PM (19 years ago)
Author:
Christian Boos
Comment:

I just upgraded to pysqlite2 2.0.4 … and got hit by this one :)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1849

    • Property Status newassigned
    • Property Severity normalminor
    • Property Priority normalhigh
    • Property Milestone0.9
    • Property Owner changed from Jonas Borgström to Christian Boos
  • Ticket #1849 – Description

    initial v3  
    1010are added with different timestamps.
    1111
    12 * trac/tests/util.py:
    13   (AttachmentTestCase.test_insert): Sleep for two microseconds in
    14   between adding new attachments so as to ensure different timestamps
    15   and a consistent ordering.
    16 * trac/util.py:
    17   (sleep_for_timestamps): Add sleep_for_timestamps function.
     12 * trac/tests/util.py:
     13   (AttachmentTestCase.test_insert): Sleep for two microseconds in
     14   between adding new attachments so as to ensure different   
     15   timestamps and a consistent ordering.
     16 * trac/util.py:
     17   (sleep_for_timestamps): Add sleep_for_timestamps function.
    1818
     19{{{
     20#!diff
    1921Index: trac/tests/attachment.py
    2022===================================================================
     
    5658+  granularity = 0.002
    5759+  time.sleep(granularity)
     60}}}