Changeset 258

Show
Ignore:
Timestamp:
06/12/08 15:20:51 (3 months ago)
Author:
Stuart Thiel
Message:

-Trivial Change: Haven't confirmed the need for a fuzz test, so removing it. Removed it officially in this test before it was submitted, but had left the constant.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • MediAnnotate/trunk/src/test/org/mediannotate/unit/TestTimescaleOnQTMovies.java

    r257 r258  
    1919        private static final int END = 40000; 
    2020        private static final int START = 20000; 
    21         /** 
    22          * I don't trust the rounding, so we're adding a fuzz to make it so the duration doesn't 
    23          * have to be exact. 
    24          */ 
    25         private static final int FUZZ = 10; 
    26          
    2721 
    2822        @Test