Changeset 1129


Ignore:
Timestamp:
Apr 2, 2007 6:00:45 PM (17 years ago)
Author:
bennylp
Message:

Enable all tests in pjnath-test

Location:
pjproject/trunk/pjnath
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/include/pjnath/ice_session.h

    r1126 r1129  
    607607                                          unsigned *p_cand_id); 
    608608 
    609 #if 0 
    610 /* Temporarily disabled to reduce size, since we don't need this yet */ 
    611  
    612609/** 
    613610 * Find default candidate for the specified component ID, using this 
     
    627624                                                   unsigned comp_id, 
    628625                                                   int *p_cand_id); 
    629 #endif 
    630626 
    631627/** 
  • pjproject/trunk/pjnath/src/pjnath-test/ice_test.c

    r1111 r1129  
    460460    pj_stun_config_init(&stun_cfg, mem, 0, ioqueue, timer_heap); 
    461461 
    462 #if 1 
     462#if 0 
    463463    pj_log_set_level(5); 
    464464#endif 
    465465 
    466     goto test; 
     466    //goto test; 
    467467 
    468468    /* Basic create/destroy */ 
     
    492492 
    493493    /* Direct communication with two components */ 
    494 test: 
     494//test: 
    495495    rc = perform_ice_test("With two components (RTP and RTCP)", PJ_TRUE, 2, PJ_TRUE, D1, D2, 0, NULL, 0, NULL); 
    496496    if (rc != 0) 
  • pjproject/trunk/pjnath/src/pjnath-test/test.c

    r1108 r1129  
    5050    mem = &caching_pool.factory; 
    5151 
    52 #if 0 
     52#if 1 
    5353    pj_log_set_level(3); 
    5454    pj_log_set_decor(PJ_LOG_HAS_NEWLINE | PJ_LOG_HAS_TIME |  
  • pjproject/trunk/pjnath/src/pjnath/ice_session.c

    r1126 r1129  
    556556 
    557557/* Find default candidate ID for the component */ 
    558 #if 0 
    559558PJ_DEF(pj_status_t) pj_ice_sess_find_default_cand(pj_ice_sess *ice, 
    560559                                                  unsigned comp_id, 
     
    624623    return PJ_EBUG; 
    625624} 
    626 #endif  /* if 0 */ 
    627625 
    628626 
Note: See TracChangeset for help on using the changeset viewer.