Changeset 15976 in josm for trunk/src/org


Ignore:
Timestamp:
2020-03-01T16:37:58+01:00 (5 years ago)
Author:
GerdP
Message:

see #18796: Validator stops finding all issues after upload
Set/Reset the flag isBeforeUpload each time when test is executed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/ValidateAction.java

    r15608 r15976  
    162162                testCounter++;
    163163                getProgressMonitor().setCustomText(tr("Test {0}/{1}: Starting {2}", testCounter, tests.size(), test.getName()));
     164                test.setBeforeUpload(false);
    164165                test.setPartialSelection(formerValidatedPrimitives != null);
    165166                test.startTest(getProgressMonitor().createSubTaskMonitor(validatedPrimitives.size(), false));
Note: See TracChangeset for help on using the changeset viewer.