Changeset 9373 in josm for trunk/test/unit
- Timestamp:
- 2016-01-09T23:34:29+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/actions/search/SearchCompilerTest.java
r9349 r9373 387 387 throw new RuntimeException(); 388 388 } catch (ParseError parseError) { 389 assertEquals("<html>Expecting <code>:</code> after <i>type< i>", parseError.getMessage());389 assertEquals("<html>Expecting <code>:</code> after <i>type</i>", parseError.getMessage()); 390 390 } 391 391 }
Note:
See TracChangeset
for help on using the changeset viewer.