mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:00:05 +00:00
Boost.Log -> spdlog - test
This commit is contained in:
parent
c6281d799f
commit
7734fcabab
6 changed files with 10 additions and 21 deletions
|
|
@ -4,15 +4,12 @@
|
|||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace wsr88d
|
||||
{
|
||||
|
||||
static const std::string logPrefix_ =
|
||||
"[scwx::wsr88d::nexrad_file_factory.test] ";
|
||||
static const std::string logPrefix_ = "scwx::wsr88d::nexrad_file_factory.test";
|
||||
|
||||
TEST(NexradFileFactory, Level2V06)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue