winlin

fix build failed of utest.

@@ -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"));