AbstractQuickFixTest: FORCE_PACKAGE_FOLDER directive added

It was added as workaround for IDEA-176033 (IDEA-176032 in particular)
This commit is contained in:
Nicolay Mitropolsky
2017-10-26 14:09:48 +03:00
committed by Nikolay Krasko
parent ab0c081897
commit 6cb556dd6b
3 changed files with 24 additions and 2 deletions
@@ -3,6 +3,9 @@
// CONFIGURE_SPRING_FILE_SET
// WITH_RUNTIME
// DISABLE-ERRORS
// FORCE_PACKAGE_FOLDER
package pkg
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.stereotype.Component
@@ -3,6 +3,9 @@
// CONFIGURE_SPRING_FILE_SET
// WITH_RUNTIME
// DISABLE-ERRORS
// FORCE_PACKAGE_FOLDER
package pkg
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.stereotype.Component