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

Enable all tests in pjnath-test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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) 
Note: See TracChangeset for help on using the changeset viewer.