正在显示
1 个修改的文件
包含
1 行增加
和
7 行删除
| @@ -1838,13 +1838,7 @@ VOID TEST(ConfigMainTest, ParseFullConf) | @@ -1838,13 +1838,7 @@ VOID TEST(ConfigMainTest, ParseFullConf) | ||
| 1838 | EXPECT_EQ(8080, conf.get_http_stream_listen()); | 1838 | EXPECT_EQ(8080, conf.get_http_stream_listen()); |
| 1839 | EXPECT_STREQ("./objs/nginx/html", conf.get_http_stream_dir().c_str()); | 1839 | EXPECT_STREQ("./objs/nginx/html", conf.get_http_stream_dir().c_str()); |
| 1840 | 1840 | ||
| 1841 | - EXPECT_EQ(10000, conf.get_pithy_print_publish()); | ||
| 1842 | - EXPECT_EQ(10000, conf.get_pithy_print_play()); | ||
| 1843 | - EXPECT_EQ(10000, conf.get_pithy_print_forwarder()); | ||
| 1844 | - EXPECT_EQ(10000, conf.get_pithy_print_encoder()); | ||
| 1845 | - EXPECT_EQ(10000, conf.get_pithy_print_ingester()); | ||
| 1846 | - EXPECT_EQ(10000, conf.get_pithy_print_hls()); | ||
| 1847 | - EXPECT_EQ(10000, conf.get_pithy_print_edge()); | 1841 | + EXPECT_EQ(10000, conf.get_pithy_print_ms()); |
| 1848 | 1842 | ||
| 1849 | EXPECT_TRUE(NULL != conf.get_vhost("__defaultVhost__")); | 1843 | EXPECT_TRUE(NULL != conf.get_vhost("__defaultVhost__")); |
| 1850 | EXPECT_TRUE(NULL != conf.get_vhost("same.edge.srs.com")); | 1844 | EXPECT_TRUE(NULL != conf.get_vhost("same.edge.srs.com")); |
-
请 注册 或 登录 后发表评论