From: Russell Bryant Date: Tue, 16 Mar 2010 19:36:55 +0000 (+0000) Subject: Re-enable test_time on non-Linux. X-Git-Tag: 11.0.0-beta1~3275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1239a9792db0d8e860b02300401e98156ed4dfaa;p=thirdparty%2Fasterisk.git Re-enable test_time on non-Linux. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@252849 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/tests/test_time.c b/tests/test_time.c index 41161310fc..21e4f38368 100644 --- a/tests/test_time.c +++ b/tests/test_time.c @@ -64,14 +64,6 @@ AST_TEST_DEFINE(test_timezone_watch) "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; }