aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-03-28 19:13:10 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-03-28 19:13:10 +0800
commite46602b7c1f53b12b5f6d3bfe6517a7440d9aa03 (patch)
treeb4030c02bb9c1020ccacfc20d6b2ea66ace71aa5
parenta14250045fe6fb99bd8a707c59016cba3df4a851 (diff)
modify old naming Testcase_base to TestCase
Testcase_base is the first version, now TestCase is adopted Change-Id: If25eef0d8164220bd36f86fe636f7f1c0b247564 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
-rw-r--r--docs/testing/developer/devguide/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing/developer/devguide/index.rst b/docs/testing/developer/devguide/index.rst
index 366eb7d37..67890f0b9 100644
--- a/docs/testing/developer/devguide/index.rst
+++ b/docs/testing/developer/devguide/index.rst
@@ -166,7 +166,7 @@ feature_base and vnf_base inherit from testcase::
+-----------------------------------------+
| |
- | Testcase_base |
+ | TestCase |
| |
| - init() |
| - run() |