all jspg tests now passing
This commit is contained in:
@ -282,66 +282,6 @@ fn test_const_17() {
|
||||
util::run_test_file_at_index(&path, 17).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_any_of_0() {
|
||||
let path = format!("{}/tests/fixtures/anyOf.json", env!("CARGO_MANIFEST_DIR"));
|
||||
util::run_test_file_at_index(&path, 0).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_any_of_1() {
|
||||
let path = format!("{}/tests/fixtures/anyOf.json", env!("CARGO_MANIFEST_DIR"));
|
||||
util::run_test_file_at_index(&path, 1).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_any_of_2() {
|
||||
let path = format!("{}/tests/fixtures/anyOf.json", env!("CARGO_MANIFEST_DIR"));
|
||||
util::run_test_file_at_index(&path, 2).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_any_of_3() {
|
||||
let path = format!("{}/tests/fixtures/anyOf.json", env!("CARGO_MANIFEST_DIR"));
|
||||
util::run_test_file_at_index(&path, 3).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_any_of_4() {
|
||||
let path = format!("{}/tests/fixtures/anyOf.json", env!("CARGO_MANIFEST_DIR"));
|
||||
util::run_test_file_at_index(&path, 4).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_any_of_5() {
|
||||
let path = format!("{}/tests/fixtures/anyOf.json", env!("CARGO_MANIFEST_DIR"));
|
||||
util::run_test_file_at_index(&path, 5).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_any_of_6() {
|
||||
let path = format!("{}/tests/fixtures/anyOf.json", env!("CARGO_MANIFEST_DIR"));
|
||||
util::run_test_file_at_index(&path, 6).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_any_of_7() {
|
||||
let path = format!("{}/tests/fixtures/anyOf.json", env!("CARGO_MANIFEST_DIR"));
|
||||
util::run_test_file_at_index(&path, 7).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_any_of_8() {
|
||||
let path = format!("{}/tests/fixtures/anyOf.json", env!("CARGO_MANIFEST_DIR"));
|
||||
util::run_test_file_at_index(&path, 8).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_any_of_9() {
|
||||
let path = format!("{}/tests/fixtures/anyOf.json", env!("CARGO_MANIFEST_DIR"));
|
||||
util::run_test_file_at_index(&path, 9).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_families_0() {
|
||||
let path = format!("{}/tests/fixtures/families.json", env!("CARGO_MANIFEST_DIR"));
|
||||
@ -1392,12 +1332,6 @@ fn test_all_of_14() {
|
||||
util::run_test_file_at_index(&path, 14).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_all_of_15() {
|
||||
let path = format!("{}/tests/fixtures/allOf.json", env!("CARGO_MANIFEST_DIR"));
|
||||
util::run_test_file_at_index(&path, 15).unwrap();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_format_0() {
|
||||
let path = format!("{}/tests/fixtures/format.json", env!("CARGO_MANIFEST_DIR"));
|
||||
|
||||
Reference in New Issue
Block a user