add catart test for goodbye table ordering

This commit is contained in:
Dietmar Maurer 2018-12-31 10:19:15 +01:00
parent 1b0dc9f680
commit a147acfaaf
5 changed files with 2 additions and 2 deletions

View File

@ -46,13 +46,13 @@ fn run_all_tests() -> Result<(), Error> {
run_test("tests/catar_data/test_subdir")?;
run_test("tests/catar_data/test1")?;
run_test("tests/catar_data/test_goodbye_sort_order")?;
Ok(())
}
#[test]
fn catar_simple_file() {
fn catar_simple() {
if let Err(err) = run_all_tests() {
eprintln!("Error: {}", err);