[svn-commits] pabelanger: trunk r279443 - in /trunk: ./ tests/test_func_file.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Jul 25 16:28:14 CDT 2010


Author: pabelanger
Date: Sun Jul 25 16:28:10 2010
New Revision: 279443

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=279443
Log:
Merged revisions 279442 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r279442 | pabelanger | 2010-07-25 17:26:42 -0400 (Sun, 25 Jul 2010) | 2 lines
  
  Add trailing backslash to silence warning message. 
........

Modified:
    trunk/   (props changed)
    trunk/tests/test_func_file.c

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.8-merged (original)
+++ branch-1.8-merged Sun Jul 25 16:28:10 2010
@@ -1,1 +1,1 @@
-/branches/1.8:1-279056,279113,279227,279273,279280,279314,279390,279410
+/branches/1.8:1-279056,279113,279227,279273,279280,279314,279390,279410,279442

Modified: trunk/tests/test_func_file.c
URL: http://svnview.digium.com/svn/asterisk/trunk/tests/test_func_file.c?view=diff&rev=279443&r1=279442&r2=279443
==============================================================================
--- trunk/tests/test_func_file.c (original)
+++ trunk/tests/test_func_file.c Sun Jul 25 16:28:10 2010
@@ -253,7 +253,7 @@
 	switch (cmd) {
 	case TEST_INIT:
 		info->name = "func_file";
-		info->category = "/funcs/func_env";
+		info->category = "/funcs/func_env/";
 		info->summary = "Verify behavior of the FILE() dialplan function";
 		info->description =
 			"Verifies that the examples of the FILE() dialplan function documentation work as described.";




More information about the svn-commits mailing list