[svn-commits] russell: trunk r252849 - /trunk/tests/test_time.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 16 14:36:58 CDT 2010


Author: russell
Date: Tue Mar 16 14:36:55 2010
New Revision: 252849

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=252849
Log:
Re-enable test_time on non-Linux.

Modified:
    trunk/tests/test_time.c

Modified: trunk/tests/test_time.c
URL: http://svnview.digium.com/svn/asterisk/trunk/tests/test_time.c?view=diff&rev=252849&r1=252848&r2=252849
==============================================================================
--- trunk/tests/test_time.c (original)
+++ trunk/tests/test_time.c Tue Mar 16 14:36:55 2010
@@ -64,14 +64,6 @@
 			"Verifies that the caching engine properly destroys a timezone entry when its file is deleted.";
 		return AST_TEST_NOT_RUN;
 	case TEST_EXECUTE:
-#ifndef __linux__
-		/*!
-		 * \todo Fix this test for non-Linux
-		 *
-		 * https://reviewboard.asterisk.org/r/554/
-		 */
-		return AST_TEST_NOT_RUN;
-#endif
 		break;
 	}
 




More information about the svn-commits mailing list