From: Noah Watkins Date: Tue, 26 Mar 2013 16:06:14 +0000 (-0700) Subject: java: fix test name typo X-Git-Tag: v0.62~172^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F139%2Fhead;p=ceph.git java: fix test name typo Signed-off-by: Noah Watkins --- diff --git a/src/java/test/com/ceph/fs/CephMountTest.java b/src/java/test/com/ceph/fs/CephMountTest.java index d218d2fe14b5..a86b4e504a8e 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,