]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
java: fix test name typo 139/head
authorNoah Watkins <noahwatkins@gmail.com>
Tue, 26 Mar 2013 16:06:14 +0000 (09:06 -0700)
committerNoah Watkins <noahwatkins@gmail.com>
Tue, 26 Mar 2013 16:06:14 +0000 (09:06 -0700)
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/java/test/com/ceph/fs/CephMountTest.java

index d218d2fe14b5d0fa70fdb9d76033c2dde748ed98..a86b4e504a8e926374cd98657377fc1b195ac906 100644 (file)
@@ -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,