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=bb68a20fb4fe5536697e4f33bacc1f1995185e12;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 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,