Browse Source

Fix "Extract EXIF" tests

toby 8 years ago
parent
commit
478af40359
1 changed files with 2 additions and 10 deletions
  1. 2 10
      test/tests/operations/Image.js

+ 2 - 10
test/tests/operations/Image.js

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