Changeset 14273 in josm for trunk/test/unit/org
- Timestamp:
- 2018-09-26T18:29:26+02:00 (6 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java
r14138 r14273 117 117 Collection<RefEntry> result = new ArrayList<>(); 118 118 if (!new File(REFERENCE_DATA_FILE).exists()) { 119 System.err.println("Warning: ref rence file does not exist.");119 System.err.println("Warning: reference file does not exist."); 120 120 return result; 121 121 } -
trunk/test/unit/org/openstreetmap/josm/data/validation/tests/TagCheckerTest.java
r13489 r14273 42 42 43 43 /** 44 * Check for mis pelled key.44 * Check for misspelled key. 45 45 * @throws IOException if any I/O error occurs 46 46 */ … … 55 55 56 56 /** 57 * Check for mis pelled key.57 * Check for misspelled key. 58 58 * @throws IOException if any I/O error occurs 59 59 */ … … 68 68 69 69 /** 70 * Check for mis pelled key where the suggested alternative is in use. The error should not be fixable.70 * Check for misspelled key where the suggested alternative is in use. The error should not be fixable. 71 71 * @throws IOException if any I/O error occurs 72 72 */ … … 94 94 95 95 /** 96 * Check for mis pelled value.96 * Check for misspelled value. 97 97 * @throws IOException if any I/O error occurs 98 98 */ -
trunk/test/unit/org/openstreetmap/josm/gui/layer/MainLayerManagerTest.java
r13434 r14273 139 139 140 140 /** 141 * Test if {@link MainLayerManager#addActiveLayerChangeListener(ActiveLayerChangeListener)} prevents listener from be eing added twice.141 * Test if {@link MainLayerManager#addActiveLayerChangeListener(ActiveLayerChangeListener)} prevents listener from being added twice. 142 142 */ 143 143 @Test(expected = IllegalArgumentException.class) -
trunk/test/unit/org/openstreetmap/josm/testutils/JOSMTestRules.java
r14207 r14273 411 411 /** 412 412 * Set up before running a test 413 * @throws InitializationError If an error occur ed while creating the required environment.413 * @throws InitializationError If an error occurred while creating the required environment. 414 414 * @throws ReflectiveOperationException if a reflective access error occurs 415 415 */
Note:
See TracChangeset
for help on using the changeset viewer.