From faac0386882fb8058f7a8205dde6aea94fe2cc9e Mon Sep 17 00:00:00 2001 From: Sergey Karashevich Date: Fri, 3 Mar 2017 15:55:41 +0100 Subject: [PATCH] [gui-test] added [GUI_TESTS] group to community testGroups.properties; activate SimpleGitTest back --- community-tests/src/tests/testGroups.properties | 5 ++++- .../com/intellij/testGuiFramework/tests/SimpleGitTest.java | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/community-tests/src/tests/testGroups.properties b/community-tests/src/tests/testGroups.properties index 8e589e9645b2..64b767c7f02f 100644 --- a/community-tests/src/tests/testGroups.properties +++ b/community-tests/src/tests/testGroups.properties @@ -161,4 +161,7 @@ org.jetbrains.idea.maven.inspections.dom.* com.intellij.tasks.integration.* [JUNIT_INTEGRATION_TESTS] -com.intellij.junit4.JUnit4IntegrationTest \ No newline at end of file +com.intellij.junit4.JUnit4IntegrationTest + +[GUI_TESTS] +com.intellij.testGuiFramework.tests.* \ No newline at end of file diff --git a/plugins/git4idea/tests/com/intellij/testGuiFramework/tests/SimpleGitTest.java b/plugins/git4idea/tests/com/intellij/testGuiFramework/tests/SimpleGitTest.java index 0cfb74c49722..8416ce716bbe 100644 --- a/plugins/git4idea/tests/com/intellij/testGuiFramework/tests/SimpleGitTest.java +++ b/plugins/git4idea/tests/com/intellij/testGuiFramework/tests/SimpleGitTest.java @@ -36,7 +36,6 @@ import static com.intellij.testGuiFramework.matcher.TitleMatcher.withTitleMatche * @author Sergey Karashevich */ @ParentPlugin(pluginId = "Git4Idea") -@Ignore public class SimpleGitTest extends GitGuiTestCase { @Test