source: josm/test/org/openstreetmap/josm/testframework/Bug.java@ 135

Last change on this file since 135 was 135, checked in by imi, 18 years ago
  • fixed test directory structure
  • shortkeys do not cycle through modes anymore
  • Ctrl+, and Ctrl+. to zoom in/out. Should work on Mac now.
File size: 370 bytes
Line 
1package org.openstreetmap.josm.testframework;
2
3/**
4 * Annotation that indicate that a specific test case function was a bug.
5 * @author Imi
6 */
7public @interface Bug {
8 /**
9 * The revision this bug was detected. (Can be later than the actual first occourence.
10 * This number is just to have a revision where the bug actually happen.)
11 */
12 int value();
13}
Note: See TracBrowser for help on using the repository browser.