mirror of
https://github.com/demostf/cutter.git
synced 2026-06-03 11:54:08 +02:00
more snapshot
This commit is contained in:
parent
b164b4621b
commit
1cc9856597
6 changed files with 18 additions and 0 deletions
|
|
@ -17,3 +17,19 @@ fn snapshot_gully() {
|
|||
expect_file!["../test_data/gully_cut.md5"],
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn snapshot_icewind() {
|
||||
snapshot(
|
||||
"test_data/icewind_85000_90300.dem",
|
||||
expect_file!["../test_data/icewind_85000_90300_cut.md5"],
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn snapshot_kimo() {
|
||||
snapshot(
|
||||
"test_data/Kimo_8000_100000.dem",
|
||||
expect_file!["../test_data/Kimo_8000_100000_cut.md5"],
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue