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
2015-03-04 09:18:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3d47fbdc5c55eaf69da65c572e8fdc1a7be966c6
3d47fbdc
1 parent
609a9e23
fix build failed of utest.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
7 行删除
trunk/src/utest/srs_utest_config.cpp
trunk/src/utest/srs_utest_config.cpp
查看文件 @
3d47fbd
...
...
@@ -1838,13 +1838,7 @@ VOID TEST(ConfigMainTest, ParseFullConf)
EXPECT_EQ
(
8080
,
conf
.
get_http_stream_listen
());
EXPECT_STREQ
(
"./objs/nginx/html"
,
conf
.
get_http_stream_dir
().
c_str
());
EXPECT_EQ
(
10000
,
conf
.
get_pithy_print_publish
());
EXPECT_EQ
(
10000
,
conf
.
get_pithy_print_play
());
EXPECT_EQ
(
10000
,
conf
.
get_pithy_print_forwarder
());
EXPECT_EQ
(
10000
,
conf
.
get_pithy_print_encoder
());
EXPECT_EQ
(
10000
,
conf
.
get_pithy_print_ingester
());
EXPECT_EQ
(
10000
,
conf
.
get_pithy_print_hls
());
EXPECT_EQ
(
10000
,
conf
.
get_pithy_print_edge
());
EXPECT_EQ
(
10000
,
conf
.
get_pithy_print_ms
());
EXPECT_TRUE
(
NULL
!=
conf
.
get_vhost
(
"__defaultVhost__"
));
EXPECT_TRUE
(
NULL
!=
conf
.
get_vhost
(
"same.edge.srs.com"
));
...
...
请
注册
或
登录
后发表评论