From 1ef2b6380bbc738db5d24206e2250e121e37e37f Mon Sep 17 00:00:00 2001 From: Mikhail Golubev Date: Wed, 31 Mar 2021 18:33:05 +0300 Subject: [PATCH] Enable the tests for the new YT connector in "Integration Tests" configuration The package determines whether the test gets included in TASKS_INTEGRATION_TESTS group in testGroups.properties. GitOrigin-RevId: 5dc3dee403a34776f07a6f6e90658fa63678f15e --- .../tasks/{live => integration}/YouTrackIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename plugins/tasks/tasks-tests/test/com/intellij/tasks/{live => integration}/YouTrackIntegrationTest.java (99%) diff --git a/plugins/tasks/tasks-tests/test/com/intellij/tasks/live/YouTrackIntegrationTest.java b/plugins/tasks/tasks-tests/test/com/intellij/tasks/integration/YouTrackIntegrationTest.java similarity index 99% rename from plugins/tasks/tasks-tests/test/com/intellij/tasks/live/YouTrackIntegrationTest.java rename to plugins/tasks/tasks-tests/test/com/intellij/tasks/integration/YouTrackIntegrationTest.java index e45357fc6dba..74ba035ca981 100644 --- a/plugins/tasks/tasks-tests/test/com/intellij/tasks/live/YouTrackIntegrationTest.java +++ b/plugins/tasks/tasks-tests/test/com/intellij/tasks/integration/YouTrackIntegrationTest.java @@ -1,5 +1,5 @@ // Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -package com.intellij.tasks.live; +package com.intellij.tasks.integration; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.editor.DefaultLanguageHighlighterColors;