2023-11-13 13:52:10 +00:00
|
|
|
#[cfg(test)]
|
|
|
|
mod test {
|
|
|
|
#[test]
|
2024-01-20 19:35:10 +00:00
|
|
|
#[ignore]
|
2023-11-13 13:52:10 +00:00
|
|
|
fn read_a_legacy_set_rep_record() {
|
|
|
|
unimplemented!()
|
|
|
|
}
|
|
|
|
|
|
|
|
#[test]
|
2024-01-20 19:35:10 +00:00
|
|
|
#[ignore]
|
2023-11-13 13:52:10 +00:00
|
|
|
fn read_a_legacy_steps_record() {
|
|
|
|
unimplemented!()
|
|
|
|
}
|
|
|
|
|
|
|
|
#[test]
|
2024-01-20 19:35:10 +00:00
|
|
|
#[ignore]
|
2023-11-13 13:52:10 +00:00
|
|
|
fn read_a_legacy_time_distance_record() {
|
|
|
|
unimplemented!()
|
|
|
|
}
|
|
|
|
|
|
|
|
#[test]
|
2024-01-20 19:35:10 +00:00
|
|
|
#[ignore]
|
2023-11-13 13:52:10 +00:00
|
|
|
fn read_a_legacy_weight_record() {
|
|
|
|
unimplemented!()
|
|
|
|
}
|
|
|
|
}
|