“b96eb06f7907da2fef89c0c7b89ce4dedc593ecc”上不存在“crypto/md5/Makefile”
提交 eb26bce9 编写于 作者: C cclicn 提交者: lichenchen

fixed 176652a1 from https://gitee.com/cclicn/xts_acts/pulls/7540

帐号xts用例配合sdk Api9终审修改
Signed-off-by: Ncclicn <lichenchen22@huawei.com>
上级 216db076
...@@ -40,12 +40,12 @@ export default function oauthTokenInfoTest() { ...@@ -40,12 +40,12 @@ export default function oauthTokenInfoTest() {
/* /*
* @tc.number OAuthTokenInfoTest_0100 * @tc.number OAuthTokenInfoTest_0100
* @tc.name OAuthTokenInfoTest_0100 * @tc.name OAuthTokenInfoTest_0100
* @tc.desc OAuthTokenInfo without account. * @tc.desc AuthTokenInfo without account.
* @tc.size SmallTest * @tc.size SmallTest
* @tc.type User * @tc.type User
*/ */
it('OAuthTokenInfoTest_0100', 0, async function (done) { it('OAuthTokenInfoTest_0100', 0, async function (done) {
let info : appAccount.OAuthTokenInfo = { let info : appAccount.AuthTokenInfo = {
authType: "getSocialData", authType: "getSocialData",
token: "xxxxx" token: "xxxxx"
} }
...@@ -58,12 +58,12 @@ export default function oauthTokenInfoTest() { ...@@ -58,12 +58,12 @@ export default function oauthTokenInfoTest() {
/* /*
* @tc.number OAuthTokenInfoTest_0200 * @tc.number OAuthTokenInfoTest_0200
* @tc.name OAuthTokenInfoTest_0200 * @tc.name OAuthTokenInfoTest_0200
* @tc.desc OAuthTokenInfo with account. * @tc.desc AuthTokenInfo with account.
* @tc.size SmallTest * @tc.size SmallTest
* @tc.type User * @tc.type User
*/ */
it('OAuthTokenInfoTest_0200', 0, async function (done) { it('OAuthTokenInfoTest_0200', 0, async function (done) {
let info : appAccount.OAuthTokenInfo = { let info : appAccount.AuthTokenInfo = {
authType: "getSocialData", authType: "getSocialData",
token: "xxxxx", token: "xxxxx",
account: { account: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册