source: josm/test/org/openstreetmap/josm/test/framework/Bug.java@ 49

Last change on this file since 49 was 49, checked in by imi, 18 years ago
  • added JUnit test cases src tree
  • fixed save/reload of GPX and OSM data of new object ids
  • GPX load does not merge nodes if JOSM namespace is found
File size: 371 bytes
Line 
1package org.openstreetmap.josm.test.framework;
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.