Changeset 16657 in josm for trunk/test
- Timestamp:
- 2020-06-16T18:58:46+02:00 (4 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/osm/DataSetMergerTest.java
r14922 r16657 74 74 75 75 /** 76 * two identical nodes, even in id and version. No conf ict expected.76 * two identical nodes, even in id and version. No conflict expected. 77 77 * 78 78 * Can happen if data is loaded in two layers and then merged from one layer -
trunk/test/unit/org/openstreetmap/josm/testutils/JOSMTestRules.java
r16617 r16657 490 490 TimeZone.setDefault(DateUtils.UTC); 491 491 492 // Force log hand ers to reacquire reference to (junit's fake) stdout/stderr492 // Force log handlers to reacquire reference to (junit's fake) stdout/stderr 493 493 for (Handler handler : Logging.getLogger().getHandlers()) { 494 494 if (handler instanceof Logging.ReacquiringConsoleHandler) { … … 700 700 701 701 /** 702 * The junit timeout statement has problems when switch ting timezones. This one does not.702 * The junit timeout statement has problems when switching timezones. This one does not. 703 703 * @author Michael Zangl 704 704 */
Note:
See TracChangeset
for help on using the changeset viewer.