[asterisk-commits] dvossel: trunk r278539 - /trunk/tests/test_func_file.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jul 21 14:16:16 CDT 2010


Author: dvossel
Date: Wed Jul 21 14:16:12 2010
New Revision: 278539

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=278539
Log:
make func_file unit test's category consistent with other tests

Modified:
    trunk/tests/test_func_file.c

Modified: trunk/tests/test_func_file.c
URL: http://svnview.digium.com/svn/asterisk/trunk/tests/test_func_file.c?view=diff&rev=278539&r1=278538&r2=278539
==============================================================================
--- trunk/tests/test_func_file.c (original)
+++ trunk/tests/test_func_file.c Wed Jul 21 14:16:12 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 asterisk-commits mailing list