fixed linux compile
This commit is contained in:
@@ -32,10 +32,10 @@ TEST_CASE_METHOD(SessionFixture, "Session relation test", "[session][relation]")
|
||||
auto rf = *res;
|
||||
REQUIRE(rf->id == (*f)->id);
|
||||
REQUIRE(rf->pilot_name == (*f)->pilot_name);
|
||||
REQUIRE(rf->airplane);
|
||||
REQUIRE(rf->airplane->id == (*plane)->id);
|
||||
REQUIRE(rf->airplane->brand == (*plane)->brand);
|
||||
REQUIRE(rf->airplane->model == (*plane)->model);
|
||||
REQUIRE(rf->plane);
|
||||
REQUIRE(rf->plane->id == (*plane)->id);
|
||||
REQUIRE(rf->plane->brand == (*plane)->brand);
|
||||
REQUIRE(rf->plane->model == (*plane)->model);
|
||||
}
|
||||
|
||||
TEST_CASE_METHOD(SessionFixture, "Use session to find object with id", "[session][find]") {
|
||||
|
||||
Reference in New Issue
Block a user