Fix "Extract EXIF" tests

feature-extract-files
toby 2017-05-08 12:45:42 -04:00
parent 71796e3dbf
commit 478af40359
1 changed files with 2 additions and 10 deletions

View File

@ -14,10 +14,6 @@ TestRegister.addTests([
input: "", input: "",
expectedOutput: "Found 0 tags.\n", expectedOutput: "Found 0 tags.\n",
recipeConfig: [ recipeConfig: [
{
op: "From Hex",
args: ["Space"]
},
{ {
op: "Extract EXIF", op: "Extract EXIF",
args: [], args: [],
@ -29,10 +25,6 @@ TestRegister.addTests([
input: "hello world", input: "hello world",
expectedError: true, expectedError: true,
recipeConfig: [ recipeConfig: [
{
op: "From Hex",
args: ["Space"]
},
{ {
op: "Extract EXIF", op: "Extract EXIF",
args: [], args: [],
@ -77,7 +69,7 @@ TestRegister.addTests([
recipeConfig: [ recipeConfig: [
{ {
op: "From Hex", op: "From Hex",
args: ["Space"] args: ["None"]
}, },
{ {
op: "Extract EXIF", op: "Extract EXIF",
@ -92,7 +84,7 @@ TestRegister.addTests([
recipeConfig: [ recipeConfig: [
{ {
op: "From Hex", op: "From Hex",
args: ["Space"] args: ["None"]
}, },
{ {
op: "Extract EXIF", op: "Extract EXIF",