mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 12:57:13 +02:00
UDP struct uses IpAddr and MacAddr
This commit is contained in:
@ -9,7 +9,7 @@ TEST_CASE("Get size of empty file") {
|
||||
char fname[] = "temfile_XXXXXX";
|
||||
std::ifstream ifs(fname);
|
||||
auto size = sls::getFileSize(ifs);
|
||||
REQUIRE(size == 0);
|
||||
REQUIRE(size <= 0); // -1 or zero
|
||||
}
|
||||
|
||||
TEST_CASE("Get size of file with data") {
|
||||
|
Reference in New Issue
Block a user