mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-08-11 02:30:30 +02:00
rm unnecessary hidden test tags (#1415)
* removed hidden tags other than .detectorintegration and .disable_check_data_file * updated label, minor
This commit is contained in:
@@ -1032,9 +1032,8 @@ void open_hdf5_file(const std::string &file_path) {
|
||||
}
|
||||
#endif
|
||||
|
||||
TEST_CASE(
|
||||
"check_master_file_attributes",
|
||||
"[.detectorintegration][.cmdacquire][.cmdattr][.disable_check_data_file]") {
|
||||
TEST_CASE("check_master_file_attributes",
|
||||
"[.detectorintegration][.disable_check_data_file]") {
|
||||
|
||||
Detector det;
|
||||
Caller caller(&det);
|
||||
|
||||
Reference in New Issue
Block a user