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:
parent
e7195a2e3c
commit
8baf8ebe3a
|
@ -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.
|
* Verify schema modification takes.
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
* @throws InterruptedException
|
* @throws InterruptedException
|
||||||
|
|
Loading…
Reference in New Issue