[svn-commits] pabelanger: branch 1.8 r279442 - /branches/1.8/tests/test_func_file.c

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


Author: pabelanger
Date: Sun Jul 25 16:26:42 2010
New Revision: 279442

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=279442
Log:
Add trailing backslash to silence warning message. 

Modified:
    branches/1.8/tests/test_func_file.c

Modified: branches/1.8/tests/test_func_file.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/tests/test_func_file.c?view=diff&rev=279442&r1=279441&r2=279442
==============================================================================
--- branches/1.8/tests/test_func_file.c (original)
+++ branches/1.8/tests/test_func_file.c Sun Jul 25 16:26:42 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