lordgamez commented on code in PR #1749:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1749#discussion_r1559333949
##########
libminifi/test/unit/SchedulingAgentTests.cpp:
##########
@@ -63,8 +64,8 @@ class SchedulingAgentTestFixture {
count_proc_->setScheduledState(core::RUNNING);
#ifdef WIN32
- utils::dateSetInstall(TZ_DATA_DIR);
date::set_install(TZ_DATA_DIR);
+ minifi::utils::timeutils::dateSetInstall(TZ_DATA_DIR);
Review Comment:
It was removed, and readded so that's probably why the order changed,
updated in 6c350a979f1fbdd0e2e020feeb0ad7087b64771c
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]