Skip to content

Commit

Permalink
Unignored fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lkirkwood committed Apr 20, 2024
1 parent aca62ec commit c749b2a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion xsd-parser/tests/any/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ fn generator_does_not_panic() {
}

#[test]
#[ignore]
fn generator_output_has_correct_ast() {
utils::ast_test(include_str!("input.xsd"), include_str!("expected.rs"));
}
1 change: 0 additions & 1 deletion xsd-parser/tests/choice/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ fn generator_does_not_panic() {
}

#[test]
#[ignore] // Validation is not needed in this case
fn generator_output_has_correct_ast() {
utils::ast_test(include_str!("input.xsd"), include_str!("expected.rs"));
}
1 change: 0 additions & 1 deletion xsd-parser/tests/simple_type/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ fn generator_does_not_panic() {
}

#[test]
#[ignore] // Validation is not needed in this case
fn generator_output_has_correct_ast() {
utils::ast_test(include_str!("input.xsd"), include_str!("expected.rs"));
}
1 change: 0 additions & 1 deletion xsd-parser/tests/tuple_with_integer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ fn generator_does_not_panic() {
}

#[test]
#[ignore] // Validation is not needed in this case
fn generator_output_has_correct_ast() {
utils::ast_test(include_str!("input.xsd"), include_str!("expected.rs"));
}
1 change: 0 additions & 1 deletion xsd-parser/tests/tuple_with_vec_int/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ fn generator_does_not_panic() {
}

#[test]
#[ignore] // Validation is not needed in this case
fn generator_output_has_correct_ast() {
utils::ast_test(include_str!("input.xsd"), include_str!("expected.rs"));
}
1 change: 0 additions & 1 deletion xsd-parser/tests/tuple_with_vec_string/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ fn generator_does_not_panic() {
}

#[test]
#[ignore] // Validation is not needed in this case
fn generator_output_has_correct_ast() {
utils::ast_test(include_str!("input.xsd"), include_str!("expected.rs"));
}

0 comments on commit c749b2a

Please sign in to comment.