Changeset 198 in josm for test/org/openstreetmap


Ignore:
Timestamp:
2007-01-14T09:41:24+01:00 (18 years ago)
Author:
imi
Message:
  • added different cursors for mapmodes (actually just finished what was begun)
  • added feature to change the key in property dialog as well as the value
  • added dockable toggle dialogs
  • fixed exception when loading GPX files at command line
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/org/openstreetmap/josm/data/osm/visitor/MergeVisitorTest.java

    r197 r198  
    11package org.openstreetmap.josm.data.osm.visitor;
    22
    3 import java.util.Arrays;
    43import java.util.Date;
    54
     
    4140        return s;
    4241    }
    43 
    44         private Way createWay(long id, Date timestamp, Segment... segments) {
    45                 Way w = new Way();
    46                 w.id = id;
    47                 w.segments.addAll(Arrays.asList(segments));
    48                 w.timestamp = timestamp;
    49                 return w;
    50         }
    5142
    5243        /**
Note: See TracChangeset for help on using the changeset viewer.