Changeset 34416 in osm for applications/editors/josm/plugins/MicrosoftStreetside/test
- Timestamp:
- 2018-07-12T04:13:24+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/MicrosoftStreetside
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside
- Property svn:ignore
-
old new 5 5 logs 6 6 .git 7 .gitattributes 8 .gitignore 7 9 .gradle 8 10 checkstyle-josm-MicrosoftStreetside.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/StreetsideAbstractImageTest.java
r34386 r34416 5 5 import static org.junit.Assert.assertTrue; 6 6 7 import org.junit.Ignore;8 7 import org.junit.Rule; 9 8 import org.junit.Test; … … 17 16 public JOSMTestRules rules = new StreetsideTestRules().platform(); 18 17 19 @Ignore20 18 @Test 21 19 public void testIsModified() {
Note:
See TracChangeset
for help on using the changeset viewer.