Changeset 258
- Timestamp:
- 06/12/08 15:20:51 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
MediAnnotate/trunk/src/test/org/mediannotate/unit/TestTimescaleOnQTMovies.java
r257 r258 19 19 private static final int END = 40000; 20 20 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't23 * have to be exact.24 */25 private static final int FUZZ = 10;26 27 21 28 22 @Test
