Changeset 7079 in josm for trunk/build.xml


Ignore:
Timestamp:
2014-05-08T15:15:11+02:00 (11 years ago)
Author:
Don-vip
Message:

fix some unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r7068 r7079  
    270270                <attrib file="${test.dir}/config/@{testfamily}-josm.home/preferences.xml" readonly="true"/>
    271271            <!-- Works only on Unix, does nothing on Windows -->
    272                 <chmod file="${test.dir}/config/@{testfamily}-josm.home/preferences.xml" perm="a-w"/>
     272                <chmod file="${test.dir}/config/@{testfamily}-josm.home/preferences.xml" perm="ugo-w" verbose="true"/>
    273273        </sequential>
    274274    </macrodef>
Note: See TracChangeset for help on using the changeset viewer.