Skip to content

Commit f768344

Browse files
ForNeVeRintellij-monorepo-bot
authored andcommitted
IJPL-223744 whats-new: fix the resource search path for test
Otherwise, the test depends on the product and product flavor (EAP or release) of the base product in its classpath. #IJPL-223744 Fixed GitOrigin-RevId: bf2ad31d0c1b2b703e0dc6777fb8a6d62cd9d7b6
1 parent e9f10b3 commit f768344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/whatsNew/testSrc/com/intellij/platform/whatsNew/WhatsNewVisionContentProviderTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class WhatsNewVisionContentProviderTest {
1212
@Test
1313
fun testLegacyResourceNaming() {
1414
val provider = object : WhatsNewInVisionContentProvider() {
15+
override val baseResourcePathInClassLoader = "com/intellij/platform/whatsNew/idea/eap"
1516
fun extractResourceNames() = getVisionJsonResourceNames()
1617
}
1718

0 commit comments

Comments
 (0)