[svn-commits] kpfleming: branch tilghman/kill_stubs r276434 - /team/tilghman/kill_stubs/tests/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 14 13:53:04 CDT 2010


Author: kpfleming
Date: Wed Jul 14 13:52:50 2010
New Revision: 276434

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=276434
Log:
correct test category names to match standards

Modified:
    team/tilghman/kill_stubs/tests/test_utils.c

Modified: team/tilghman/kill_stubs/tests/test_utils.c
URL: http://svnview.digium.com/svn/asterisk/team/tilghman/kill_stubs/tests/test_utils.c?view=diff&rev=276434&r1=276433&r2=276434
==============================================================================
--- team/tilghman/kill_stubs/tests/test_utils.c (original)
+++ team/tilghman/kill_stubs/tests/test_utils.c Wed Jul 14 13:52:50 2010
@@ -245,7 +245,7 @@
 	switch (cmd) {
 	case TEST_INIT:
 		info->name = "crypto_loaded_test";
-		info->category = "res/crypto/";
+		info->category = "/res/crypto/";
 		info->summary = "Crypto loaded into memory";
 		info->description = "Verifies whether the crypto functions overrode the stubs";
 		return AST_TEST_NOT_RUN;
@@ -262,7 +262,7 @@
 	switch (cmd) {
 	case TEST_INIT:
 		info->name = "adsi_loaded_test";
-		info->category = "res/adsi/";
+		info->category = "/res/adsi/";
 		info->summary = "ADSI loaded into memory";
 		info->description = "Verifies whether the adsi functions overrode the stubs";
 		return AST_TEST_NOT_RUN;
@@ -288,7 +288,7 @@
 	switch (cmd) {
 	case TEST_INIT:
 		info->name = "agi_loaded_test";
-		info->category = "res/agi/";
+		info->category = "/res/agi/";
 		info->summary = "AGI loaded into memory";
 		info->description = "Verifies whether the agi functions overrode the stubs";
 		return AST_TEST_NOT_RUN;




More information about the svn-commits mailing list