mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
fix build failed of utest.
This commit is contained in:
parent
609a9e233b
commit
3d47fbdc5c
1 changed files with 1 additions and 7 deletions
|
@ -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"));
|
||||
|
|
Loading…
Reference in a new issue