Skip to content

Commit

Permalink
Update Courierr.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaya-mankad committed Mar 14, 2023
1 parent 651bb75 commit 70cad02
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 30 deletions.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set(library_sources
gridpoint.h
gridpoint.cpp
error.h
error.cpp
)

option( ${PROJECT_NAME}_STATIC_LIB "Make ${PROJECT_NAME} a static library" ON )
Expand Down
13 changes: 0 additions & 13 deletions src/error.cpp

This file was deleted.

4 changes: 2 additions & 2 deletions test/btwxt_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ TEST_F(TwoDFixture, invalid_inputs) {
EXPECT_THROW(test_gridded_data.add_value_table(long_values);, BtwxtErr);
}

TEST_F(TwoDFixture, set_message_context) {
TEST_F(TwoDFixture, logger_modify_context) {
std::string context_str{"Context 1:"};
std::vector<double> short_target = {1};
std::string expected_error{" ERROR: Target and Gridded Data do not have the same dimensions.\n"};
Expand All @@ -150,7 +150,7 @@ TEST_F(TwoDFixture, set_message_context) {
EXPECT_STDOUT(test_rgi.set_new_target(short_target);, expected_error);
}

TEST_F(TwoDFixture, different_logger_per_rgi) {
TEST_F(TwoDFixture, unique_logger_per_rgi_instance) {
std::vector<double> short_target = {1};
std::string expected_error{" ERROR: Target and Gridded Data do not have the same dimensions.\n"};
EXPECT_STDOUT(test_rgi.set_new_target(short_target);, expected_error);
Expand Down
13 changes: 0 additions & 13 deletions test/fixtures.cpp

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/courierr

0 comments on commit 70cad02

Please sign in to comment.