mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
add newline at end of file
This commit is contained in:
@@ -22,4 +22,4 @@ INSTANTIATE_TEST_CASE_P(filemode_value, filemode_test,
|
||||
S_IFREG | 0644,
|
||||
S_IFDIR | 0755
|
||||
)
|
||||
);
|
||||
);
|
||||
|
||||
@@ -21,4 +21,4 @@ INSTANTIATE_TEST_CASE_P(openflags_values, openflags_test,
|
||||
O_NDELAY, O_SYNC,
|
||||
O_WRONLY | O_CREAT | O_TRUNC
|
||||
)
|
||||
);
|
||||
);
|
||||
|
||||
@@ -34,4 +34,4 @@ TEST(request_type, unknown_values)
|
||||
ASSERT_EQ(expected, webfuse::get_request_type(0x80));
|
||||
ASSERT_EQ(expected, webfuse::get_request_type(0x42));
|
||||
ASSERT_EQ(expected, webfuse::get_request_type(0xff));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,4 +35,4 @@ TEST(respones_type, unknown_values)
|
||||
ASSERT_EQ(expected, webfuse::get_response_type(static_cast<request_type>(80)));
|
||||
ASSERT_EQ(expected, webfuse::get_response_type(static_cast<request_type>(0x42)));
|
||||
ASSERT_EQ(expected, webfuse::get_response_type(static_cast<request_type>(0xff)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user