HBASE-9544 Remove TestAdmin#testIsEnabledOnNonexistentTable()

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1523837 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2013-09-16 23:14:22 +00:00
parent e7195a2e3c
commit 8baf8ebe3a
1 changed files with 1 additions and 9 deletions

View File

@ -368,15 +368,7 @@ public class TestAdmin {
}
}
@Test (timeout=300000)
public void testIsEnabledOnNonexistentTable() throws IOException {
try {
assertFalse(admin.isTableEnabled(Bytes.toBytes("non-existing")));
} catch (IOException e) {
}
}
/**
/**
* Verify schema modification takes.
* @throws IOException
* @throws InterruptedException