Changeset 6543 in josm for trunk/test


Ignore:
Timestamp:
2013-12-27T12:49:59+01:00 (10 years ago)
Author:
simon04
Message:

fix #9480 - ignore org.CustomMatchers from test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/CustomMatchers.java

    r6533 r6543  
     1// License: GPL. For details, see LICENSE file.
    12package org;
    23
     
    45import org.hamcrest.Matcher;
    56import org.hamcrest.TypeSafeMatcher;
     7import org.junit.Ignore;
    68import org.openstreetmap.josm.tools.Predicate;
    79
    810import java.util.Collection;
    911
     12@Ignore("no test")
    1013public class CustomMatchers {
    1114
Note: See TracChangeset for help on using the changeset viewer.