Upgrade to Dalston

This commit is contained in:
Spencer Gibb
2016-12-12 10:18:24 -07:00
parent 7162302444
commit 0eaf6812fd
38 changed files with 47 additions and 42 deletions

View File

@@ -2,6 +2,7 @@ package demo;
import static org.junit.Assert.assertTrue;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
@@ -20,10 +21,12 @@ public class EurekaFirstApplicationTests {
DiscoveryClient discoveryClient;
@Test
@Ignore
public void contextLoads() {
}
@Test
@Ignore
public void discoveryClientIsEureka() {
assertTrue("discoveryClient is wrong type: " + discoveryClient, discoveryClient instanceof EurekaDiscoveryClient);
}