adamdebreceni commented on a change in pull request #808:
URL: https://github.com/apache/nifi-minifi-cpp/pull/808#discussion_r439969476
##########
File path: libminifi/test/archive-tests/ManipulateArchiveTests.cpp
##########
@@ -90,9 +89,7 @@ bool run_archive_test(OrderedTestArchive input_archive,
OrderedTestArchive outpu
plan->runNextProcessor(); // ManipulateArchive
plan->runNextProcessor(); // PutFile 2 (manipulated)
- std::stringstream ss2;
- ss2 << dir2 << "/" << TEST_ARCHIVE_NAME;
- std::string output_path = ss2.str();
+ std::string output_path =utils::file::FileUtils::concat_path(dir2,
TEST_ARCHIVE_NAME);
Review comment:
done
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]