Ignore:
Timestamp:
2019-01-17T08:33:05+01:00 (6 years ago)
Author:
gerdp
Message:

add unit tests similar to pbf plugin

Location:
applications/editors/josm/plugins/o5m
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/o5m

    • Property svn:ignore
      •  

        old new  
        11build
         2buildtest
        23javadoc
  • applications/editors/josm/plugins/o5m/.classpath

    r33012 r34837  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
     4        <classpathentry kind="src" output="buildtest" path="test/unit">
     5                <attributes>
     6                        <attribute name="test" value="true"/>
     7                </attributes>
     8        </classpathentry>
    49        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    510        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     11        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    612        <classpathentry kind="output" path="build"/>
    713</classpath>
Note: See TracChangeset for help on using the changeset viewer.