diff options
author | grakiss <grakiss.wanglei@huawei.com> | 2017-11-16 09:18:14 +0000 |
---|---|---|
committer | Leo wang <grakiss.wanglei@huawei.com> | 2017-11-27 08:12:11 +0000 |
commit | 25e6fc8a5bc2cae8a062076ca460348835846d0a (patch) | |
tree | 279aa31975709698463aa65b2fa1fb3d032eb3ea /cvp/3rd_party/static/testapi-ui/index.html | |
parent | ffe419bf63938be76af7e57ee782ae928a7391f7 (diff) |
[cvp-web] Bugfix: Total num of test cases should be fixed
JIRA: DOVETAIL-552
The total num of test cases is decided by the number of the test cases
users uploaded to the Web now.
The total num should be fixed. For example, the total num of mandatory
test cases should be 215. The total num of optional test cases should be
63.
Change-Id: I6f7055bbeceb80f831af7d800b1a5aca4e165c45
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'cvp/3rd_party/static/testapi-ui/index.html')
-rw-r--r-- | cvp/3rd_party/static/testapi-ui/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cvp/3rd_party/static/testapi-ui/index.html b/cvp/3rd_party/static/testapi-ui/index.html index ffe01f13..b2b891d8 100644 --- a/cvp/3rd_party/static/testapi-ui/index.html +++ b/cvp/3rd_party/static/testapi-ui/index.html @@ -32,6 +32,7 @@ <link rel="stylesheet" href="testapi-ui/assets/css/cvp-style.css" /> <link rel="stylesheet" href="testapi-ui/assets/css/ascend.css" /> + <script src="testapi-ui/assets/lib/jquery/src/jquery.min.js"></script> <script src="testapi-ui/assets/lib/angular/angular.min.js"></script> <script src="testapi-ui/assets/lib/angular-ui-router/release/angular-ui-router.min.js"></script> <script src="testapi-ui/assets/lib/angular-resource/angular-resource.min.js"></script> |