Ignore:
Timestamp:
2007-07-03T18:29:14+02:00 (17 years ago)
Author:
imi
Message:
  • added some tests and provided better testing framework
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/io/BoundingBoxDownloader.java

    r247 r269  
    6767                        activeConnection = null;
    6868                }
    69 
    70                 data.add(list);
     69                if (!list.isEmpty())
     70                        data.add(list);
    7171                return data;
    7272        } catch (IllegalArgumentException e) {
Note: See TracChangeset for help on using the changeset viewer.