Skip to content

Commit f5934f3

Browse files
committed
[HK] using origin SERVICE_COMPARISON_TEST_URL
Change-Id: If13cfb5c1bc3cc5bb9b4a4038d4df1a970f6d93e Signed-off-by: Frank Gasdorf <[email protected]>
1 parent b904fea commit f5934f3

File tree

1 file changed

+2
-1
lines changed
  • plugins/org.locationtech.udig.catalog.tests/src/org/locationtech/udig/catalog/tests/internal

1 file changed

+2
-1
lines changed

plugins/org.locationtech.udig.catalog.tests/src/org/locationtech/udig/catalog/tests/internal/ServiceSortingTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import org.locationtech.udig.catalog.CatalogPlugin;
2020
import org.locationtech.udig.catalog.ICatalog;
2121
import org.locationtech.udig.catalog.IService;
22+
import org.locationtech.udig.catalog.URLUtilsTest;
2223

2324
/**
2425
* Tests for sorted services
@@ -30,7 +31,7 @@ public class ServiceSortingTest {
3031
@Test
3132
public void testServiceComparison() throws Exception {
3233
ICatalog ci = CatalogPlugin.getDefault().getLocalCatalog();
33-
IService service = ci.acquire(new URL("http://www.randomurl.com"),
34+
IService service = ci.acquire(new URL(URLUtilsTest.SERVICE_COMPARISON_TEST_URL),
3435
new NullProgressMonitor());
3536
assertTrue(service instanceof MoreInterestingService.MoreInterestingServiceImpl);
3637
}

0 commit comments

Comments
 (0)