HBASE-8050 Small fix to book/hbase.tests.html

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-03-08 20:48:28 +00:00
parent 6433670c08
commit 579c4eb3b2
1 changed files with 5 additions and 1 deletions

View File

@ -584,8 +584,12 @@ Tests should not overlog. More than 100 lines/second makes the logs complex to r
<listitem>
Tests can be written with <classname>HBaseTestingUtility</classname>.
This class offers helper functions to create a temp directory and do the cleanup, or to start a cluster.
Categories and execution time
</listitem>
</itemizedlist>
</section>
<section xml:id="hbase.tests.categories">
<title>Categories and execution time</title>
<itemizedlist>
<listitem>
All tests must be categorized, if not they could be skipped.
</listitem>