Return-Path: X-Original-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7E80B10F39 for ; Mon, 24 Jun 2013 13:01:54 +0000 (UTC) Received: (qmail 26632 invoked by uid 500); 24 Jun 2013 13:01:53 -0000 Delivered-To: apmail-incubator-celix-commits-archive@incubator.apache.org Received: (qmail 26614 invoked by uid 500); 24 Jun 2013 13:01:50 -0000 Mailing-List: contact celix-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: celix-dev@incubator.apache.org Delivered-To: mailing list celix-commits@incubator.apache.org Received: (qmail 26607 invoked by uid 99); 24 Jun 2013 13:01:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jun 2013 13:01:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jun 2013 13:01:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 72CA7238889B; Mon, 24 Jun 2013 13:01:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1496012 - in /incubator/celix/trunk/utils/private/test: array_list_test.c hash_map_test.c hash_map_test_hash.c linked_list_test.c Date: Mon, 24 Jun 2013 13:01:28 -0000 To: celix-commits@incubator.apache.org From: abroekhuis@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130624130128.72CA7238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: abroekhuis Date: Mon Jun 24 13:01:27 2013 New Revision: 1496012 URL: http://svn.apache.org/r1496012 Log: CELIX-55: Changed CUnit include paths Modified: incubator/celix/trunk/utils/private/test/array_list_test.c incubator/celix/trunk/utils/private/test/hash_map_test.c incubator/celix/trunk/utils/private/test/hash_map_test_hash.c incubator/celix/trunk/utils/private/test/linked_list_test.c Modified: incubator/celix/trunk/utils/private/test/array_list_test.c URL: http://svn.apache.org/viewvc/incubator/celix/trunk/utils/private/test/array_list_test.c?rev=1496012&r1=1496011&r2=1496012&view=diff ============================================================================== --- incubator/celix/trunk/utils/private/test/array_list_test.c (original) +++ incubator/celix/trunk/utils/private/test/array_list_test.c Mon Jun 24 13:01:27 2013 @@ -25,7 +25,7 @@ */ #include #include -#include +#include #include Modified: incubator/celix/trunk/utils/private/test/hash_map_test.c URL: http://svn.apache.org/viewvc/incubator/celix/trunk/utils/private/test/hash_map_test.c?rev=1496012&r1=1496011&r2=1496012&view=diff ============================================================================== --- incubator/celix/trunk/utils/private/test/hash_map_test.c (original) +++ incubator/celix/trunk/utils/private/test/hash_map_test.c Mon Jun 24 13:01:27 2013 @@ -24,7 +24,7 @@ * \copyright Apache License, Version 2.0 */ #include -#include +#include #include #include "celixbool.h" Modified: incubator/celix/trunk/utils/private/test/hash_map_test_hash.c URL: http://svn.apache.org/viewvc/incubator/celix/trunk/utils/private/test/hash_map_test_hash.c?rev=1496012&r1=1496011&r2=1496012&view=diff ============================================================================== --- incubator/celix/trunk/utils/private/test/hash_map_test_hash.c (original) +++ incubator/celix/trunk/utils/private/test/hash_map_test_hash.c Mon Jun 24 13:01:27 2013 @@ -27,7 +27,7 @@ #include #include -#include +#include #include "hash_map.h" #include "hash_map_private.h" Modified: incubator/celix/trunk/utils/private/test/linked_list_test.c URL: http://svn.apache.org/viewvc/incubator/celix/trunk/utils/private/test/linked_list_test.c?rev=1496012&r1=1496011&r2=1496012&view=diff ============================================================================== --- incubator/celix/trunk/utils/private/test/linked_list_test.c (original) +++ incubator/celix/trunk/utils/private/test/linked_list_test.c Mon Jun 24 13:01:27 2013 @@ -27,7 +27,7 @@ #include #include -#include +#include #include "linkedlist.h" apr_pool_t *memory_pool;