summaryrefslogtreecommitdiff
path: root/src/java
diff options
context:
space:
mode:
authorNoah Watkins <noahwatkins@gmail.com>2013-03-26 09:06:14 -0700
committerNoah Watkins <noahwatkins@gmail.com>2013-03-26 09:06:14 -0700
commitbb68a20fb4fe5536697e4f33bacc1f1995185e12 (patch)
tree527f164e8e783df53f73b18d2b8722618ae60cc3 /src/java
parent9db05a25413485b6c0409fd7804d8afd8b6439f1 (diff)
downloadceph-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.java2
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,