Changeset 14084 in josm for trunk/test
- Timestamp:
- 2018-08-04T19:37:39+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/io/AsynchronousUploadPrimitivesTaskTest.java
r14081 r14084 50 50 @Before 51 51 public void bootStrap() { 52 TestUtils.assumeWorkingJMockit();53 52 new JOptionPaneSimpleMocker(ImmutableMap.of( 54 53 "A background upload is already in progress. Kindly wait for it to finish before uploading new changes", JOptionPane.OK_OPTION … … 92 91 @Test 93 92 public void testSingleUploadInstance() { 93 TestUtils.assumeWorkingJMockit(); 94 94 Optional<AsynchronousUploadPrimitivesTask> task = AsynchronousUploadPrimitivesTask. 95 95 createAsynchronousUploadTask(strategy, layer, toUpload, changeset);
Note:
See TracChangeset
for help on using the changeset viewer.