Skip to content

Commit

Permalink
chore(core): ldml test updates for 17.x 🍒 🙀
Browse files Browse the repository at this point in the history
- reapply 17.x core API from 18.x

Fixes: #12298
  • Loading branch information
srl295 committed Dec 10, 2024
1 parent a3986e7 commit e2dc02c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/tests/unit/ldml/ldml_test_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ bool LdmlTestSource::get_expected_beep() const {
}

int LdmlTestSource::load_kmx_plus(const km::core::path &compiled) {
// check and load the KMX (yes, once again)
rawdata = km::tests::load_kmx_file(compiled);
if(!km::core::ldml_processor::is_handled(rawdata)) {

// check and load the KMX (yes, once again)
if(!km::core::ldml_processor::is_kmxplus_file(compiled, rawdata)) {
std::cerr << "Reading KMX for test purposes failed: " << compiled << std::endl;
return __LINE__;
}
Expand Down

0 comments on commit e2dc02c

Please sign in to comment.