From 0f900a2b4d7707dddeddadd62ac5a109aed93e7e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 6 Jan 2014 08:07:56 +0100 Subject: Fix round robin frame selector. Add l16 and jpeg profiles. Add timestamp to lrtp_enqueue_frame. --- test/test_init.cc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'test/test_init.cc') diff --git a/test/test_init.cc b/test/test_init.cc index 3281183..13ca874 100644 --- a/test/test_init.cc +++ b/test/test_init.cc @@ -50,12 +50,10 @@ public: CPPUNIT_ASSERT(lrtp); unsigned int csrc = 42; - struct lrtp_profile_t *profile = - lrtp_create_profile(lrtp, PROFILE_RAW, csrc, - OPTION_RAW_PKG_SIZE, 100, - OPTION_END); - - CPPUNIT_ASSERT(profile); + int x = lrtp_create_profile(lrtp, PROFILE_RAW, csrc, + OPTION_RAW_PKG_SIZE, 100, + OPTION_END); + CPPUNIT_ASSERT_EQUAL(0, x); lrtp_destroy_profile(lrtp, csrc); -- cgit v1.2.3