Changeset 13112 in josm for trunk/src/org


Ignore:
Timestamp:
2017-11-12T00:54:15+01:00 (6 years ago)
Author:
Don-vip
Message:

fix #15539 - use awaitility in MinimapDialogTest rather than Thread.sleep() (patch by ris)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/TMSCachedTileLoader.java

    r12539 r13112  
    127127    }
    128128
     129    @Override
     130    public boolean hasOutstandingTasks() {
     131        return downloadExecutor.getTaskCount() > downloadExecutor.getCompletedTaskCount();
     132    }
     133
    129134    /**
    130135     * Sets the download executor that will be used to download tiles instead of default one.
Note: See TracChangeset for help on using the changeset viewer.