diff options
author | Noah Watkins <noahwatkins@gmail.com> | 2013-03-26 09:06:14 -0700 |
---|---|---|
committer | Noah Watkins <noahwatkins@gmail.com> | 2013-03-26 09:06:14 -0700 |
commit | bb68a20fb4fe5536697e4f33bacc1f1995185e12 (patch) | |
tree | 527f164e8e783df53f73b18d2b8722618ae60cc3 /src/java | |
parent | 9db05a25413485b6c0409fd7804d8afd8b6439f1 (diff) | |
download | ceph-bb68a20fb4fe5536697e4f33bacc1f1995185e12.tar.gz |
java: fix test name typo
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
Diffstat (limited to 'src/java')
-rw-r--r-- | src/java/test/com/ceph/fs/CephMountTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/test/com/ceph/fs/CephMountTest.java b/src/java/test/com/ceph/fs/CephMountTest.java index d218d2fe14b..a86b4e504a8 100644 --- a/src/java/test/com/ceph/fs/CephMountTest.java +++ b/src/java/test/com/ceph/fs/CephMountTest.java @@ -958,7 +958,7 @@ public class CephMountTest { } @Test - public void test_get_file_exist() throws Exception { + public void test_get_file_extent() throws Exception { int stripe_unit = 1<<18; String path = makePath(); int fd = mount.open(path, CephMount.O_WRONLY|CephMount.O_CREAT, 0, |