Changeset 6786 in josm
- Timestamp:
- 2014-01-30T16:25:42+01:00 (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/netbeans/nbproject/project.properties
r5756 r6786 33 33 file.reference.core=.. 34 34 file.reference.test-unit=../test/unit 35 includes=org/**/*.java,gnu/**/*.java, oauth/**/*.java,com/**/*.java,images/**,org/openstreetmap/gui/**/*.png,data/**,styles/**,LICENSE,README,CONTRIBUTION,gpl-2.0.txt,gpl-3.0.txt35 includes=org/**/*.java,gnu/**/*.java,javax/**/*.java,oauth/**/*.java,com/**/*.java,images/**,org/openstreetmap/gui/**/*.png,data/**,styles/**,LICENSE,README,CONTRIBUTION,gpl-2.0.txt,gpl-3.0.txt 36 36 jar.archive.disabled=${jnlp.enabled} 37 37 jar.compress=false -
trunk/src/org/openstreetmap/josm/actions/upload/ValidateUploadHook.java
r6779 r6786 45 45 public boolean checkUpload(APIDataSet apiDataSet) { 46 46 47 OsmValidator.initializeTests(); 47 48 Collection<Test> tests = OsmValidator.getEnabledTests(true); 48 49 if (tests.isEmpty())
Note:
See TracChangeset
for help on using the changeset viewer.