[svn-commits] dvossel: trunk r247282 - /trunk/tests/test_devicestate.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 17 13:23:39 CST 2010


Author: dvossel
Date: Wed Feb 17 13:23:35 2010
New Revision: 247282

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=247282
Log:
modified device2extension_test's category

Modified:
    trunk/tests/test_devicestate.c

Modified: trunk/tests/test_devicestate.c
URL: http://svnview.digium.com/svn/asterisk/trunk/tests/test_devicestate.c?view=diff&rev=247282&r1=247281&r2=247282
==============================================================================
--- trunk/tests/test_devicestate.c (original)
+++ trunk/tests/test_devicestate.c Wed Feb 17 13:23:35 2010
@@ -220,7 +220,7 @@
 	switch (cmd) {
 	case TEST_INIT:
 		info->name = "device2extenstate_test";
-		info->category = "main/devstate/";
+		info->category = "main/devicestate/";
 		info->summary = "Tests combined devstate mapping and device to extension state mapping.";
 		info->description =
 			"Verifies device state aggregate results match the expected combined "




More information about the svn-commits mailing list