Skip to content

Commit

Permalink
Comment broken test using EXPECT_DEATH not supported in all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed Dec 7, 2024
1 parent 5602c88 commit d489201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/juce_core/juce_LocalisedStrings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,11 @@ TEST_F (LocalisedStringsTests, AddStringsMergesTranslations)

TEST_F (LocalisedStringsTests, DISABLED_AddStringsWithConflictingLanguageThrows)
{
/*
LocalisedStrings translations1 ("language: English\n\"hello\" = \"hi\"\n", false);
LocalisedStrings translations2 ("language: French\n\"bonjour\" = \"hello\"\n", false);
EXPECT_DEATH (translations1.addStrings (translations2), ".*");
*/
}

TEST_F (LocalisedStringsTests, SetAndGetCurrentMappings)
Expand Down

0 comments on commit d489201

Please sign in to comment.