From bb68a20fb4fe5536697e4f33bacc1f1995185e12 Mon Sep 17 00:00:00 2001 From: Noah Watkins Date: Tue, 26 Mar 2013 09:06:14 -0700 Subject: [PATCH] java: fix test name typo Signed-off-by: Noah Watkins --- src/java/test/com/ceph/fs/CephMountTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/test/com/ceph/fs/CephMountTest.java b/src/java/test/com/ceph/fs/CephMountTest.java index d218d2fe14b5d..a86b4e504a8e9 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, -- 2.39.5