We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2770c5 commit 68b5649Copy full SHA for 68b5649
src/firefly/test/edu/caltech/ipac/firefly/util/VoUtilsTest.java
@@ -16,12 +16,12 @@ public class VoUtilsTest {
16
@Test
17
public void testRegistryEndPoint(){
18
endpoints = VoRegistryUtil.getEndpoints("ConeSearch", "iphas");
19
- Assert.assertEquals(endpoints.size(), 15);
+ Assert.assertTrue("No endpoints found!" ,endpoints.size()>0);
20
}
21
22
public void testAnotherRegistryEndPoint(){
23
endpoints = VoRegistryUtil.getEndpoints("ConeSearch", "spitzer");
24
- Assert.assertEquals(endpoints.size(), 783);
25
26
public static void main(String[] args) {
27
0 commit comments