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
BIN
test_data/Kimo_10700_48800.dem
Normal file
BIN
test_data/Kimo_10700_48800.dem
Normal file
Binary file not shown.
BIN
test_data/Kimo_8000_100000.dem
Normal file
BIN
test_data/Kimo_8000_100000.dem
Normal file
Binary file not shown.
1
test_data/Kimo_8000_100000_cut.md5
Normal file
1
test_data/Kimo_8000_100000_cut.md5
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
a8541c67882b8f68590b0a384840c77b
|
||||||
BIN
test_data/icewind_85000_90300.dem
Normal file
BIN
test_data/icewind_85000_90300.dem
Normal file
Binary file not shown.
1
test_data/icewind_85000_90300_cut.md5
Normal file
1
test_data/icewind_85000_90300_cut.md5
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
a6221ea28cffaa4d3b457c9997d37541
|
||||||
|
|
@ -17,3 +17,19 @@ fn snapshot_gully() {
|
||||||
expect_file!["../test_data/gully_cut.md5"],
|
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