Skip to content

Commit

Permalink
[HK] using origin SERVICE_COMPARISON_TEST_URL
Browse files Browse the repository at this point in the history
Change-Id: If13cfb5c1bc3cc5bb9b4a4038d4df1a970f6d93e
Signed-off-by: Frank Gasdorf <[email protected]>
  • Loading branch information
fgdrf committed Feb 4, 2022
1 parent b904fea commit f5934f3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import org.locationtech.udig.catalog.CatalogPlugin;
import org.locationtech.udig.catalog.ICatalog;
import org.locationtech.udig.catalog.IService;
import org.locationtech.udig.catalog.URLUtilsTest;

/**
* Tests for sorted services
Expand All @@ -30,7 +31,7 @@ public class ServiceSortingTest {
@Test
public void testServiceComparison() throws Exception {
ICatalog ci = CatalogPlugin.getDefault().getLocalCatalog();
IService service = ci.acquire(new URL("http://www.randomurl.com"),
IService service = ci.acquire(new URL(URLUtilsTest.SERVICE_COMPARISON_TEST_URL),
new NullProgressMonitor());
assertTrue(service instanceof MoreInterestingService.MoreInterestingServiceImpl);
}
Expand Down

0 comments on commit f5934f3

Please sign in to comment.