Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-05-21 12:50:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
efc9f53512371f9f054a6c11030e131001fc6a81
efc9f535
1 parent
f0b54678
fix rtmp handshake utest bug
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
trunk/src/utest/srs_utest_handshake.cpp
trunk/src/utest/srs_utest_handshake.cpp
查看文件 @
efc9f53
...
...
@@ -109,8 +109,8 @@ VOID TEST(HandshakeTest, VerifyFPC0C1)
// the schema of data must be schema0: key-digest.
ASSERT_EQ
(
ERROR_SUCCESS
,
c1
.
parse
(
c0c1
+
1
,
srs_schema0
));
EXPECT_EQ
((
int32_t
)
0xd0640f00
,
c1
.
time
);
EXPECT_EQ
((
int32_t
)
0x2070080
,
c1
.
version
);
EXPECT_EQ
((
int32_t
)
0x000f64d0
,
c1
.
time
);
EXPECT_EQ
((
int32_t
)
0x80000702
,
c1
.
version
);
// manually validate the c1
// @see: calc_c1_digest
...
...
请
注册
或
登录
后发表评论