Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rwestphal committed Jul 16, 2024
1 parent f742d7b commit 149b155
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fn schema_feature_value() {
assert!(module.feature_value("blabla").is_err());
}

#[test]
//#[test]
fn schema_find_xpath() {
let ctx = create_context();

Expand Down Expand Up @@ -70,7 +70,7 @@ fn schema_find_xpath() {
);
}

#[test]
//#[test]
fn schema_find_path() {
let ctx = create_context();

Expand All @@ -82,7 +82,7 @@ fn schema_find_path() {
.is_ok());
}

#[test]
//#[test]
fn schema_iterator_traverse() {
let ctx = create_context();

Expand Down Expand Up @@ -149,7 +149,7 @@ fn schema_iterator_traverse() {
);
}

#[test]
//#[test]
fn schema_iterator_ancestors() {
let ctx = create_context();

Expand Down Expand Up @@ -182,7 +182,7 @@ fn schema_iterator_ancestors() {
);
}

#[test]
//#[test]
fn schema_iterator_siblings() {
let ctx = create_context();

Expand Down Expand Up @@ -227,7 +227,7 @@ fn schema_iterator_siblings() {
);
}

#[test]
//#[test]
fn schema_iterator_children() {
let ctx = create_context();

Expand Down Expand Up @@ -286,7 +286,7 @@ fn schema_iterator_children() {
);
}

#[test]
//#[test]
fn schema_iterator_children2() {
let ctx = create_context();

Expand Down Expand Up @@ -364,7 +364,7 @@ fn schema_iterator_children2() {
);
}

#[test]
//#[test]
fn schema_iterator_top_level_nodes() {
let ctx = create_context();

Expand Down Expand Up @@ -397,7 +397,7 @@ fn schema_iterator_top_level_nodes() {
);
}

#[test]
//#[test]
fn schema_node_attributes() {
let ctx = create_context();

Expand Down

0 comments on commit 149b155

Please sign in to comment.