diff options
author | chibash <chiba@javassist.org> | 2018-05-08 09:24:19 +0900 |
---|---|---|
committer | chibash <chiba@javassist.org> | 2018-05-08 09:24:19 +0900 |
commit | 040a9cfc267dde60b0977227a479a939a4e828f6 (patch) | |
tree | 4f82ac315a84e4c789d1855f230850073f898e62 /src/test | |
parent | 1108f94e71f78b8fadef162611636127e9948af8 (diff) | |
download | javassist-040a9cfc267dde60b0977227a479a939a4e828f6.tar.gz javassist-040a9cfc267dde60b0977227a479a939a4e828f6.zip |
fixes a minor bug in a test case.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/javassist/JvstTest.java | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | src/test/resources/empty.jar | bin | 3360 -> 3360 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/test/javassist/JvstTest.java b/src/test/javassist/JvstTest.java index ff58106a..e2f9211f 100644 --- a/src/test/javassist/JvstTest.java +++ b/src/test/javassist/JvstTest.java @@ -79,7 +79,7 @@ public class JvstTest extends JvstTestRoot { // Assert that it is possible to delete the jar file. // On Windows deleting an open file will fail, while on on Mac/Linux this is always possible. - // This check will thus only fail on Windos if the file is still open. + // This check will thus only fail on Windows if the file is still open. assertTrue(jarFile.delete()); } diff --git a/src/test/resources/empty.jar b/src/test/resources/empty.jar Binary files differindex 3a12dbae..3a12dbae 100755..100644 --- a/src/test/resources/empty.jar +++ b/src/test/resources/empty.jar |