From: Brian West Date: Tue, 26 Feb 2008 17:37:01 +0000 (+0000) Subject: disable broken test for now X-Git-Tag: v1.0-rc1~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12e6347fd1a7ef595968cda332ca93f9b7a0ec85;p=thirdparty%2Ffreeswitch.git disable broken test for now git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7739 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/sofia-sip/libsofia-sip-ua/nua/Makefile.am b/libs/sofia-sip/libsofia-sip-ua/nua/Makefile.am index aec84dc18b..0a3af2a5b2 100644 --- a/libs/sofia-sip/libsofia-sip-ua/nua/Makefile.am +++ b/libs/sofia-sip/libsofia-sip-ua/nua/Makefile.am @@ -51,8 +51,8 @@ libtestnua_la_SOURCES = test_nua.h test_ops.c \ test_call_reject.c test_cancel_bye.c \ test_call_hold.c test_session_timer.c \ test_refer.c test_100rel.c \ - test_simple.c test_sip_events.c \ - test_extension.c + test_sip_events.c test_extension.c +#test_simple.c libtestproxy_la_SOURCES = test_proxy.h test_proxy.c