IAP GITLAB

Skip to content
Snippets Groups Projects
Commit bfc55577 authored by ralfulrich's avatar ralfulrich
Browse files

logger output format

parent 77996bfc
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ using namespace corsika;
TEST_CASE("UniformRefractiveIndex w/ Homogeneous") {
logging::set_level(logging::level::info);
corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
CoordinateSystemPtr const& gCS = get_root_CoordinateSystem();
......@@ -97,7 +96,6 @@ TEST_CASE("UniformRefractiveIndex w/ Homogeneous") {
TEST_CASE("ExponentialRefractiveIndex w/ Homogeneous medium") {
logging::set_level(logging::level::info);
corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
// get a CS and a point
CoordinateSystemPtr const& gCS = get_root_CoordinateSystem();
......
......@@ -17,7 +17,6 @@ using namespace corsika;
TEST_CASE("DummyStack", "[stack]") {
logging::set_level(logging::level::info);
corsika_logger->set_pattern("[%n:%^%-8l%$] custom pattern: %v");
using TestStack = dummy_stack::DummyStack;
......
......@@ -53,6 +53,8 @@ TEST_CASE("HistoryStackExtensionView", "[stack]") {
logging::set_level(logging::level::info);
CoordinateSystemPtr const& dummyCS = get_root_CoordinateSystem();
// in this test we only use one singel stack !
const dummy_stack::NoData noData;
TestStack stack;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment