Skip to content

Commit

Permalink
fixed invalid control keys in internal apitests
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Hempel committed May 2, 2024
1 parent 148727c commit 1599649
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 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
12 changes: 6 additions & 6 deletions test/semver/test_semver_compare.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,32 @@
"body": {
"body": {
"semver_easydb_release:control": {
"is_integer": true
"is_number": true
},
"semver_easydb_release": -1,

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

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

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

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

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

0 comments on commit 1599649

Please sign in to comment.