Changeset 17573 in josm for trunk/test/unit
- Timestamp:
- 2021-03-16T23:16:53+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTest.java
r17571 r17573 154 154 void testPluginInformationAction() throws PluginException { 155 155 TestUtils.assumeWorkingJMockit(); 156 final String expectedText = " Manifest-Version:1.0\n" +157 "A nt-Version: Apache Ant 1.9.6\n" +156 final String expectedText = "Ant-Version: Apache Ant 1.9.6\n" + 157 "Author: Don-vip\n" + 158 158 "Created-By: 1.7.0_91-b02 (Oracle Corporation)\n" + 159 "Manifest-Version: 1.0\n" + 160 "Plugin-Canloadatruntime: true\n" + 161 "Plugin-Class: org.openstreetmap.josm.plugins.fr.epci.EpciPlugin\n" + 162 "Plugin-Date: 2015-11-19T08:21:07.645033Z\n" + 163 "Plugin-Description: Handling of French EPCIs (boundary=local_authority)\n" + 164 "Plugin-Early: true\n" + 165 "Plugin-Link: http://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/EPCI-fr\n" + 159 166 "Plugin-Mainversion: 7001\n" + 160 "Plugin-Version: 31772\n" + 161 "Plugin-Class: org.openstreetmap.josm.plugins.fr.epci.EpciPlugin\n" + 162 "Plugin-Description: Handling of French EPCIs (boundary=local_authority)\n" + 163 "Plugin-Date: 2015-11-19T08:21:07.645033Z\n" + 164 "Author: Don-vip\n" + 165 "Plugin-Link: http://wiki.openstreetmap.org/wiki/FR:JOSM/Fr:Plugin/EPCI-fr\n" + 166 "Plugin-Early: true\n" + 167 "Plugin-Canloadatruntime: true\n"; 167 "Plugin-Version: 31772\n"; 168 168 final JOptionPaneSimpleMocker jopsMocker = new JOptionPaneSimpleMocker() { 169 169 @Override
Note:
See TracChangeset
for help on using the changeset viewer.