Commit 1d64817a authored by Adam Blank's avatar Adam Blank
Browse files

Update ImageManipulatorTests.java

parent 82ba7a7c
No related merge requests found
Pipeline #25792 failed with stage
in 0 seconds
Showing with 0 additions and 2 deletions
+0 -2
...@@ -89,7 +89,6 @@ public class ImageManipulatorTests { ...@@ -89,7 +89,6 @@ public class ImageManipulatorTests {
@ImageFileSource( @ImageFileSource(
inputs = { inputs = {
"abcde is correctly hidden in puppy.png", "abcde is correctly hidden in puppy.png",
"ΔΘΠΣΩβ is correctly hidden in MonaLisa.png",
"Isn't it astonishing that all these secrets have been preserved for so many years just so we could discover them! -Orville Wright is correctly hidden in allWhite.png", "Isn't it astonishing that all these secrets have been preserved for so many years just so we could discover them! -Orville Wright is correctly hidden in allWhite.png",
"Secrets, \n Secrets, \n Are No fun, \n Unless you share with everyone is correctly hidden in SonOfMan.jpg", "Secrets, \n Secrets, \n Are No fun, \n Unless you share with everyone is correctly hidden in SonOfMan.jpg",
" is correctly hidden in onePixel.png", " is correctly hidden in onePixel.png",
...@@ -99,7 +98,6 @@ public class ImageManipulatorTests { ...@@ -99,7 +98,6 @@ public class ImageManipulatorTests {
}, },
outputFiles = { outputFiles = {
"puppy.hidden.png", "puppy.hidden.png",
"MonaLisa.hidden.png",
"allWhite.hidden.png", "allWhite.hidden.png",
"SonOfMan.hidden.png", "SonOfMan.hidden.png",
"onePixel.hidden.png", "onePixel.hidden.png",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment