Skip to content
Snippets Groups Projects
Commit e2ac73b3 authored by Mohamed Fenjiro's avatar Mohamed Fenjiro Committed by Philippe Gorley
Browse files

sip test: fixed configuration file not being found


Fixed unused parameter warning for main function

Fixed test_sipp.cpp not finding dring-sample.yml in test cases

Change-Id: Ie88ce5853bf18aa6f9c5c07bc0ec888aa268682f
Reviewed-by: default avatarPhilippe Gorley <philippe.gorley@savoirfairelinux.com>
parent 91a77805
No related branches found
No related tags found
No related merge requests found
......@@ -28,10 +28,10 @@
void init_daemon()
{
DRing::init(DRing::InitFlag(DRing::DRING_FLAG_DEBUG | DRing::DRING_FLAG_CONSOLE_LOG));
DRing::start("dring-sample.yml");
DRing::start("test/unitTest/dring-sample.yml");
}
int main(int argc, char* argv[])
int main()
{
init_daemon();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment