From: SerenaFeng Date: Tue, 28 Mar 2017 11:13:10 +0000 (+0800) Subject: modify old naming Testcase_base to TestCase X-Git-Tag: opnfv-5.0.RC1~523^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F32031%2F1;p=functest.git modify old naming Testcase_base to TestCase Testcase_base is the first version, now TestCase is adopted Change-Id: If25eef0d8164220bd36f86fe636f7f1c0b247564 Signed-off-by: SerenaFeng --- 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() |