Changeset 10758 in josm for trunk/test/unit/org/openstreetmap/josm/data/notes
- Timestamp:
- 2016-08-07T17:39:42+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/notes/NoteTest.java
r10098 r10758 57 57 */ 58 58 @Test 59 public void equalsContract() {59 public void testEqualsContract() { 60 60 EqualsVerifier.forClass(Note.class).usingGetClass() 61 61 .withIgnoredFields("latLon", "createdAt", "closedAt", "state", "comments")
Note:
See TracChangeset
for help on using the changeset viewer.