From ee8614c91de09d737ff22546a11f6b9e68191a9a Mon Sep 17 00:00:00 2001 From: David Vossel Date: Wed, 6 Jan 2010 16:36:38 +0000 Subject: [PATCH] Blocked revisions 238091 via svnmerge ........ r238091 | dvossel | 2010-01-06 10:36:02 -0600 (Wed, 06 Jan 2010) | 11 lines fixes test.c compile issue when TEST_FRAMEWORK is not enabled The ast_test_status_update() function is defined in test.h. When TEST_FRAMEWORK is not enabled a macro is defined as a no-op place holder for this function. The macro did not contain the correct number of arguments. This caused a compile error. Much thanks to wdoekes for reporting the issue and supplying the patch! ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@238092 65c4cc65-6c06-0410-ace0-fbb531ad65f3