diff --git a/xstream/src/test/com/thoughtworks/acceptance/SecurityVulnerabilityTest.java b/xstream/src/test/com/thoughtworks/acceptance/SecurityVulnerabilityTest.java index 46f6d15b8..5b4b6c149 100644 --- a/xstream/src/test/com/thoughtworks/acceptance/SecurityVulnerabilityTest.java +++ b/xstream/src/test/com/thoughtworks/acceptance/SecurityVulnerabilityTest.java @@ -308,7 +308,7 @@ public void testExplicitlyUseJaxwsInputStreamToDeleteFile() throws IOException { } } - public void testCannotInjectManipulatedByteArryInputStream() { + public void testCannotInjectManipulatedByteArrayInputStream() { xstream.alias("bais", ByteArrayInputStream.class); final String xml = "" + "\n" @@ -326,7 +326,7 @@ public void testCannotInjectManipulatedByteArryInputStream() { } } - public void testExplicitlyUnmarshalEndlessByteArryInputStream() throws IOException { + public void testExplicitlyUnmarshalEndlessByteArrayInputStream() throws IOException { xstream.alias("bais", ByteArrayInputStream.class); xstream.allowTypes(ByteArrayInputStream.class);