Skip to content

Commit

Permalink
fix tests for "make apitest"
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrode committed Jun 4, 2024
1 parent 148727c commit 266c4ee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 35 deletions.
12 changes: 6 additions & 6 deletions test/response/preprocess/preprocess_file_exiftool_xml.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,32 @@
},
"xmlns:Composite": {
"#text:control": {
"regex": "http://ns.exiftool.(org|ca)/Composite/1.0/"
"match": "http://ns.exiftool.(org|ca)/Composite/1.0/"
}
},
"xmlns:ExifTool": {
"#text:control": {
"regex": "http://ns.exiftool.(org|ca)/ExifTool/1.0/"
"match": "http://ns.exiftool.(org|ca)/ExifTool/1.0/"
}
},
"xmlns:File": {
"#text:control": {
"regex": "http://ns.exiftool.(org|ca)/File/1.0/"
"match": "http://ns.exiftool.(org|ca)/File/1.0/"
}
},
"xmlns:ICC_Profile": {
"#text:control": {
"regex": "http://ns.exiftool.(org|ca)/ICC_Profile/ICC_Profile/1.0/"
"match": "http://ns.exiftool.(org|ca)/ICC_Profile/ICC_Profile/1.0/"
}
},
"xmlns:JFIF": {
"#text:control": {
"regex": "http://ns.exiftool.(org|ca)/JFIF/JFIF/1.0/"
"match": "http://ns.exiftool.(org|ca)/JFIF/JFIF/1.0/"
}
},
"xmlns:et": {
"#text:control": {
"regex": "http://ns.exiftool.(org|ca)/1.0/"
"match": "http://ns.exiftool.(org|ca)/1.0/"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,32 @@
},
"xmlns:Composite": {
"#text:control": {
"regex": "http://ns.exiftool.(org|ca)/Composite/1.0/"
"match": "http://ns.exiftool.(org|ca)/Composite/1.0/"
}
},
"xmlns:ExifTool": {
"#text:control": {
"regex": "http://ns.exiftool.(org|ca)/ExifTool/1.0/"
"match": "http://ns.exiftool.(org|ca)/ExifTool/1.0/"
}
},
"xmlns:File": {
"#text:control": {
"regex": "http://ns.exiftool.(org|ca)/File/1.0/"
"match": "http://ns.exiftool.(org|ca)/File/1.0/"
}
},
"xmlns:ICC_Profile": {
"#text:control": {
"regex": "http://ns.exiftool.(org|ca)/ICC_Profile/ICC_Profile/1.0/"
"match": "http://ns.exiftool.(org|ca)/ICC_Profile/ICC_Profile/1.0/"
}
},
"xmlns:JFIF": {
"#text:control": {
"regex": "http://ns.exiftool.(org|ca)/JFIF/JFIF/1.0/"
"match": "http://ns.exiftool.(org|ca)/JFIF/JFIF/1.0/"
}
},
"xmlns:et": {
"#text:control": {
"regex": "http://ns.exiftool.(org|ca)/1.0/"
"match": "http://ns.exiftool.(org|ca)/1.0/"
}
}
},
Expand Down
23 changes: 0 additions & 23 deletions test/semver/test_semver_compare.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,11 @@
"statuscode": 200,
"body": {
"body": {
"semver_easydb_release:control": {
"is_integer": true
},
"semver_easydb_release": -1,

"semver_easydb_patch:control": {
"is_integer": true
},
"semver_easydb_patch": -1,

"semver_lt:control": {
"is_integer": true
},
"semver_lt": -1,

"semver_eq:control": {
"is_integer": true
},
"semver_eq": 0,

"semver_gt:control": {
"is_integer": true
},
"semver_gt": 1,

"semver_eq2:control": {
"is_integer": true
},
"semver_eq2": 0
}
}
Expand Down

0 comments on commit 266c4ee

Please sign in to comment.