[Home]

Summary:ASTERISK-15833: main/test.c reports erroneous cli message
Reporter:nick_lewis (nick_lewis)Labels:
Date Opened:2010-03-17 11:16:17Date Closed:2010-03-17 14:06:06
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:"Running all available tests matching category <name> and name <category>" should be "Running all available tests matching category <category> and name <name>"

****** ADDITIONAL INFORMATION ******

- ast_cli(a->fd, "Running all available tests matching category %s and name %s\n\n", a->argv[5], a->argv[3]);
+ ast_cli(a->fd, "Running all available tests matching category %s and name %s\n\n", a->argv[3], a->argv[5]);
Comments:By: Digium Subversion (svnbot) 2010-03-17 14:06:05

Repository: asterisk
Revision: 253205

U   trunk/main/test.c

------------------------------------------------------------------------
r253205 | lmadsen | 2010-03-17 14:06:04 -0500 (Wed, 17 Mar 2010) | 4 lines

main/test.c reports erroneous CLI message.

(closes issue ASTERISK-15833)
Reported by: Nick_Lewis
------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=253205