From be58b3bf8d63b44d4aa77f6418485097b9501e63 Mon Sep 17 00:00:00 2001 From: Gregory Amerson Date: Tue, 28 Jun 2016 12:31:56 -0500 Subject: [PATCH] remove ignore --- .../test/com/liferay/blade/cli/CreateCommandTest.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/com.liferay.blade.cli/test/com/liferay/blade/cli/CreateCommandTest.java b/com.liferay.blade.cli/test/com/liferay/blade/cli/CreateCommandTest.java index d8f647e91..e8e26a2fd 100644 --- a/com.liferay.blade.cli/test/com/liferay/blade/cli/CreateCommandTest.java +++ b/com.liferay.blade.cli/test/com/liferay/blade/cli/CreateCommandTest.java @@ -30,7 +30,6 @@ import java.util.regex.Pattern; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; /** @@ -640,7 +639,6 @@ public void testCreateWorkspaceProjectAllDefaults() throws Exception { lacks(gradleBuildFile, ".*^apply plugin: \"com.liferay.plugin\".*"); } - @Ignore @Test public void testListTemplates() throws Exception { String[] args = {"create", "-l"}; @@ -655,8 +653,6 @@ public void testListTemplates() throws Exception { String templateList = new String(output.toByteArray()); assertNotNull(templateList); - - assertTrue(templateList.startsWith("activator")); } @Test