From 8ce1eb1e329e7396ee85c5327358a2a9709c093d Mon Sep 17 00:00:00 2001 From: Jessica Schumaker Date: Tue, 23 Jul 2019 15:41:27 -0400 Subject: [PATCH] Update ImageServiceTest.java --- .../java/com/microsoft/tfs/demo/ImageServiceTest.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/DeepSpace/src/test/java/com/microsoft/tfs/demo/ImageServiceTest.java b/DeepSpace/src/test/java/com/microsoft/tfs/demo/ImageServiceTest.java index 35be98c6..d2e16e06 100644 --- a/DeepSpace/src/test/java/com/microsoft/tfs/demo/ImageServiceTest.java +++ b/DeepSpace/src/test/java/com/microsoft/tfs/demo/ImageServiceTest.java @@ -60,6 +60,17 @@ public void testGetImages() { assertEquals(4, images.size()); // Uncomment this line for Earth } + + @Test + public void testGetImages12333333333333333333333333333333123123123() { + List images = this.underTest.getImages(); + assertNotNull(images); + + // Only have one of the two lines below uncommented one at a time + //assertEquals(3, images.size()); // Leave this line in for no Earth + assertEquals(4, images.size()); // Uncomment this line for Earth + } + @Test public void testGetImagesSun() { List images = this.underTest.getImages();