Skip to content

Commit

Permalink
bmqstoragetool: convert TestUtils namespace to struct
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Malygin <[email protected]>
  • Loading branch information
678098 committed Jun 18, 2024
1 parent 3f733ac commit 1686a93
Show file tree
Hide file tree
Showing 5 changed files with 301 additions and 297 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ using namespace BloombergLP;
using namespace m_bmqstoragetool;
using namespace bsl;
using namespace ::testing;
using namespace TestUtils;

// ============================================================================
// TESTS
Expand All @@ -47,9 +46,9 @@ static void test1_breathingTest()
// Empty parameters
CommandLineArguments arguments(s_allocator_p);
Parameters params(arguments, s_allocator_p);
bslma::ManagedPtr<FileManager> fileManager(new (*s_allocator_p)
FileManagerMock(),
s_allocator_p);
bslma::ManagedPtr<FileManager> fileManager(
new (*s_allocator_p) TestUtils::FileManagerMock(),
s_allocator_p);

bslma::ManagedPtr<CommandProcessor> cmdProcessor =
CommandProcessorFactory::createCommandProcessor(&params,
Expand Down
Loading

0 comments on commit 1686a93

Please sign in to comment.