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

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


Author: russell
Date: Tue Mar 16 13:36:34 2010
New Revision: 252759

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=252759
Log:
Disable this test on non-Linux for now.

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=252759&r1=252758&r2=252759
==============================================================================
--- trunk/tests/test_time.c (original)
+++ trunk/tests/test_time.c Tue Mar 16 13:36:34 2010
@@ -64,6 +64,14 @@
 			"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