Ignore:
Timestamp:
2017-08-26T00:40:19+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15182 - move SearchCompiler from actions.search to data.osm.search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/dialogs/properties/RecentTagCollectionTest.java

    r10962 r12656  
    1212import org.junit.Test;
    1313import org.openstreetmap.josm.actions.search.SearchAction;
    14 import org.openstreetmap.josm.actions.search.SearchCompiler;
    1514import org.openstreetmap.josm.data.osm.Tag;
     15import org.openstreetmap.josm.data.osm.search.SearchParseError;
    1616import org.openstreetmap.josm.data.preferences.CollectionProperty;
    1717import org.openstreetmap.josm.testutils.JOSMTestRules;
     
    3434     * Performs various tests on a {@link RecentTagCollection}.
    3535     *
    36      * @throws SearchCompiler.ParseError if an error has been encountered while compiling
     36     * @throws SearchParseError if an error has been encountered while compiling
    3737     */
    3838    @Test
    39     public void testVarious() throws SearchCompiler.ParseError {
     39    public void testVarious() throws SearchParseError {
    4040        final RecentTagCollection recentTags = new RecentTagCollection(2);
    4141        assertTrue(recentTags.isEmpty());
Note: See TracChangeset for help on using the changeset viewer.