diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-03-28 19:13:10 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2017-03-28 19:13:10 +0800 |
commit | e46602b7c1f53b12b5f6d3bfe6517a7440d9aa03 (patch) | |
tree | b4030c02bb9c1020ccacfc20d6b2ea66ace71aa5 /docs/testing/developer/devguide | |
parent | a14250045fe6fb99bd8a707c59016cba3df4a851 (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>
Diffstat (limited to 'docs/testing/developer/devguide')
-rw-r--r-- | docs/testing/developer/devguide/index.rst | 2 |
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() | |