Changeset 32326 in osm
- Timestamp:
- 2016-06-19T15:19:44+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins
- Property svn:externals
-
old new 5 5 https://github.com/JOSM/tofix-plugin/trunk tofix 6 6 https://github.com/JOSM/JOSM-continuos-download/trunk continuosDownload 7 https://josm.openstreetmap.de/svn/trunk/test/config 00_core_test_config
-
- Property svn:externals
-
applications/editors/josm/plugins/ElevationProfile/test
- Property svn:externals deleted
-
applications/editors/josm/plugins/ImportImagePlugin/test
- Property svn:externals deleted
-
applications/editors/josm/plugins/alignways/test
- Property svn:externals deleted
-
applications/editors/josm/plugins/build-common.xml
r32322 r32326 432 432 <macrodef name="init-test-preferences"> 433 433 <sequential> 434 <copy file=" ${plugin.test.dir}/config/preferences.template.xml" tofile="${plugin.test.dir}/config/unit-josm.home/preferences.xml"/>435 <replace file=" ${plugin.test.dir}/config/unit-josm.home/preferences.xml" encoding="UTF-8" token="@OSM_USERNAME@" value="${osm.username}"/>436 <replace file=" ${plugin.test.dir}/config/unit-josm.home/preferences.xml" encoding="UTF-8" token="@OSM_PASSWORD@" value="${osm.password}"/>434 <copy file="../00_core_test_config/preferences.template.xml" tofile="../00_core_test_config/unit-josm.home/preferences.xml"/> 435 <replace file="../00_core_test_config/unit-josm.home/preferences.xml" encoding="UTF-8" token="@OSM_USERNAME@" value="${osm.username}"/> 436 <replace file="../00_core_test_config/unit-josm.home/preferences.xml" encoding="UTF-8" token="@OSM_PASSWORD@" value="${osm.password}"/> 437 437 </sequential> 438 438 </macrodef> … … 450 450 <delete dir="${plugin.test.dir}/report"/> 451 451 <delete file="${plugin.test.dir}/jacoco.exec" /> 452 <delete file=" ${plugin.test.dir}/config/unit-josm.home/preferences.xml" />453 <delete dir=" ${plugin.test.dir}/config/unit-josm.home/cache" failonerror="false"/>452 <delete file="../00_core_test_config/unit-josm.home/preferences.xml" /> 453 <delete dir="../00_core_test_config/unit-josm.home/cache" failonerror="false"/> 454 454 </target> 455 455 <target name="test-compile" depends="test-init,dist" if="test.present"> … … 476 476 <junit printsummary="yes" fork="true" forkmode="once" dir="${basedir}"> 477 477 <jvmarg value="-Dfile.encoding=UTF-8"/> 478 <sysproperty key="josm.home" value=" ${plugin.test.dir}/config/unit-josm.home"/>478 <sysproperty key="josm.home" value="../00_core_test_config/unit-josm.home"/> 479 479 <sysproperty key="josm.test.data" value="${plugin.test.dir}/data"/> 480 480 <sysproperty key="java.awt.headless" value="true"/> -
applications/editors/josm/plugins/graphview/test
- Property svn:externals deleted
-
applications/editors/josm/plugins/indoorhelper/test
- Property svn:externals deleted
-
applications/editors/josm/plugins/mapillary/test
- Property svn:externals deleted
-
applications/editors/josm/plugins/opendata/test
- Property svn:externals deleted
-
applications/editors/josm/plugins/photo_geotagging/test
- Property svn:externals deleted
-
applications/editors/josm/plugins/pt_assistant/test
- Property svn:externals deleted
-
applications/editors/josm/plugins/tag2link/test
- Property svn:externals deleted
-
applications/editors/josm/plugins/turnrestrictions/test
- Property svn:externals deleted
-
applications/editors/josm/plugins/utilsplugin2/test
- Property svn:externals deleted
-
applications/editors/josm/plugins/wikipedia/test
- Property svn:externals deleted
Note:
See TracChangeset
for help on using the changeset viewer.