Changeset 36488 in osm for applications/editors/josm/plugins/MicrosoftStreetside/test
- Timestamp:
- 2026-02-13T17:37:08+01:00 (7 days ago)
- Location:
- applications/editors/josm/plugins/MicrosoftStreetside
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
test (modified) (1 prop)
-
test/unit/org/openstreetmap/josm/plugins/streetside/StreetsideLayerTest.java (modified) (1 diff)
-
test/unit/org/openstreetmap/josm/plugins/streetside/utils/StreetsideURLTest.java (modified) (1 diff)
-
test/unit/org/openstreetmap/josm/plugins/streetside/utils/TestUtil.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside
- Property svn:ignore
-
old new 12 12 spotbugs-josm-MicrosoftStreetside.xml 13 13 bintest 14 target
-
- Property svn:ignore
-
applications/editors/josm/plugins/MicrosoftStreetside/test
- Property svn:ignore
-
old new 2 2 report 3 3 *.exec 4 config
-
- Property svn:ignore
-
applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/StreetsideLayerTest.java
r36228 r36488 50 50 } 51 51 52 @DisabledIf(value = "java.awt.GraphicsEnvironment#isHeadless", disabledReason = "Listener for destruction is only registered in non-headless environments") 52 @DisabledIf(value = "java.awt.GraphicsEnvironment#isHeadless", 53 disabledReason = "Listener for destruction is only registered in non-headless environments") 53 54 @Test 54 55 void testClearInstance() { -
applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/utils/StreetsideURLTest.java
r36228 r36488 67 67 method.setAccessible(true); 68 68 // this simply invokes string2URL("malformed URL") 69 Assertions.assertNull(method.invoke(null, (Object) new String[] { "malformed URL"}));69 Assertions.assertNull(method.invoke(null, (Object) new String[] {"malformed URL"})); 70 70 // invokes string2URL(null) 71 71 Assertions.assertNull(method.invoke(null, (Object) null)); -
applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/utils/TestUtil.java
r36487 r36488 95 95 lon, 268.811, 1.395, -4.875, Instant.ofEpochMilli(1614556800000L), Instant.ofEpochMilli(1614643199999L), 96 96 "https://dev.virtualearth.net/Branding/logo_powered_by.png", 97 "Copyright © 2024 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.", 97 "Copyright © 2024 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the " 98 + "content and any results may not be used, reproduced or transmitted in any manner without express " 99 + "written permission from Microsoft Corporation.", 98 100 1, 3, 256, 256, Arrays.asList("t0", "t1", "t2", "t3")); 99 101 }
Note:
See TracChangeset
for help on using the changeset viewer.
