From e2939b81e26ef33e3806e46036472cbe9282d7a3 Mon Sep 17 00:00:00 2001 From: "yu.watanabe" Date: Tue, 27 Oct 2015 18:12:59 +0900 Subject: [PATCH 1/2] change test class name --- .../integrationtest/{PurchaseTest.java => ShowItemTest.java} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/{PurchaseTest.java => ShowItemTest.java} (98%) diff --git a/mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/PurchaseTest.java b/mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/ShowItemTest.java similarity index 98% rename from mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/PurchaseTest.java rename to mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/ShowItemTest.java index 82e57c9..cf74f80 100644 --- a/mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/PurchaseTest.java +++ b/mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/ShowItemTest.java @@ -26,7 +26,8 @@ * with "@Ignore". * */ -public class PurchaseTest { +//@Ignore // !!! un-comment out here !!! +public class ShowItemTest { protected WebDriver driver; @@ -70,7 +71,6 @@ public void after() throws Exception { } } - @Ignore // !!! un-comment out here !!! @Test public void purchase() throws Exception { // go top page and assert From 9057a966d89b16b5022e3284bf540b6132bef625 Mon Sep 17 00:00:00 2001 From: "yu.watanabe" Date: Tue, 27 Oct 2015 18:14:06 +0900 Subject: [PATCH 2/2] add @Ignore --- .../java/org/mixer2/sample/integrationtest/ShowItemTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/ShowItemTest.java b/mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/ShowItemTest.java index cf74f80..3afcdeb 100644 --- a/mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/ShowItemTest.java +++ b/mixer2-fruitshop-springboot/src/test/java/org/mixer2/sample/integrationtest/ShowItemTest.java @@ -26,7 +26,7 @@ * with "@Ignore". * */ -//@Ignore // !!! un-comment out here !!! +@Ignore // !!! un-comment out here !!! public class ShowItemTest { protected WebDriver driver;