From d5fe7685819a4425ff8b9b17100ef4d891a53914 Mon Sep 17 00:00:00 2001 From: Nick Dimiduk Date: Fri, 8 Mar 2013 12:35:25 -0800 Subject: [PATCH] HBASE-8050 Fix section header in tests documentation --- src/docbkx/developer.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/docbkx/developer.xml b/src/docbkx/developer.xml index 00bf7a4..d23e276 100644 --- a/src/docbkx/developer.xml +++ b/src/docbkx/developer.xml @@ -584,8 +584,12 @@ Tests should not overlog. More than 100 lines/second makes the logs complex to r Tests can be written with HBaseTestingUtility. This class offers helper functions to create a temp directory and do the cleanup, or to start a cluster. -Categories and execution time + + +
+Categories and execution time + All tests must be categorized, if not they could be skipped. -- 1.8.1