Skip to content

Commit c749b2a

Browse files
committed
Unignored fixed tests
1 parent aca62ec commit c749b2a

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

xsd-parser/tests/any/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ fn generator_does_not_panic() {
2222
}
2323

2424
#[test]
25-
#[ignore]
2625
fn generator_output_has_correct_ast() {
2726
utils::ast_test(include_str!("input.xsd"), include_str!("expected.rs"));
2827
}

xsd-parser/tests/choice/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ fn generator_does_not_panic() {
2828
}
2929

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

xsd-parser/tests/simple_type/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ fn generator_does_not_panic() {
2323
}
2424

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

xsd-parser/tests/tuple_with_integer/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ fn generator_does_not_panic() {
2828
}
2929

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

xsd-parser/tests/tuple_with_vec_int/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ fn generator_does_not_panic() {
2929
}
3030

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

xsd-parser/tests/tuple_with_vec_string/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ fn generator_does_not_panic() {
2929
}
3030

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

0 commit comments

Comments
 (0)